File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
etc/kayobe/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ seed_hashicorp_registry_password: "{{ stackhpc_docker_registry_password if stack
1010seed_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.
1616seed_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
2222seed_vault_pki_role_name: "ServerCert"
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Updates Consul to 1.16.3 and Vault to 1.14.6.
You can’t perform that action at this time.
0 commit comments