diff --git a/charts/ccm-hetzner/Chart.yaml b/charts/ccm-hetzner/Chart.yaml index 6c879c5..b7255b6 100644 --- a/charts/ccm-hetzner/Chart.yaml +++ b/charts/ccm-hetzner/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: info@syself.com url: https://github.com/syself appVersion: "v1.18.0-0.0.7" -version: 1.1.14 +version: 1.1.13 diff --git a/charts/ccm-hetzner/templates/deployment.yaml b/charts/ccm-hetzner/templates/deployment.yaml index e730845..ae8440b 100644 --- a/charts/ccm-hetzner/templates/deployment.yaml +++ b/charts/ccm-hetzner/templates/deployment.yaml @@ -63,6 +63,7 @@ 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 }}" @@ -130,4 +131,4 @@ spec: {{- with .Values.topologySpreadConstraints }} topologySpreadConstraints: {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} \ No newline at end of file