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 4a2d194 commit a8bbc1fCopy full SHA for a8bbc1f
helm-guestbook/templates/deployment.yaml
@@ -21,7 +21,7 @@ spec:
21
spec:
22
containers:
23
- name: {{ .Chart.Name }}
24
- image: "{{ .Values.image.repository }}:stable"
+ image: "{{ .Values.image.repository }}:latest"
25
imagePullPolicy: {{ .Values.image.pullPolicy }}
26
ports:
27
- name: http
0 commit comments