Skip to content

Commit

Permalink
Add repo helm chart as backup (#95)
Browse files Browse the repository at this point in the history
* add github helm chart repo as a backup

* Update release-chart.yml to mark version 1.6.1 as
latest
  • Loading branch information
maxisam committed Dec 11, 2023
1 parent 6ca8e12 commit 3030ba3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,24 @@ jobs:
registry_username: ${{ secrets.DOCKER_USERNAME }}
registry_password: ${{ secrets.DOCKER_SECRET }}
update_dependencies: "true"

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: install dependency
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
mark_as_latest: true

0 comments on commit 3030ba3

Please sign in to comment.