Skip to content

Commit

Permalink
chore: Bump new spin-operator refs to 0.1.0
Browse files Browse the repository at this point in the history
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 <thorsten.hans@fermyon.com>
  • Loading branch information
ThorstenHans committed Mar 13, 2024
1 parent 6c03b11 commit b1b8ebf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Expand Up @@ -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
```
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/spin-operator/quickstart/_index.md
Expand Up @@ -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
```
Expand Down
Expand Up @@ -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
```
Expand Down
8 changes: 4 additions & 4 deletions content/en/docs/spin-operator/tutorials/scaling-with-hpa.md
Expand Up @@ -58,10 +58,10 @@ Next, run the following commands to install the Spin [Runtime Class]({{<ref "glo
```console
# Install the RuntimeClass
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.0.2/spin-operator.runtime-class.yaml
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.runtime-class.yaml

# Install the CRDs
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.0.2/spin-operator.crds.yaml
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.crds.yaml
```

Lastly, install Spin Operator using `helm` and the [shim executor]({{< ref "glossary#spin-app-executor-crd" >}}) with the following commands:
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions content/en/docs/spin-operator/tutorials/scaling-with-keda.md
Expand Up @@ -58,10 +58,10 @@ Next, run the following commands to install the Spin [Runtime Class]({{<ref "glo
```console
# Install the RuntimeClass
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.0.2/spin-operator.runtime-class.yaml
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.runtime-class.yaml

# Install the CRDs
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.0.2/spin-operator.crds.yaml
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.crds.yaml
```

Lastly, install Spin Operator using `helm` and the [shim executor]({{< ref "glossary#spin-app-executor-crd" >}}) with the following commands:
Expand All @@ -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.
Expand Down

0 comments on commit b1b8ebf

Please sign in to comment.