We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f666ae + afabbee commit c70bc6aCopy full SHA for c70bc6a
chart/kepler/Chart.yaml
@@ -22,5 +22,5 @@ annotations:
22
url: https://keybase.io/bradmccoydev/pgp_keys.asc
23
24
type: application
25
-version: 0.5.2
26
-appVersion: release-0.5.5
+version: 0.5.3
+appVersion: release-0.6.1
chart/kepler/templates/daemonset.yaml
@@ -28,8 +28,10 @@ spec:
28
spec:
29
hostNetwork: true
30
serviceAccountName: {{ include "kepler.serviceAccountName" . }}
31
- imagePullSecrets:
32
- {{- toYaml .Values.imagePullSecrets | nindent 8 }}
+ {{- with .Values.imagePullSecrets }}
+ imagePullSecrets:
33
+ {{- toYaml . | nindent 8 }}
34
+ {{- end }}
35
containers:
36
- name: kepler-exporter
37
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
0 commit comments