Skip to content

Commit

Permalink
Use mittwald bump-version action to publish to our chart museum (#46)
Browse files Browse the repository at this point in the history
* use mittwald-chart-bump action

* remove old script
  • Loading branch information
YannikBramkamp authored Jul 2, 2021
1 parent 2172a1f commit 46aadb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 68 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,11 @@ jobs:
- name: Push images
run: docker push "$IMAGE_NAME:latest" && docker push "$IMAGE_NAME:${GITHUB_REF##*/}"

- name: Bump Chart Version
run: bash ./scripts/bump-app-version.sh publish "${GITHUB_REF##*/}" "${{ secrets.githubToken }}"
- name: Run chart version bump
uses: mittwald/bump-app-version-action@v1
with:
mode: 'publish'
chartYaml: './deploy/helm-chart/kubernetes-secret-generator/Chart.yaml'
env:
GITHUB_TOKEN: "${{ secrets.RELEASE_USER_TOKEN }}"
HELM_REPO_PASSWORD: "${{ secrets.HELM_REPO_PASSWORD }}"
66 changes: 0 additions & 66 deletions scripts/bump-app-version.sh

This file was deleted.

0 comments on commit 46aadb2

Please sign in to comment.