File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: hnc
3
3
description : Hierarchical Namespace Controller (HNC). Policies and delegated creation to Kubernetes namespaces.
4
4
icon : https://raw.githubusercontent.com/KDE/breeze-icons/master/icons/actions/16/view-list-tree.svg
5
5
type : application
6
- version : 0.6.10
6
+ version : 0.7.0
7
7
appVersion : v1.1.0
8
8
dependencies :
9
9
- name : common
Original file line number Diff line number Diff line change 30
30
{{- end }}
31
31
{{- end }}
32
32
spec :
33
+ {{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
33
34
{{- with .Values.affinity }}
34
35
affinity : {{- include "common.tplvalues.render" ( dict "value" . "context" $) | nindent 8 }}
35
36
{{- else }}
Original file line number Diff line number Diff line change 29
29
{{- end }}
30
30
{{- end }}
31
31
spec :
32
+ {{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
32
33
containers :
33
34
- args :
34
35
- --webhook-server-port=9443
Original file line number Diff line number Diff line change 30
30
{{- end }}
31
31
{{- end }}
32
32
spec :
33
+ {{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
33
34
containers :
34
35
- args :
35
36
- --webhook-server-port=9443
You can’t perform that action at this time.
0 commit comments