Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Add a helm repo to make "helm repo update" work
run: helm repo add traefik https://traefik.github.io/charts
- name: Deploy the helmfile
uses: helmfile/helmfile-action@v2.4.6
uses: helmfile/helmfile-action@v2.4.7
with:
helmfile-auto-init: true
helmfile-args: sync -e ${{ matrix.chart }} --wait
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Add a helm repo to make "helm repo update" work
run: helm repo add traefik https://traefik.github.io/charts
- name: Deploy the helmfile
uses: helmfile/helmfile-action@v2.4.6
uses: helmfile/helmfile-action@v2.4.7
with:
helmfile-auto-init: true
helmfile-args: sync -e tests --wait
Expand Down
Loading