Skip to content

Commit 77cdca2

Browse files
Fix chart and the pipeline
1 parent acf680c commit 77cdca2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/helm-chart-oci-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Helm Chart OCI Release
33
on:
44
push:
55
tags:
6-
- "chart-v*"
6+
- "zumble-*"
77
jobs:
88
helm_chart_oci_release:
99
runs-on: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
uses: appany/helm-oci-chart-releaser@v0.4.1
2323
with:
2424
name: zumble
25-
repository: ${{ github.repository }}/helm-charts
25+
repository: ${{ github.repository_owner }}/helm-charts
2626
tag: ${{ steps.yaml.outputs.VERSION }}
2727
path: charts/zumble
2828
registry: ghcr.io

charts/zumble/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: zumble
33
type: application
4-
version: v1.0.0
5-
appVersion: "1.16.0"
4+
version: 1.0.0
5+
appVersion: v0.1.3

charts/zumble/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
44
repository: ghcr.io/illeniumstudios/zumble
55
pullPolicy: IfNotPresent
6-
tag: v0.1.2
6+
tag: ""
77

88
imagePullSecrets: []
99
nameOverride: ""

0 commit comments

Comments
 (0)