Skip to content

Commit

Permalink
Implement imagePullSecret support for master
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotardl committed Oct 30, 2023
1 parent 1379d0f commit 958f415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.29.0-alpha.4
version: 2.29.0-alpha.5
maintainers:
- name: eumel8
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
labels:
{{- include "occm.controllermanager.labels" . | nindent 8 }}
spec:
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 1 addition & 0 deletions charts/openstack-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ commonAnnotations: {}
# "helm.sh/hook-delete-policy": before-hook-creation

# Image repository name and tag
imagePullSecrets: []
image:
repository: registry.k8s.io/provider-os/openstack-cloud-controller-manager
tag: ""
Expand Down

0 comments on commit 958f415

Please sign in to comment.