Skip to content

Commit

Permalink
Increase spire version
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
  • Loading branch information
Vladimir Popov committed Apr 6, 2021
1 parent 48f4c8c commit cbfd138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/spire/agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/spire/server-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbfd138

Please sign in to comment.