Skip to content

Commit

Permalink
pipeline: revert to using only chart-releaser for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiStefanie committed Aug 6, 2024
1 parent 954c616 commit 1ce73af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/[email protected]
- name: Generate the next version
uses: cycjimmy/semantic-release-action@v4
id: release
with:
extra_plugins: |
@semantic-release/git
semantic-release-helm3
- name: Run chart-releaser
uses: helm/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubernetes-agent
description: A Helm chart used to deploy the Cyscale Kubernetes agent.
version: 1.5.4
version: 1.6.0
appVersion: v0.32.2
type: application

Expand Down

0 comments on commit 1ce73af

Please sign in to comment.