Skip to content

Commit 9c263fb

Browse files
committed
[hnc] support imagePullSecrets. fix #61
1 parent cda5672 commit 9c263fb

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

charts/hnc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: hnc
33
description: Hierarchical Namespace Controller (HNC). Policies and delegated creation to Kubernetes namespaces.
44
icon: https://raw.githubusercontent.com/KDE/breeze-icons/master/icons/actions/16/view-list-tree.svg
55
type: application
6-
version: 0.6.10
6+
version: 0.7.0
77
appVersion: v1.1.0
88
dependencies:
99
- name: common

charts/hnc/templates/replication/controller-manager-ha.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ spec:
3030
{{- end }}
3131
{{- end }}
3232
spec:
33+
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
3334
{{- with .Values.affinity }}
3435
affinity: {{- include "common.tplvalues.render" ( dict "value" . "context" $) | nindent 8 }}
3536
{{- else }}

charts/hnc/templates/replication/controller-manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
2929
{{- end }}
3030
{{- end }}
3131
spec:
32+
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
3233
containers:
3334
- args:
3435
- --webhook-server-port=9443

charts/hnc/templates/standalone/controller-manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ spec:
3030
{{- end }}
3131
{{- end }}
3232
spec:
33+
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
3334
containers:
3435
- args:
3536
- --webhook-server-port=9443

0 commit comments

Comments
 (0)