Skip to content

Commit

Permalink
Update vault to v1.15.2 and sidecars to latest
Browse files Browse the repository at this point in the history
- Update vault-exporter to v2.4.0
- Update statsd-exporter to v0.25.0
  • Loading branch information
DTLP committed Nov 24, 2023
1 parent 2323b10 commit 185dbbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/vault-namespace/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ spec:
- name: tls
mountPath: /etc/tls
- name: vault
image: vault:1.13.3
image: vault:1.15.2
readinessProbe:
# Ready if Vault is initialized, unsealed and active/standby
httpGet:
Expand Down Expand Up @@ -236,13 +236,13 @@ spec:
runAsGroup: 100
allowPrivilegeEscalation: false
- name: vault-exporter
image: quay.io/giantswarm/vault-exporter:2.3.1-1879492bb1f0ac12cbac133cba165b286285d907
image: quay.io/giantswarm/vault-exporter:2.4.0-cfff5990fadb1d9da907b2d8fc84732a6436ef40
args:
- --insecure-ssl
ports:
- containerPort: 9410
- name: statsd-exporter
image: prom/statsd-exporter:v0.24.0
image: prom/statsd-exporter:v0.25.0
args:
- --statsd.mapping-config=/statsd-mappings.yaml
ports:
Expand Down

0 comments on commit 185dbbe

Please sign in to comment.