Skip to content

Commit

Permalink
Updates (#70)
Browse files Browse the repository at this point in the history
* Vault 1.6.0

* cfssl 1.5.0

* statsd_exporter 0.18.0

* vault-exporter 2.0.0
  • Loading branch information
ribbybibby authored Nov 27, 2020
1 parent bed3be5 commit ff42564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions base/vault-namespace/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ spec:
- name: tls
mountPath: /etc/tls
- name: vault
image: vault:1.5.5
image: vault:1.6.0
readinessProbe:
# Ready if Vault is initialized, unsealed and active/standby
httpGet:
Expand Down Expand Up @@ -210,13 +210,13 @@ spec:
runAsGroup: 100
allowPrivilegeEscalation: false
- name: vault-exporter
image: quay.io/giantswarm/vault-exporter:1.0.0
image: quay.io/giantswarm/vault-exporter:2.0.0
args:
- --insecure-ssl
ports:
- containerPort: 9410
- name: statsd-exporter
image: prom/statsd-exporter:v0.15.0
image: prom/statsd-exporter:v0.18.0
args:
- --statsd.mapping-config=/statsd-mappings.yaml
ports:
Expand Down
2 changes: 1 addition & 1 deletion vault-toolkit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.12

ENV CFSSL_VERSION="1.4.1"
ENV CFSSL_VERSION="1.5.0"
ENV KUBECTL_VERSION="1.19.2"

COPY *.sh /usr/local/bin/
Expand Down

0 comments on commit ff42564

Please sign in to comment.