Skip to content

Commit

Permalink
chart publish fix push command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Trofimenko committed Feb 25, 2024
1 parent d7a6141 commit 78da1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | helm registry login ${{ vars.REGISTRY_ADDR }} --username ${{ vars.REGISTRY_USERNAME }} --password-stdin

- name: Push Packaged Chart to Registry
run: helm push ./tmp/* oci://${{ env.REGISTRY_ADDR }}/library
run: helm push ./tmp/* oci://${{ vars.REGISTRY_ADDR }}/library

2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: helm-charts-oci-proxy
description: Transparently proxy and transform Chart Repository styled Helm Charts as OCI artifacts. Now you can address any public Chart Repository styled Helm Chart as an OCI image.
type: application
version: 1.2.1
version: 1.2.2
appVersion: "a3a35bc"
home: https://github.com/container-registry/helm-charts-oci-proxy
icon: https://avatars.githubusercontent.com/u/46576199?s=200&v=4
Expand Down

0 comments on commit 78da1b6

Please sign in to comment.