Skip to content

Commit

Permalink
Merge pull request #1619 from devanshuVmware/v0-50-x-release
Browse files Browse the repository at this point in the history
[v0.50.x] Fix Incorrect URL for kapp controller install instruction
  • Loading branch information
devanshuVmware authored Sep 9, 2024
2 parents 92697df + 7321f72 commit 74ee426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ jobs:
kapp-controller can be installed by using kapp
\`\`\`shell
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
\`\`\`
or by using kubectl
\`\`\`shell
kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
\`\`\`
### Container Images
Expand Down

0 comments on commit 74ee426

Please sign in to comment.