Skip to content

Commit 8130415

Browse files
authored
Publish pre-release versions of the chart (#2)
* Remove Bitnami's cloudfront icon from Chart.yaml Signed-off-by: Alex Nordlund <[email protected]> * Update Chart.yaml maintainers and sources to projectcontour Signed-off-by: Alex Nordlund <[email protected]> * Reset version to allow publishing pre-release version Signed-off-by: Alex Nordlund <[email protected]> * Remove OCI chart publishing Signed-off-by: Alex Nordlund <[email protected]> --------- Signed-off-by: Alex Nordlund <[email protected]>
1 parent ea63fed commit 8130415

File tree

3 files changed

+5
-1387
lines changed

3 files changed

+5
-1387
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,10 @@ jobs:
3535
skip_existing: true
3636
env:
3737
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
38-
HELM_EXPERIMENTAL_OCI: "1"
3938

4039
- name: Login to GitHub Container Registry
4140
uses: docker/login-action@v1
4241
with:
4342
registry: ghcr.io
4443
username: ${{ github.actor }}
4544
password: ${{ secrets.GITHUB_TOKEN }}
46-
47-
- name: Push Charts to GHCR
48-
run: |
49-
for pkg in .cr-release-packages/*; do
50-
if [ -z "${pkg:-}" ]; then
51-
break
52-
fi
53-
54-
helm push "${pkg}" oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts
55-
done

0 commit comments

Comments
 (0)