diff --git a/examples/spire/agent-daemonset.yaml b/examples/spire/agent-daemonset.yaml index 814fe20e8741..2e300c5571c1 100644 --- a/examples/spire/agent-daemonset.yaml +++ b/examples/spire/agent-daemonset.yaml @@ -29,7 +29,7 @@ spec: args: ["-t", "30", "spire-server:8081"] containers: - name: spire-agent - image: gcr.io/spiffe-io/spire-agent:0.10.0 + image: gcr.io/spiffe-io/spire-agent:0.12.1 args: ["-config", "/run/spire/config/agent.conf"] volumeMounts: - name: spire-config diff --git a/examples/spire/server-statefulset.yaml b/examples/spire/server-statefulset.yaml index 99c8bdfe0c6b..74229b0f2019 100644 --- a/examples/spire/server-statefulset.yaml +++ b/examples/spire/server-statefulset.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: spire-server containers: - name: spire-server - image: gcr.io/spiffe-io/spire-server:0.10.0 + image: gcr.io/spiffe-io/spire-server:0.12.1 args: - -config - /run/spire/config/server.conf