Skip to content

Commit c6ed1bc

Browse files
committed
Update Consul and Vault to latest MPL releases
1 parent 710a7f1 commit c6ed1bc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

etc/kayobe/inventory/group_vars/all/vault

Lines changed: 4 additions & 4 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.3"
13+
seed_consul_docker_tag: "1.16.4"
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.6"
19+
seed_vault_docker_tag: "1.14.8"
2020

2121
# Seed Vault PKI Role name
2222
seed_vault_pki_role_name: "ServerCert"
@@ -47,13 +47,13 @@ overcloud_hashicorp_registry_password: "{{ stackhpc_docker_registry_password if
4747
overcloud_consul_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/consul"
4848

4949
# Overcloud Consul container image tag.
50-
overcloud_consul_docker_tag: "1.16.1"
50+
overcloud_consul_docker_tag: "1.16.4"
5151

5252
# Overcloud Vault container image.
5353
overcloud_vault_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/vault"
5454

5555
# Overcloud Vault container image tag.
56-
overcloud_vault_docker_tag: "1.14.1"
56+
overcloud_vault_docker_tag: "1.14.8"
5757

5858
# Overcloud Vault PKI Default Role name
5959
overcloud_vault_pki_default_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.4 and Vault to 1.14.8.

0 commit comments

Comments
 (0)