Skip to content

Commit 80e920d

Browse files
Fix helm chart-releaser workflow (#65)
* Rename to default - charts * Skip existing * Refactor * Happy helming * Take one step back
1 parent 5a7ebea commit 80e920d

File tree

15 files changed

+3
-1
lines changed

15 files changed

+3
-1
lines changed

.github/workflows/release-helm-chart.yaml renamed to .github/workflows/chart-releaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
uses: helm/[email protected]
2424
env:
2525
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
26+
CR_SKIP_EXISTING: true
27+
CR_RELEASE_NAME_TEMPLATE: "helm-chart-v{{ .Version }}"
File renamed without changes.

helm-charts/cluster-registry-client/README.md renamed to charts/cluster-registry-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster-registry-client
22

3-
![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: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat-square)
44

55
Helm chart for Cluster Registry Client.
66

0 commit comments

Comments
 (0)