File tree 2 files changed +2
-2
lines changed
addons/operating-system-manager
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
- -external-cloud-provider
57
57
{{ end }}
58
58
{{ if .Config.CABundle -}}
59
- - -ca-bundle={{ .Resources.CABundleSSLCertFilePath }}
59
+ - -host- ca-bundle={{ .Resources.CABundleSSLCertFilePath }}
60
60
{{ end -}}
61
61
{{ if .CSIMigrationFeatureGates }}
62
62
- -node-kubelet-feature-gates={{ .CSIMigrationFeatureGates }}
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ func baseResources() map[Resource]map[string]string {
214
214
Flannel : {"*" : "docker.io/flannel/flannel:v0.21.3" },
215
215
MachineController : {"*" : "quay.io/kubermatic/machine-controller:v1.59.3" },
216
216
MetricsServer : {"*" : "registry.k8s.io/metrics-server/metrics-server:v0.7.1" },
217
- OperatingSystemManager : {"*" : "quay.io/kubermatic/operating-system-manager:v1.5.2 " },
217
+ OperatingSystemManager : {"*" : "quay.io/kubermatic/operating-system-manager:v1.5.3 " },
218
218
}
219
219
}
220
220
You can’t perform that action at this time.
0 commit comments