Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore(spire): upgrade spire components to 1.3.0
Browse files Browse the repository at this point in the history
Upgraded spire components to 1.3.0 to avoid spire-server too high CPU usage spiffe/spire#2827
  • Loading branch information
GerardoGR committed Jun 1, 2022
1 parent b8c7d17 commit 5e0a4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@ spec:
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
image: gcr.io/spiffe-io/spire-agent:1.1.2
image: gcr.io/spiffe-io/spire-agent:1.3.0
args:
- -expandEnv
- -config
Expand Down
Expand Up @@ -20,7 +20,7 @@ spec:
shareProcessNamespace: true
containers:
- name: spire-server
image: gcr.io/spiffe-io/spire-server:1.1.2
image: gcr.io/spiffe-io/spire-server:1.3.0
args:
- -config
- /run/spire/config/server.conf
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
readOnly: false

- name: k8s-workload-registrar
image: gcr.io/spiffe-io/k8s-workload-registrar:1.1.0
image: gcr.io/spiffe-io/k8s-workload-registrar:1.3.0
args:
- -config
- /run/spire/config/k8s-workload-registrar.conf
Expand Down

0 comments on commit 5e0a4e4

Please sign in to comment.