Skip to content

Commit

Permalink
chore(deps): update hashicorp/vault docker tag to v1.17.2 (#1510)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 91081e4 commit 3e25e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ vault_host: "{{ ansible_default_ipv4.address }}"
vault_port: 8200

# renovate: datasource=docker depName=hashicorp/vault
vault_tag: '1.17.1'
vault_tag: '1.17.2'
vault_image: "{{ docker_registry_vault }}/hashicorp/vault:{{ vault_tag }}"

vault_output_key_shares: false
Expand Down

0 comments on commit 3e25e67

Please sign in to comment.