Skip to content

Commit 1eaa79f

Browse files
authored
Merge pull request #680 from cybozu-go/update-vault
Update Vault to 1.15.3
2 parents aa62327 + 2082d05 commit 1eaa79f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
command: /opt/setup/setup.sh
3636
vault:
3737
container_name: vault
38-
image: quay.io/cybozu/vault:1.14
38+
image: ghcr.io/cybozu/vault:1.15
3939
networks:
4040
app_net:
4141
ipv4_address: 172.30.0.13

mtest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# tool versions
44
MANAGEMENT_ETCD_VERSION = 3.5.10
5-
VAULT_VERSION = 1.15.2
5+
VAULT_VERSION = 1.15.3
66
K8S_VERSION = 1.27.8
77
CONTAINERD_VERSION = 1.7.9
88
CRITOOLS_VERSION = 1.28.0

sonobuoy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
command: /opt/setup/setup.sh
3636
vault:
3737
container_name: vault
38-
image: quay.io/cybozu/vault:1.14
38+
image: ghcr.io/cybozu/vault:1.15
3939
networks:
4040
app_net:
4141
ipv4_address: 172.30.0.13

0 commit comments

Comments
 (0)