From 5a4d7f99a42408149ff1a710328ed481b2227d1f Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Tue, 12 Mar 2024 20:57:00 +0100 Subject: [PATCH] chore: fix typo in Helm upgrade instructions Signed-off-by: Thorsten Hans --- .../en/docs/spin-operator/installation/installing-with-helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/spin-operator/installation/installing-with-helm.md b/content/en/docs/spin-operator/installation/installing-with-helm.md index 4d26d8f..4ddefc4 100644 --- a/content/en/docs/spin-operator/installation/installing-with-helm.md +++ b/content/en/docs/spin-operator/installation/installing-with-helm.md @@ -112,7 +112,7 @@ To upgrade the `spin-operator` release, run the following: # Upgrade Spin Operator using Helm helm upgrade spin-operator \ --namespace spin-operator \ - --verson 0.0.2 \ + --version 0.0.2 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator ```