Skip to content

Commit

Permalink
fix: fixed helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: pehlicd <[email protected]>
  • Loading branch information
pehlicd committed Nov 30, 2024
1 parent 3023d42 commit 40fd7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
skip_existing: true
packages_with_index: true
charts_dir: ./charts
mark_as_latest: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
4 changes: 2 additions & 2 deletions charts/rbac-wizard/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# rbac-wizard

![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)
![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)

A Helm chart for deploying RBAC Wizard to the Kubernetes

**Homepage:** <https://github.com/pehlicd/rbac-wizard>
**Homepage:** <https://rbac-wizard.pehli.dev>

## Maintainers

Expand Down

0 comments on commit 40fd7be

Please sign in to comment.