From b1b8ebf2aee7999c8bffe8ae4b6f821725a87b98 Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Wed, 13 Mar 2024 09:34:08 +0100 Subject: [PATCH] chore: Bump new spin-operator refs to 0.1.0 Rebased this branch on current main, so we got a couple of more spots where we must go from `0.0.2` to `0.1.0` Signed-off-by: Thorsten Hans --- .../spin-operator/installation/installing-with-helm.md | 4 ++-- content/en/docs/spin-operator/quickstart/_index.md | 2 +- .../tutorials/deploy-on-azure-kubernetes-service.md | 2 +- .../en/docs/spin-operator/tutorials/scaling-with-hpa.md | 8 ++++---- .../en/docs/spin-operator/tutorials/scaling-with-keda.md | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) 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 1c14ea4..f3b4a8c 100644 --- a/content/en/docs/spin-operator/installation/installing-with-helm.md +++ b/content/en/docs/spin-operator/installation/installing-with-helm.md @@ -93,7 +93,7 @@ The following installs the chart with the release name `spin-operator`: helm install spin-operator \ --namespace spin-operator \ --create-namespace \ - --version 0.0.2 \ + --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator ``` @@ -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 \ - --version 0.0.2 \ + --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator ``` diff --git a/content/en/docs/spin-operator/quickstart/_index.md b/content/en/docs/spin-operator/quickstart/_index.md index 7991cbd..b38e881 100644 --- a/content/en/docs/spin-operator/quickstart/_index.md +++ b/content/en/docs/spin-operator/quickstart/_index.md @@ -61,7 +61,7 @@ Execute the following command to install the Spin Operator on the K3d cluster us helm install spin-operator \ --namespace spin-operator \ --create-namespace \ - --version 0.0.2 \ + --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator ``` diff --git a/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md b/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md index 30f1682..f42a217 100644 --- a/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md +++ b/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md @@ -135,7 +135,7 @@ The following installs the chart with the release name `spin-operator` in the `s helm install spin-operator \ --namespace spin-operator \ --create-namespace \ - --version 0.0.2 \ + --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator ``` diff --git a/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md b/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md index 5d369b1..f8d2d84 100644 --- a/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md +++ b/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md @@ -58,10 +58,10 @@ Next, run the following commands to install the Spin [Runtime Class]({{}}) with the following commands: @@ -71,12 +71,12 @@ Lastly, install Spin Operator using `helm` and the [shim executor]({{< ref "glos helm install spin-operator \ --namespace spin-operator \ --create-namespace \ - --version 0.0.2 \ + --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator # Install the shim executor -kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.0.2/spin-operator.shim-executor.yaml +kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.shim-executor.yaml ``` Great, now you have Spin Operator up and running on your cluster. This means you’re set to create and deploy SpinApps later on in the tutorial. diff --git a/content/en/docs/spin-operator/tutorials/scaling-with-keda.md b/content/en/docs/spin-operator/tutorials/scaling-with-keda.md index 3ed15da..2045507 100644 --- a/content/en/docs/spin-operator/tutorials/scaling-with-keda.md +++ b/content/en/docs/spin-operator/tutorials/scaling-with-keda.md @@ -58,10 +58,10 @@ Next, run the following commands to install the Spin [Runtime Class]({{}}) with the following commands: @@ -71,12 +71,12 @@ Lastly, install Spin Operator using `helm` and the [shim executor]({{< ref "glos helm install spin-operator \ --namespace spin-operator \ --create-namespace \ - --version 0.0.2 \ + --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator # Install the shim executor -kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.0.2/spin-operator.shim-executor.yaml +kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.shim-executor.yaml ``` Great, now you have Spin Operator up and running on your cluster. This means you’re set to create and deploy SpinApps later on in the tutorial.