mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Docs: update VSO docs for 0.3.3 (#23701)
This commit is contained in:
@@ -81,7 +81,7 @@ Use these links to navigate to a particular top-level stanza.
|
|||||||
|
|
||||||
- `repository` ((#v-controller-kuberbacproxy-image-repository)) (`string: gcr.io/kubebuilder/kube-rbac-proxy`)
|
- `repository` ((#v-controller-kuberbacproxy-image-repository)) (`string: gcr.io/kubebuilder/kube-rbac-proxy`)
|
||||||
|
|
||||||
- `tag` ((#v-controller-kuberbacproxy-image-tag)) (`string: v0.14.1`)
|
- `tag` ((#v-controller-kuberbacproxy-image-tag)) (`string: v0.14.4`)
|
||||||
|
|
||||||
- `resources` ((#v-controller-kuberbacproxy-resources)) (`map`) - Configures the default resources for the kube rbac proxy container.
|
- `resources` ((#v-controller-kuberbacproxy-resources)) (`map`) - Configures the default resources for the kube rbac proxy container.
|
||||||
For more information on configuring resources, see the K8s documentation:
|
For more information on configuring resources, see the K8s documentation:
|
||||||
@@ -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`)
|
- `repository` ((#v-controller-manager-image-repository)) (`string: hashicorp/vault-secrets-operator`)
|
||||||
|
|
||||||
- `tag` ((#v-controller-manager-image-tag)) (`string: 0.3.2`)
|
- `tag` ((#v-controller-manager-image-tag)) (`string: 0.3.3`)
|
||||||
|
|
||||||
- `clientCache` ((#v-controller-manager-clientcache)) - Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that
|
- `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
|
are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens
|
||||||
|
|||||||
@@ -30,13 +30,13 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com
|
|||||||
```shell-session
|
```shell-session
|
||||||
$ helm search repo hashicorp/vault-secrets-operator
|
$ helm search repo hashicorp/vault-secrets-operator
|
||||||
NAME CHART VERSION APP VERSION DESCRIPTION
|
NAME CHART VERSION APP VERSION DESCRIPTION
|
||||||
hashicorp/vault-secrets-operator 0.3.2 0.3.2 Official HashiCorp Vault Secrets Operator Chart
|
hashicorp/vault-secrets-operator 0.3.3 0.3.3 Official HashiCorp Vault Secrets Operator Chart
|
||||||
```
|
```
|
||||||
|
|
||||||
Then install the Operator:
|
Then install the Operator:
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ helm install --version 0.3.2 --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
$ helm install --version 0.3.3 --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@@ -65,10 +65,10 @@ $ helm show crds --version <TARGET_VSO_VERSION> hashicorp/vault-secrets-operator
|
|||||||
$ helm upgrade --version <TARGET_VSO_VERSION> --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
$ helm upgrade --version <TARGET_VSO_VERSION> --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, if you are upgrading to VSO 0.3.2:
|
For example, if you are upgrading to VSO 0.3.3:
|
||||||
```shell-session
|
```shell-session
|
||||||
$ helm show crds --version 0.3.2 hashicorp/vault-secrets-operator | kubectl apply -f -
|
$ helm show crds --version 0.3.3 hashicorp/vault-secrets-operator | kubectl apply -f -
|
||||||
$ helm upgrade --version 0.3.2 --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
$ helm upgrade --version 0.3.3 --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
||||||
```
|
```
|
||||||
|
|
||||||
## Updating CRDs
|
## Updating CRDs
|
||||||
@@ -83,9 +83,9 @@ To update the VSO CRDs, replace `<TARGET_VSO_VERSION>` with the VSO version you
|
|||||||
$ helm show crds --version <TARGET_VSO_VERSION> hashicorp/vault-secrets-operator | kubectl apply -f -
|
$ helm show crds --version <TARGET_VSO_VERSION> hashicorp/vault-secrets-operator | kubectl apply -f -
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, if you are upgrading to VSO 0.3.2:
|
For example, if you are upgrading to VSO 0.3.3:
|
||||||
```shell-session
|
```shell-session
|
||||||
$ helm show crds --version 0.3.2 hashicorp/vault-secrets-operator | kubectl apply -f -
|
$ helm show crds --version 0.3.3 hashicorp/vault-secrets-operator | kubectl apply -f -
|
||||||
|
|
||||||
customresourcedefinition.apiextensions.k8s.io/hcpauths.secrets.hashicorp.com created
|
customresourcedefinition.apiextensions.k8s.io/hcpauths.secrets.hashicorp.com created
|
||||||
customresourcedefinition.apiextensions.k8s.io/hcpvaultsecretsapps.secrets.hashicorp.com created
|
customresourcedefinition.apiextensions.k8s.io/hcpvaultsecretsapps.secrets.hashicorp.com created
|
||||||
|
|||||||
Reference in New Issue
Block a user