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 de25089 commit e2fe9a6Copy full SHA for e2fe9a6
hack/kind/localstack-values.yaml
@@ -1,3 +1,5 @@
1
+image:
2
+ tag: "4.8.0"
3
extraEnvVars:
4
- name: LS_LOG
5
value: debug
hack/kind/setup-localstack.sh
@@ -11,7 +11,7 @@ function install_localstack() {
11
helm repo add localstack-repo https://helm.localstack.cloud
12
helm repo update
13
14
- helm upgrade -i --create-namespace localstack localstack-repo/localstack --namespace localstack -f ${ROOT_DIR}/localstack-values.yaml
+ helm upgrade -i --create-namespace localstack localstack-repo/localstack --version 0.6.26 --namespace localstack -f ${ROOT_DIR}/localstack-values.yaml
15
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=localstack -n localstack --timeout=120s
16
}
17
0 commit comments