Skip to content

Commit

Permalink
chore(localdev): update chart releaser action
Browse files Browse the repository at this point in the history
release localdev independently from portal
  • Loading branch information
evegufy committed Oct 6, 2023
1 parent d8f2c4f commit 6a6fc99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ jobs:
run: |
cd charts/localdev
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add pgadmin4 https://helm.runix.net
helm dependency update
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"

0 comments on commit 6a6fc99

Please sign in to comment.