Skip to content

Commit

Permalink
revert back to v0.1.3 and modifies chart releaser version from main t…
Browse files Browse the repository at this point in the history
…o v1.5.0
  • Loading branch information
tayalrishabh96 authored and tayalrishabh96 committed Jul 3, 2023
1 parent 8b5d617 commit 17deb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@main
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
2 changes: 1 addition & 1 deletion charts/platform-parameterised-job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Runs generic limited-access Kubernetes jobs. Useful for dev teams t
run Dockerized, peer-reviewed migration jobs.
name: platform-parameterised-job
type: application
version: 0.1.4
version: 0.1.3

0 comments on commit 17deb0f

Please sign in to comment.