Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdfa048

Browse files
authoredSep 23, 2024
[release/v1.8] Update OSM to v1.5.3 (#3390)
Signed-off-by: Artiom Diomin <[email protected]>
1 parent 8753cf4 commit fdfa048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎addons/operating-system-manager/deployment-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- -external-cloud-provider
5757
{{ end }}
5858
{{ if .Config.CABundle -}}
59-
- -ca-bundle={{ .Resources.CABundleSSLCertFilePath }}
59+
- -host-ca-bundle={{ .Resources.CABundleSSLCertFilePath }}
6060
{{ end -}}
6161
{{ if .CSIMigrationFeatureGates }}
6262
- -node-kubelet-feature-gates={{ .CSIMigrationFeatureGates }}

‎pkg/templates/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func baseResources() map[Resource]map[string]string {
214214
Flannel: {"*": "docker.io/flannel/flannel:v0.21.3"},
215215
MachineController: {"*": "quay.io/kubermatic/machine-controller:v1.59.3"},
216216
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"},
218218
}
219219
}
220220

0 commit comments

Comments
 (0)
Please sign in to comment.