Update k8s/quickstart container images to 0.10.0
Signed-off-by: Eugene Weiss <eugene@scytale.io>
This commit is contained in:
parent
11430ef58f
commit
1ece82c82b
|
|
@ -28,7 +28,7 @@ spec:
|
|||
args: ["-t", "30", "spire-server:8081"]
|
||||
containers:
|
||||
- name: spire-agent
|
||||
image: gcr.io/spiffe-io/spire-agent:429286051c1e0d729be2bec8d7ee26204494cf7a
|
||||
image: gcr.io/spiffe-io/spire-agent:0.10.0
|
||||
args: ["-config", "/run/spire/config/agent.conf"]
|
||||
volumeMounts:
|
||||
- name: spire-config
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ spec:
|
|||
dnsPolicy: ClusterFirstWithHostNet
|
||||
containers:
|
||||
- name: client
|
||||
image: gcr.io/spiffe-io/spire-agent:429286051c1e0d729be2bec8d7ee26204494cf7a
|
||||
image: gcr.io/spiffe-io/spire-agent:0.10.0
|
||||
command: ["sleep"]
|
||||
args: ["1000000000"]
|
||||
volumeMounts:
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ spec:
|
|||
serviceAccountName: spire-server
|
||||
containers:
|
||||
- name: spire-server
|
||||
image: gcr.io/spiffe-io/spire-server:429286051c1e0d729be2bec8d7ee26204494cf7a
|
||||
image: gcr.io/spiffe-io/spire-server:0.10.0
|
||||
args:
|
||||
- -config
|
||||
- /run/spire/config/server.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue