Skip to content

Commit

Permalink
Install warden from release not from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Feb 1, 2024
1 parent ff15366 commit 8ebce61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
go-version: '*' #use latest version
- name: install latest warden operator from the release
run: |
git fetch --tags
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
make install
helm install --set admission.enabled=true warden https://github.com/kyma-project/warden/releases/latest/download/warden-chart.tgz
- name: checkout to latest commit and install warden
run: |
git checkout $(git rev-parse origin/main)
Expand Down

0 comments on commit 8ebce61

Please sign in to comment.