File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
charts/openstack-cloud-controller-manager Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
44icon : https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55home : https://github.com/kubernetes/cloud-provider-openstack
66name : openstack-cloud-controller-manager
7- version : 2.28.2
7+ version : 2.28.3
88maintainers :
99 - name : eumel8
1010
Original file line number Diff line number Diff line change 2525 labels :
2626 {{- include "occm.controllermanager.labels" . | nindent 8 }}
2727 spec :
28+ {{- with .Values.imagePullSecrets }}
29+ imagePullSecrets :
30+ {{- toYaml . | nindent 8 }}
31+ {{- end }}
2832 {{- with .Values.nodeSelector }}
2933 nodeSelector :
3034 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ commonAnnotations: {}
99# "helm.sh/hook-weight": "-100"
1010# "helm.sh/hook-delete-policy": before-hook-creation
1111
12+ # List of secrets to use as image pull secret
13+ imagePullSecrets : []
14+ # - pull-secret-1
15+ # - pull-secret-2
16+
1217# Image repository name and tag
1318image :
1419 repository : registry.k8s.io/provider-os/openstack-cloud-controller-manager
You can’t perform that action at this time.
0 commit comments