Skip to content

Commit

Permalink
fix helm ci (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele authored Jul 13, 2023
1 parent 6b3fcdd commit 350e2c8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,28 @@ jobs:
DOCKER_BUILDX_BUILDER: "${{ steps.buildx.outputs.name }}"
DOCKER_BUILDX_CACHE_FROM: "type=gha"
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"
release-chart:
name: Release Chart
needs: release
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Sync version
run: scripts/update_chart.sh

- name: Commit & push changes
run: |
git config --global user.name "armadaproject-ci-bot"
git config --global user.email "armadaproject-ci-bot@users.noreply.github.com"
git status
git add .
git commit -m "updating armada-operator chart version"
git push
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
33 changes: 0 additions & 33 deletions .github/workflows/release_chart.yml

This file was deleted.

0 comments on commit 350e2c8

Please sign in to comment.