Skip to content

Commit

Permalink
fix CI issue in release branch (#13319)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>

This PR cherry picks two fixes into a single commit (as both are
needed for the CI to pass). First one is ko moving to a new repo and
thus we need to use a newer version of the github action. Second one
is kapp has a new module which needs to be updated.
  • Loading branch information
psschwei committed Sep 21, 2022
1 parent 3666ce7 commit 7e886a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
${{ runner.os }}-go-
- name: Setup ko
uses: imjasonh/setup-ko@v0.4
uses: imjasonh/setup-ko@v0.6
with:
version: latest-release

Expand Down
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -589,5 +589,5 @@ function run_ytt() {


function run_kapp() {
run_go_tool github.com/k14s/kapp/cmd/kapp kapp "$@"
run_go_tool github.com/vmware-tanzu/carvel-kapp/cmd/kapp kapp "$@"
}

0 comments on commit 7e886a9

Please sign in to comment.