Skip to content

Commit f1014f8

Browse files
ci: publish helm chart as oci
Signed-off-by: Tiago Castro <[email protected]> (cherry picked from commit 659a612)
1 parent 6c7ef9f commit f1014f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,14 @@ jobs:
101101
with:
102102
token: ${{ secrets.GITHUB_TOKEN }}
103103
charts_dir: ./deploy/helm
104+
105+
- uses: appany/[email protected]
106+
with:
107+
name: localpv-provisioner
108+
repository: ${{ github.repository_owner }}/charts
109+
tag: ${{ env.VERSION }}
110+
path: ./deploy/helm/charts
111+
registry: ghcr.io
112+
registry_username: ${{ github.actor }}
113+
registry_password: ${{ secrets.GITHUB_TOKEN }}
114+
update_dependencies: 'false'

0 commit comments

Comments
 (0)