Skip to content

Commit f42c995

Browse files
committed
vso/docs: restore upgrade instructions
1 parent 46c69d7 commit f42c995

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

website/content/docs/platform/k8s/vso/installation.mdx

+18-8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ Then install the Operator:
4141
$ helm install --version 0.9.1 --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
4242
```
4343

44+
## Updating CRDs when using Helm
45+
46+
<Note title="Important">
47+
48+
As of VSO 0.8.0, VSO will automatically update its CRDs.
49+
The manual upgrade step [Updating CRDs](#updating-crds-when-using-helm-prior-to-vso-0-8-0) below is no longer
50+
required before upgrading to VSO 0.8.0+.
51+
52+
</Note>
53+
4454
## Upgrading using Helm
4555

4656
You can upgrade an existing installation with the `helm upgrade` command.
@@ -55,15 +65,15 @@ Hang tight while we grab the latest from your chart repositories...
5565
Update Complete. ⎈Happy Helming!⎈
5666
```
5767

58-
## Updating CRDs when using Helm
59-
60-
<Note title="Important">
61-
62-
As of VSO 0.8.0, VSO will automatically update its CRDs.
63-
The manual upgrade step [Updating CRDs](#updating-crds-when-using-helm-prior-to-vso-0-8-0) below is no longer required when
64-
upgrading to VSO 0.8.0+.
68+
To upgrade your VSO release, replace `<TARGET_VSO_VERSION>` with the VSO version you are upgrading to:
69+
```shell-session
70+
$ helm upgrade --version <TARGET_VSO_VERSION> --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
71+
```
6572

66-
</Note>
73+
For example, if you are upgrading to VSO 0.9.1:
74+
```shell-session
75+
$ helm upgrade --version 0.9.1 --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator
76+
```
6777

6878
The VSO Helm chart will automatically upgrade the CRDs to match the VSO version being deployed.
6979
There should be no need to manually update the CRDs prior to upgrading VSO using Helm.

0 commit comments

Comments
 (0)