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: image:
repository: alpine repository: alpine
tag: 3.3 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
restartPolicy: Never restartPolicy: Never

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

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

Loading…
Cancel
Save