Skip to content

Commit

Permalink
Merge pull request #728 from Bolodya1997/update-spire
Browse files Browse the repository at this point in the history
Increase spire version
  • Loading branch information
denis-tingaikin authored Apr 7, 2021
2 parents 2e8a567 + 839c485 commit e00f868
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 e00f868

Please sign in to comment.