We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad63c0f commit 4a2d194Copy full SHA for 4a2d194
helm-guestbook/templates/deployment.yaml
@@ -21,7 +21,7 @@ spec:
21
spec:
22
containers:
23
- name: {{ .Chart.Name }}
24
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.repository }}:stable"
25
imagePullPolicy: {{ .Values.image.pullPolicy }}
26
ports:
27
- name: http
0 commit comments