From b53113bf644a4c7d6634074c28bd47fa3da13855 Mon Sep 17 00:00:00 2001 From: Devanshu Date: Mon, 9 Sep 2024 15:06:52 +0530 Subject: [PATCH] [v0.51.x] Fix Incorrect URL for kapp controller install instruction Signed-off-by: Devanshu --- .github/workflows/release-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml index 6048e2ce6..ff0b8c90e 100644 --- a/.github/workflows/release-process.yml +++ b/.github/workflows/release-process.yml @@ -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