Skip to content

Commit

Permalink
Update Chart.yaml (#43)
Browse files Browse the repository at this point in the history
* Update Chart.yaml

* make yamllint happy
  • Loading branch information
inponomarev authored Sep 9, 2024
1 parent 6f6b504 commit 180d890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
- name: Helm login && push to oci jfrog artifactory registry
run: |
helm registry login https://${{ vars.ARTIFACTORY_DOMAIN }} -u ${{ secrets.ARTIFACTORY_LOGIN }} -p ${{ secrets.ARTIFACTORY_PWD }}
helm registry login https://${{ vars.ARTIFACTORY_DOMAIN }} \
-u ${{ secrets.ARTIFACTORY_LOGIN }} -p ${{ secrets.ARTIFACTORY_PWD }}
helm push ${{ env.CHART_NAME }}-${{ env.CHART_VERSION}}.tgz oci://${{ vars.ARTIFACTORY_DOMAIN }}/helm
4 changes: 2 additions & 2 deletions charts/governor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Governor

type: application

version: 1.64.0
version: 1.65.0

appVersion: 1.64.0
appVersion: 1.65.0

0 comments on commit 180d890

Please sign in to comment.