From 01444e7387efd8b8532693dd809357e60239837c Mon Sep 17 00:00:00 2001 From: Tanmay Pereira Naik Date: Wed, 19 Jul 2023 18:27:23 +0530 Subject: [PATCH] docs: Update outdated tags for banzaicloud/bank-vaults --- content/docs/istio/cr-istio.yaml | 2 +- content/docs/operator/howto-vault-e2e.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/istio/cr-istio.yaml b/content/docs/istio/cr-istio.yaml index 5c8ab0ee..63f7804f 100644 --- a/content/docs/istio/cr-istio.yaml +++ b/content/docs/istio/cr-istio.yaml @@ -6,7 +6,7 @@ metadata: spec: size: 1 image: vault:1.3.1 - bankVaultsImage: banzaicloud/bank-vaults:master + bankVaultsImage: banzaicloud/bank-vaults:latest # Common annotations for all created resources annotations: diff --git a/content/docs/operator/howto-vault-e2e.md b/content/docs/operator/howto-vault-e2e.md index 79232997..68a4bc19 100644 --- a/content/docs/operator/howto-vault-e2e.md +++ b/content/docs/operator/howto-vault-e2e.md @@ -89,7 +89,7 @@ metadata: spec: size: 2 image: vault:1.1.2 - bankVaultsImage: banzaicloud/bank-vaults:0.4.16 + bankVaultsImage: banzaicloud/bank-vaults:1.19.0 # A YAML representation of a final vault config file. # See https://www.vaultproject.io/docs/configuration/ for more information.