Skip to content

Commit 4292538

Browse files
authored
Merge pull request #583 from stackhpc/hashicorp-pin
Pin Consul and Vault to the latest MPL releases
2 parents 5b33864 + 56ea9dc commit 4292538

File tree

1 file changed

+4
-4
lines changed
  • etc/kayobe/inventory/group_vars/all

1 file changed

+4
-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"
13+
seed_consul_docker_tag: "1.16.1"
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"
19+
seed_vault_docker_tag: "1.14.1"
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"
50+
overcloud_consul_docker_tag: "1.16.1"
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"
56+
overcloud_vault_docker_tag: "1.14.1"
5757

5858
# Overcloud Vault PKI Default Role name
5959
overcloud_vault_pki_default_role_name: "ServerCert"

0 commit comments

Comments
 (0)