From b6f270d515cb28f845db40445940a4ddc18b7eb5 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Wed, 29 Mar 2023 22:51:34 +0000 Subject: [PATCH 1/2] backport of commit f2e6480999d968b824adac0d9403fa4f8d532407 --- website/content/docs/platform/k8s/vso/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/platform/k8s/vso/installation.mdx b/website/content/docs/platform/k8s/vso/installation.mdx index 448a96af057d..546e3847b7ab 100644 --- a/website/content/docs/platform/k8s/vso/installation.mdx +++ b/website/content/docs/platform/k8s/vso/installation.mdx @@ -26,7 +26,7 @@ HashiCorp helm repository and ensure you have access to the chart: $ helm repo add hashicorp https://helm.releases.hashicorp.com "hashicorp" has been added to your repositories -$ helm search repo hashicorp/vault-secrets-operator +$ helm search repo hashicorp/vault-secrets-operator --devel NAME CHART VERSION APP VERSION DESCRIPTION hashicorp/vault-secrets-operator 0.1.0-beta 0.1.0-beta Official HashiCorp Vault Secrets Operator Chart ``` @@ -34,7 +34,7 @@ hashicorp/vault-secrets-operator 0.1.0-beta 0.1.0-beta Official Hash Then install the Operator: ```shell-session -$ helm install --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator +$ helm install --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator --version 0.1.0-beta ``` From bb9dbee923e9c7af4f4f0fbfbb5e988a2f432cfa Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Wed, 29 Mar 2023 17:00:33 -0700 Subject: [PATCH 2/2] ci bump