File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
charts/openstack-cloud-controller-manager Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
4
4
icon : https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
5
5
home : https://github.com/kubernetes/cloud-provider-openstack
6
6
name : openstack-cloud-controller-manager
7
- version : 2.28.0-alpha.3
7
+ version : 2.28.0-alpha.4
8
8
maintainers :
9
9
- name : eumel8
10
10
Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ spec:
18
18
template :
19
19
metadata :
20
20
annotations :
21
- checksum/config : {{ include "cloudConfig" . | sha256sum }}
22
- labels :
23
- {{- include "occm.controllermanager.labels" . | nindent 8 }}
24
- annotations :
21
+ checksum/config : {{ include "cloudConfig" . | sha256sum }}
25
22
{{- with .Values.commonAnnotations }}
26
23
{{- toYaml . | nindent 8 }}
27
24
{{- end }}
25
+ labels :
26
+ {{- include "occm.controllermanager.labels" . | nindent 8 }}
28
27
spec :
29
28
{{- with .Values.nodeSelector }}
30
29
nodeSelector :
You can’t perform that action at this time.
0 commit comments