Skip to content

Commit 6f5916f

Browse files
committed
ci: push helm chart to OCI registry
Signed-off-by: Ray Huang <[email protected]>
1 parent 0eef5fe commit 6f5916f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,11 @@ jobs:
108108
shell: bash
109109
run: |
110110
make push VERSION=${{ steps.version.outputs.version }}
111+
112+
- name: Push Helm Chart to OCI registry
113+
shell: bash
114+
run: |
115+
VERSION=${{ steps.version.outputs.version }}
116+
# Remove 'v' prefix from version
117+
CHART_VERSION=${VERSION#v}
118+
helm push helm-releases/kepler-helm-${CHART_VERSION}.tgz oci://${{ env.IMG_BASE }}/charts

0 commit comments

Comments
 (0)