Skip to content

Commit

Permalink
bump helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
vsychov committed Jun 14, 2024
1 parent 874e814 commit aa760fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/digitalocean-floating-ip-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: digitalocean-floating-ip-operator
description: A Helm chart for do-float-ip-operator
type: application
version: 0.1.10
version: 0.1.11
appVersion: "0.1.10"
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ data:
ROUTING_JOB_NAMESPACE: "{{ .Release.Namespace }}"
ROUTING_SERVICE_ACCOUNT_NAME: "{{ .Release.Name }}"
APP_EGRESS_ALLOWED_IPS: "{{ join "," .Values.egressIps }}"
KUBERNTERS_ROOT_CA_FILE: "{{ .Values.saMountPath }}/ca.crt"
KUBERNTERS_TOKEN_FILE: "{{ .Values.saMountPath }}/token"
KUBERNETES_ROOT_CA_FILE: "{{ .Values.saMountPath }}/ca.crt"
KUBERNETES_TOKEN_FILE: "{{ .Values.saMountPath }}/token"

0 comments on commit aa760fd

Please sign in to comment.