diff --git a/Chart.yaml b/Chart.yaml index 9efa094..8313259 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ description: A Helm chart to configure Hashicorp's vault. keywords: - pattern name: hashicorp-vault -version: 0.1.2 +version: 0.1.3 home: https://github.com/validatedpatterns/hashicorp-vault-chart dependencies: - name: vault diff --git a/values.yaml b/values.yaml index 34b1222..ed87a0d 100644 --- a/values.yaml +++ b/values.yaml @@ -65,4 +65,4 @@ vault: # -- Where to fetch the vault images from repository: "registry.connect.redhat.com/hashicorp/vault" # -- Tag to use for the vault image - tag: "1.17.3-ubi" + tag: "1.17.6-ubi"