Skip to content

Commit

Permalink
fix: bump version of localstack
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Zhiqiang <im@strrl.dev>
  • Loading branch information
STRRL committed Jun 11, 2024
1 parent 6411f53 commit 80e5b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
make chaosctl
- name: Install localstack && aws client
run: |
helm repo add localstack-repo http://helm.localstack.cloud
helm upgrade --install localstack localstack-repo/localstack --version 0.1.2
helm repo add localstack-repo http://helm.localstack.cloud && helm repo update
helm upgrade --install localstack localstack-repo/localstack --version 0.6.14
pip install awscli
kubectl wait --timeout=60s --for=condition=ready --all pod
Expand Down

0 comments on commit 80e5b45

Please sign in to comment.