Skip to content

Commit

Permalink
[occm] fix daemonset annotations (#2237) (#2365)
Browse files Browse the repository at this point in the history
* fix(occm): daemonset annotations

* feat(occm): update chart version

Co-authored-by: Simon Ostendorf <[email protected]>
  • Loading branch information
cwrau and simonostendorf authored Sep 21, 2023
1 parent 91cd925 commit bd78906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/openstack-cloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
home: https://github.com/kubernetes/cloud-provider-openstack
name: openstack-cloud-controller-manager
version: 2.27.3
version: 2.27.4
maintainers:
- name: eumel8
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ spec:
template:
metadata:
annotations:
checksum/config: {{ include "cloudConfig" . | sha256sum }}
labels:
{{- include "occm.controllermanager.labels" . | nindent 8 }}
annotations:
checksum/config: {{ include "cloudConfig" . | sha256sum }}
{{- with .Values.commonAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "occm.controllermanager.labels" . | nindent 8 }}
spec:
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
Expand Down

0 comments on commit bd78906

Please sign in to comment.