Skip to content

Commit 6320bd5

Browse files
committed
Update to v1.28.3+k3s1 and increase timeout
1 parent c943e7f commit 6320bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# https://github.com/StackStorm/stackstorm-k8s/issues/342
2929
# https://github.com/k3s-io/k3s/releases
3030
k3s-channel:
31-
- "v1.26.1+k3s1"
31+
- "v1.28.3+k3s1"
3232
steps:
3333
- name: Checkout source
3434
uses: actions/checkout@v3
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Helm install
4848
run: |
49-
helm install --timeout 10m0s --debug --wait \
49+
helm install --timeout 20m0s --debug --wait \
5050
--name-template stackstorm-ha .
5151
5252
- name: Helm test

0 commit comments

Comments
 (0)