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
10
10
seed_consul_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/consul"
11
11
12
12
# Seed Consul container image tag.
13
- seed_consul_docker_tag: "1.16.1 "
13
+ seed_consul_docker_tag: "1.16.3 "
14
14
15
15
# Seed Vault container image.
16
16
seed_vault_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/vault"
17
17
18
18
# Seed Vault container image tag.
19
- seed_vault_docker_tag: "1.14.1 "
19
+ seed_vault_docker_tag: "1.14.6 "
20
20
21
21
# Seed Vault PKI Role name
22
22
seed_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