From aed43fe80e90a3058dc859b7453fd573a8c7e693 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 10 Jan 2024 20:12:09 -0600 Subject: [PATCH] [docs] Update docs for VSO release 0.4.3 (#24792) * Update docs for VSO release 0.4.3 --- website/content/docs/platform/k8s/vso/helm.mdx | 4 ++-- .../content/docs/platform/k8s/vso/installation.mdx | 14 +++++++------- .../content/docs/platform/k8s/vso/openshift.mdx | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/website/content/docs/platform/k8s/vso/helm.mdx b/website/content/docs/platform/k8s/vso/helm.mdx index 9562c99991..125b5c3a74 100644 --- a/website/content/docs/platform/k8s/vso/helm.mdx +++ b/website/content/docs/platform/k8s/vso/helm.mdx @@ -11,7 +11,7 @@ The chart is customizable using [Helm configuration values](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). + the vault-secrets-operator repo's values.yaml: file commit=dbdfa37e122bd91a4db0bb016970b717aca544f5 --> ## Top-Level Stanzas @@ -119,7 +119,7 @@ Use these links to navigate to a particular top-level stanza. - `repository` ((#v-controller-manager-image-repository)) (`string: hashicorp/vault-secrets-operator`) - - `tag` ((#v-controller-manager-image-tag)) (`string: 0.4.2`) + - `tag` ((#v-controller-manager-image-tag)) (`string: 0.4.3`) - `clientCache` ((#v-controller-manager-clientcache)) - Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens diff --git a/website/content/docs/platform/k8s/vso/installation.mdx b/website/content/docs/platform/k8s/vso/installation.mdx index fc432cd1e6..dde11fd1b1 100644 --- a/website/content/docs/platform/k8s/vso/installation.mdx +++ b/website/content/docs/platform/k8s/vso/installation.mdx @@ -30,13 +30,13 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com ```shell-session $ helm search repo hashicorp/vault-secrets-operator NAME CHART VERSION APP VERSION DESCRIPTION -hashicorp/vault-secrets-operator 0.4.2 0.4.2 Official HashiCorp Vault Secrets Operator Chart +hashicorp/vault-secrets-operator 0.4.3 0.4.3 Official HashiCorp Vault Secrets Operator Chart ``` Then install the Operator: ```shell-session -$ helm install --version 0.4.2 --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator +$ helm install --version 0.4.3 --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator ``` @@ -65,10 +65,10 @@ $ helm show crds --version hashicorp/vault-secrets-operator $ helm upgrade --version --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator ``` -For example, if you are upgrading to VSO 0.4.2: +For example, if you are upgrading to VSO 0.4.3: ```shell-session -$ helm show crds --version 0.4.2 hashicorp/vault-secrets-operator | kubectl apply -f - -$ helm upgrade --version 0.4.2 --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator +$ helm show crds --version 0.4.3 hashicorp/vault-secrets-operator | kubectl apply -f - +$ helm upgrade --version 0.4.3 --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator ``` ## Updating CRDs @@ -83,9 +83,9 @@ To update the VSO CRDs, replace `` with the VSO version you $ helm show crds --version hashicorp/vault-secrets-operator | kubectl apply -f - ``` -For example, if you are upgrading to VSO 0.4.2: +For example, if you are upgrading to VSO 0.4.3: ```shell-session -$ helm show crds --version 0.4.2 hashicorp/vault-secrets-operator | kubectl apply -f - +$ helm show crds --version 0.4.3 hashicorp/vault-secrets-operator | kubectl apply -f - customresourcedefinition.apiextensions.k8s.io/hcpauths.secrets.hashicorp.com created customresourcedefinition.apiextensions.k8s.io/hcpvaultsecretsapps.secrets.hashicorp.com created diff --git a/website/content/docs/platform/k8s/vso/openshift.mdx b/website/content/docs/platform/k8s/vso/openshift.mdx index 28538f5725..006c99c84d 100644 --- a/website/content/docs/platform/k8s/vso/openshift.mdx +++ b/website/content/docs/platform/k8s/vso/openshift.mdx @@ -23,7 +23,7 @@ The Vault Secrets Operator may also be installed in OpenShift using the Helm cha $ helm install vault-secrets-operator hashicorp/vault-secrets-operator \ --create-namespace \ --namespace vault-secrets-operator \ - --version 0.4.2 \ + --version 0.4.3 \ --values values.yaml ``` @@ -56,7 +56,7 @@ controller: manager: image: repository: registry.connect.redhat.com/hashicorp/vault-secrets-operator - tag: 0.4.2-ubi + tag: 0.4.3-ubi resources: limits: memory: 256Mi