Commit af4c14b5 authored by Patrick Lang's avatar Patrick Lang Committed by Matthew Fisher

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

* update nginx example to work multi-arch
Signed-off-by: 's avatarPatrick Lang <patrick.lang@hotmail.com>

* Fix alpine to use a multiarch tag
Signed-off-by: 's avatarPatrick Lang <patrick.lang@hotmail.com>
parent 581e6cdb
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment