Skip to content

Commit

Permalink
Merge pull request #1802 from DelusionalOptimist/helm-test
Browse files Browse the repository at this point in the history
fix: use custom action for pushing charts
  • Loading branch information
daemon1024 authored Jul 11, 2024
2 parents 600adc1 + 8436d39 commit ffb252f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-latest-helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:

- name: Update Chart.yaml
run: |
git config --global url."https://${{ secrets.GH_ACCESS_TOKEN }}:@github.com/".insteadOf "https://github.com/"
STABLE_VERSION=`cat STABLE-RELEASE`
sed -i -e "s/appVersion:.*/appVersion: $STABLE_VERSION/g" deployments/helm/*/Chart.yaml
sed -i -e "s/version:.*/version: $STABLE_VERSION/g" deployments/helm/*/Chart.yaml
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
uses: delusionaloptimist/helm-gh-pages@master
with:
# Access token which can push to a different repo in the same org
token: ${{ secrets.GH_ACCESS_TOKEN }}
Expand Down

0 comments on commit ffb252f

Please sign in to comment.