Skip to content

Commit e04883f

Browse files
committed
chore(deps): Update YAKS version v0.7.0
1 parent f7bf8a8 commit e04883f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/kubernetes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
test:
3232
runs-on: ubuntu-latest
3333
env:
34-
YAKS_IMAGE_NAME: "docker.io/yaks/yaks"
35-
YAKS_IMAGE_VERSION: "0.6.0-202111090020"
34+
YAKS_IMAGE_NAME: "docker.io/citrusframework/yaks"
35+
YAKS_VERSION: "0.7.0"
3636
YAKS_RUN_OPTIONS: "--timeout=15m"
3737
KUBECTL_WAIT_TIMEOUT: "180s"
3838
steps:
@@ -83,10 +83,10 @@ jobs:
8383
- name: YAKS tools
8484
uses: citrusframework/[email protected]
8585
with:
86-
version: 0.6.0-202111090020
86+
version: v${{ env.YAKS_VERSION }}
8787
- name: Install YAKS
8888
run: |
89-
yaks install --operator-image $YAKS_IMAGE_NAME:$YAKS_IMAGE_VERSION
89+
yaks install --operator-image $YAKS_IMAGE_NAME:$YAKS_VERSION
9090
- name: YAKS Tests
9191
run: |
9292
# Then run integration tests

0 commit comments

Comments
 (0)