Skip to content

Commit

Permalink
Merge pull request #12 from devtron-labs/hotfix-platform
Browse files Browse the repository at this point in the history
fix: modifies chart releaser version to v1.5.0 from main
  • Loading branch information
pawan-mehta-dt authored Jul 3, 2023
2 parents 05b979d + 17deb0f commit 6988f1f
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 6988f1f

Please sign in to comment.