From 40fd7bee57ae18a42002aaa97bb172b3a3eec97d Mon Sep 17 00:00:00 2001 From: pehlicd <65170388+pehlicd@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:43:24 +0100 Subject: [PATCH] fix: fixed helm chart Signed-off-by: pehlicd <65170388+pehlicd@users.noreply.github.com> --- .github/workflows/helm-release.yml | 3 ++- charts/rbac-wizard/README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 25662b8..18136be 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -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 diff --git a/charts/rbac-wizard/README.md b/charts/rbac-wizard/README.md index fd7f1b5..0695769 100644 --- a/charts/rbac-wizard/README.md +++ b/charts/rbac-wizard/README.md @@ -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:** +**Homepage:** ## Maintainers