mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
backport of commit 90bff81f1d (#23715)
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c5c8c76d60
commit
4967a02f98
@@ -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`)
|
||||
|
||||
- `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.
|
||||
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`)
|
||||
|
||||
- `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
|
||||
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
|
||||
$ helm search repo hashicorp/vault-secrets-operator
|
||||
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:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
For example, if you are upgrading to VSO 0.3.2:
|
||||
For example, if you are upgrading to VSO 0.3.3:
|
||||
```shell-session
|
||||
$ helm show crds --version 0.3.2 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 show crds --version 0.3.3 hashicorp/vault-secrets-operator | kubectl apply -f -
|
||||
$ helm upgrade --version 0.3.3 --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
|
||||
```
|
||||
|
||||
## 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 -
|
||||
```
|
||||
|
||||
For example, if you are upgrading to VSO 0.3.2:
|
||||
For example, if you are upgrading to VSO 0.3.3:
|
||||
```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/hcpvaultsecretsapps.secrets.hashicorp.com created
|
||||
|
||||
Reference in New Issue
Block a user