Skip to content

Commit

Permalink
Set correct manager image in istio-manager.yml release artifact (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer authored Apr 17, 2024
1 parent c1e6e52 commit 4e6a912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GITHUB_AUTH_HEADER="Authorization: Bearer ${GITHUB_TOKEN}"
IMG="europe-docker.pkg.dev/kyma-project/prod/istio-manager:${RELEASE_TAG}"
VERSION="${RELEASE_TAG}"

make generate-manifests
IMG="${IMG}" make generate-manifests
curl -f -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand All @@ -26,7 +26,7 @@ curl -f -L \
--data-binary @"istio-manager.yaml" \
${GITHUB_URL}/releases/${RELEASE_ID}/assets?name=istio-manager.yaml

IMG="${IMG}-experimental" make generate-manifests
IMG="${IMG}-experimental" make generate-manifests
curl -f -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 4e6a912

Please sign in to comment.