@@ -33,7 +33,7 @@ chart. To install a specific version, append `--version <VERSION>` to the
3333command, for example:
3434
3535``` bash
36- helm upgrade -i toolhive-operator-crds oci://ghcr.io/stacklok/toolhive/toolhive-operator-crds --version 0.0.7
36+ helm upgrade -i toolhive-operator-crds oci://ghcr.io/stacklok/toolhive/toolhive-operator-crds --version 0.0.21
3737```
3838
3939## Install the operator
@@ -52,7 +52,7 @@ chart. To install a specific version, append `--version <VERSION>` to the
5252command, for example:
5353
5454``` bash
55- helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --version 0.1.1
55+ helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --version 0.2.10
5656```
5757
5858Verify the installation:
@@ -81,7 +81,7 @@ and set a specific ToolHive version, create a `values.yaml` file:
8181``` yaml title="values.yaml"
8282operator :
8383 replicaCount : 2
84- toolhiveRunnerImage : ghcr.io/stacklok/toolhive:v0.1.8 # or `latest`
84+ toolhiveRunnerImage : ghcr.io/stacklok/toolhive:v0.2.17 # or `latest`
8585` ` `
8686
8787Install the operator with your custom values:
@@ -222,8 +222,14 @@ kubectl logs -n toolhive-system <TOOLHIVE_OPERATOR_POD_NAME>
222222
223223# # Upgrade the operator
224224
225- To upgrade the ToolHive operator to a new version, use the same command you used
226- to install it :
225+ To upgrade the ToolHive operator to a new version, use the same commands you
226+ used to install it. First, upgrade the CRDs if a new version is available :
227+
228+ ` ` ` bash
229+ helm upgrade -i toolhive-operator-crds oci://ghcr.io/stacklok/toolhive/toolhive-operator-crds
230+ ` ` `
231+
232+ Then upgrade the operator itself :
227233
228234` ` ` bash
229235helm upgrade toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --reuse-values
0 commit comments