-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: no longer publish chart to turtles repository
Signed-off-by: Carlos Salas <[email protected]>
- Loading branch information
1 parent
c4808e7
commit 5cfe71a
Showing
1 changed file
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,21 +107,3 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Package operator chart | ||
run: RELEASE_TAG=${GITHUB_REF##*/} CONTROLLER_IMAGE_VERSION=${{ env.multiarch_digest }} CHART_PACKAGE_DIR=${RELEASE_DIR} REGISTRY=${{ env.PROD_REGISTRY }} ORG=${{ env.PROD_ORG }} make release | ||
|
||
- name: Install chart-releaser | ||
uses: helm/[email protected] | ||
with: | ||
install_only: true | ||
|
||
- name: Prepare environment for the chart releaser | ||
run: | | ||
echo "CR_OWNER=$(cut -d '/' -f 1 <<< $GITHUB_REPOSITORY)" >> $GITHUB_ENV | ||
echo "CR_GIT_REPO=$(cut -d '/' -f 2 <<< $GITHUB_REPOSITORY)" >> $GITHUB_ENV | ||
rm -rf .cr-index | ||
mkdir -p .cr-index | ||
- name: Run chart-releaser upload | ||
run: cr upload --skip-existing -c "$(git rev-parse HEAD)" --generate-release-notes --release-name-template "${{ env.TAG }}" --make-release-latest=false | ||
|
||
- name: Run chart-releaser index | ||
run: cr index --push --release-name-template "${{ env.TAG }}" |