Skip to content

Commit 6639520

Browse files
[occm] fix daemonset annotations (#2237)
* fix(occm): daemonset annotations * feat(occm): update chart version
1 parent 4792097 commit 6639520

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.28.0-alpha.3
7+
version: 2.28.0-alpha.4
88
maintainers:
99
- name: eumel8
1010

charts/openstack-cloud-controller-manager/templates/daemonset.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ spec:
1818
template:
1919
metadata:
2020
annotations:
21-
checksum/config: {{ include "cloudConfig" . | sha256sum }}
22-
labels:
23-
{{- include "occm.controllermanager.labels" . | nindent 8 }}
24-
annotations:
21+
checksum/config: {{ include "cloudConfig" . | sha256sum }}
2522
{{- with .Values.commonAnnotations }}
2623
{{- toYaml . | nindent 8 }}
2724
{{- end }}
25+
labels:
26+
{{- include "occm.controllermanager.labels" . | nindent 8 }}
2827
spec:
2928
{{- with .Values.nodeSelector }}
3029
nodeSelector:

0 commit comments

Comments
 (0)