Skip to content

Commit 55f10e2

Browse files
Merge pull request #1620 from devanshuVmware/v0-51-x-release
[v0.51.x] Fix Incorrect URL for kapp controller install instruction
2 parents 1201992 + b53113b commit 55f10e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-process.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ jobs:
155155
kapp-controller can be installed by using kapp
156156
157157
\`\`\`shell
158-
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
158+
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
159159
\`\`\`
160160
161161
or by using kubectl
162162
\`\`\`shell
163-
kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/$RELEASE_TAG/download/release.yml
163+
kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/download/$RELEASE_TAG/release.yml
164164
\`\`\`
165165
166166
### Container Images

0 commit comments

Comments
 (0)