We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0b0dd commit 2023b71Copy full SHA for 2023b71
README.md
@@ -12,8 +12,8 @@ You can use `kubectl` to install the LocalStack Operator into your cluster:
12
# latest version
13
kubectl apply -f https://github.com/localstack/localstack-operator-public/releases/latest/download/controller.yaml
14
15
-# or specific version, e.g. v0.3.3
16
-kubectl apply -f https://github.com/localstack/localstack-operator-public/releases/v0.3.3/download/controller.yaml
+# or specific version, e.g. v0.4.0
+kubectl apply -f https://github.com/localstack/localstack-operator-public/releases/v0.4.0/download/controller.yaml
17
```
18
19
## CRD definition
0 commit comments