Skip to content

Commit 890246f

Browse files
authored
Merge pull request #768 from stackhpc/bump-hashicorp-images
Update Consul and Vault to latest MPL releases
2 parents 7a9dcd9 + e3d662c commit 890246f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

etc/kayobe/inventory/group_vars/all/vault

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ seed_hashicorp_registry_password: "{{ stackhpc_docker_registry_password if stack
1010
seed_consul_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/consul"
1111

1212
# Seed Consul container image tag.
13-
seed_consul_docker_tag: "1.16.1"
13+
seed_consul_docker_tag: "1.16.3"
1414

1515
# Seed Vault container image.
1616
seed_vault_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/vault"
1717

1818
# Seed Vault container image tag.
19-
seed_vault_docker_tag: "1.14.1"
19+
seed_vault_docker_tag: "1.14.6"
2020

2121
# Seed Vault PKI Role name
2222
seed_vault_pki_role_name: "ServerCert"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Updates Consul to 1.16.3 and Vault to 1.14.6.

0 commit comments

Comments
 (0)