Update docs/examples to use multi-arch tagged images (#5099)

* update nginx example to work multi-arch

Signed-off-by: Patrick Lang <patrick.lang@hotmail.com>

* Fix alpine to use a multiarch tag

Signed-off-by: Patrick Lang <patrick.lang@hotmail.com>
pull/5198/head
Patrick Lang 6 years ago committed by Matthew Fisher
parent 581e6cdbb8
commit af4c14b593

@ -1,6 +1,6 @@
image:
repository: alpine
tag: 3.3
tag: latest
pullPolicy: IfNotPresent
restartPolicy: Never

@ -32,6 +32,6 @@ spec:
restartPolicy: {{ .Values.restartPolicy }}
containers:
- name: post-install-job
image: "alpine:3.3"
image: "alpine:latest"
# All we're going to do is sleep for a while, then exit.
command: ["/bin/sleep", "{{ .Values.sleepyTime }}"]

@ -14,7 +14,7 @@ index: >-
image:
repository: nginx
tag: 1.11.0
tag: alpine
pullPolicy: IfNotPresent
service:

Loading…
Cancel
Save