Skip to content

Commit 1d1f4a3

Browse files
authored
ci: use path not chart_path (#30)
* ci: use path not chart_path * ci: appease precommit
1 parent 3cb4431 commit 1d1f4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
name: data-sync-operator-chart
8282
repository: ${{ github.repository }}
83-
chart_path: chart
83+
path: chart
8484
tag: ${{ needs.release-please.outputs.tag_name }}
8585
registry: ghcr.io
8686
registry_username: ${{ github.actor }}

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# data-sync-operator
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
44

55
A Helm chart to distribute the project data-sync-operator
66

0 commit comments

Comments
 (0)