Skip to content

Commit

Permalink
Update Vault to 1.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Dec 1, 2023
1 parent aa62327 commit 2082d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
command: /opt/setup/setup.sh
vault:
container_name: vault
image: quay.io/cybozu/vault:1.14
image: ghcr.io/cybozu/vault:1.15
networks:
app_net:
ipv4_address: 172.30.0.13
Expand Down
2 changes: 1 addition & 1 deletion mtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# tool versions
MANAGEMENT_ETCD_VERSION = 3.5.10
VAULT_VERSION = 1.15.2
VAULT_VERSION = 1.15.3
K8S_VERSION = 1.27.8
CONTAINERD_VERSION = 1.7.9
CRITOOLS_VERSION = 1.28.0
Expand Down
2 changes: 1 addition & 1 deletion sonobuoy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
command: /opt/setup/setup.sh
vault:
container_name: vault
image: quay.io/cybozu/vault:1.14
image: ghcr.io/cybozu/vault:1.15
networks:
app_net:
ipv4_address: 172.30.0.13
Expand Down

0 comments on commit 2082d05

Please sign in to comment.