Skip to content

Commit ac8d341

Browse files
timflannaganandy-fong
authored andcommitted
hack/kind: Pin localstack chart and image tag (#12318)
Signed-off-by: timflannagan <[email protected]>
1 parent de25089 commit ac8d341

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hack/kind/localstack-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
image:
2+
tag: "4.8.0"
13
extraEnvVars:
24
- name: LS_LOG
35
value: debug

hack/kind/setup-localstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function install_localstack() {
1111
helm repo add localstack-repo https://helm.localstack.cloud
1212
helm repo update
1313

14-
helm upgrade -i --create-namespace localstack localstack-repo/localstack --namespace localstack -f ${ROOT_DIR}/localstack-values.yaml
14+
helm upgrade -i --create-namespace localstack localstack-repo/localstack --version 0.6.26 --namespace localstack -f ${ROOT_DIR}/localstack-values.yaml
1515
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=localstack -n localstack --timeout=120s
1616
}
1717

0 commit comments

Comments
 (0)