Skip to content

Commit

Permalink
fix: fixed helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: pehlicd <65170388+pehlicd@users.noreply.github.com>
  • Loading branch information
pehlicd committed Nov 30, 2024
1 parent 40fd7be commit fdf49b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v4.2.0
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
skip_existing: true
packages_with_index: true
charts_dir: ./charts
mark_as_latest: true
mark_as_latest: false
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/rbac-wizard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rbac-wizard

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=plastic) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=plastic) ![AppVersion: 0.0.6](https://img.shields.io/badge/AppVersion-0.0.6-informational?style=plastic)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.6](https://img.shields.io/badge/AppVersion-0.0.6-informational?style=flat-square)

A Helm chart for deploying RBAC Wizard to the Kubernetes

Expand Down

0 comments on commit fdf49b4

Please sign in to comment.