diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3320167..2e8a696c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,3 +53,14 @@ jobs: - name: Update new version in krew-index uses: rajatjindal/krew-release-bot@v0.0.46 + + - name: Configure Git + run: | + git config user.name "$GITHUB_ACTOR" + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + + - name: Run chart-releaser + uses: helm/chart-releaser-action@v1.6.0 + env: + CR_TOKEN: "${{ secrets.RELEASE_GITHUB_TOKEN }}" + diff --git a/charts/kor/Chart.yaml b/charts/kor/Chart.yaml index 4ee3d57b..18a2797a 100644 --- a/charts/kor/Chart.yaml +++ b/charts/kor/Chart.yaml @@ -2,8 +2,17 @@ apiVersion: v2 name: kor description: A Kubernetes Helm Chart to discover orphaned resources using kor type: application -version: 0.1.8 -appVersion: "0.4.3" +version: 0.1.9 +appVersion: "0.5.1" maintainers: - name: "yonahd" url: "https://github.com/yonahd/kor" +annotations: + "artifacthub.io/license": MIT + "artifacthub.io/links": | + - name: Application Source + url: https://github.com/yonahd/kor + - name: Chart Source + url: https://github.com/yonahd/kor/tree/main/charts/kor + - name: Grafana Dashboard + url: https://grafana.com/grafana/dashboards/19863-kor-dashboard/ diff --git a/charts/kor/README.md b/charts/kor/README.md index 0347a821..d3292805 100644 --- a/charts/kor/README.md +++ b/charts/kor/README.md @@ -1,6 +1,6 @@ # kor -![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.3](https://img.shields.io/badge/AppVersion-0.4.3-informational?style=flat-square) +![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) A Kubernetes Helm Chart to discover orphaned resources using kor