Skip to content

Commit

Permalink
🌱 remove deprecated flag from ccm (#92)
Browse files Browse the repository at this point in the history
* remove deprecated flag from ccm

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 authored May 24, 2024
1 parent e46b13c commit 72e0687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ccm-hetzner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ maintainers:
email: [email protected]
url: https://github.com/syself
appVersion: "v1.18.0-0.0.7"
version: 1.1.13
version: 1.1.14
3 changes: 1 addition & 2 deletions charts/ccm-hetzner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ spec:
- "/bin/hetzner-cloud-controller-manager"
- "--cloud-provider=hcloud"
- "--leader-elect={{ .Values.env.leaderElect }}"
- "--allow-untagged-cloud"
{{- if .Values.privateNetwork.enabled }}
- "--allocate-node-cidrs=true"
- "--cluster-cidr={{ .Values.privateNetwork.clusterSubnet }}"
Expand Down Expand Up @@ -131,4 +130,4 @@ spec:
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 72e0687

Please sign in to comment.