diff --git a/.github/workflows/helm-chart-oci-release.yaml b/.github/workflows/helm-chart-oci-release.yaml index c8d0c40..187f247 100644 --- a/.github/workflows/helm-chart-oci-release.yaml +++ b/.github/workflows/helm-chart-oci-release.yaml @@ -3,7 +3,7 @@ name: Helm Chart OCI Release on: push: tags: - - "chart-v*" + - "zumble-*" jobs: helm_chart_oci_release: runs-on: ubuntu-latest @@ -22,7 +22,7 @@ jobs: uses: appany/helm-oci-chart-releaser@v0.4.1 with: name: zumble - repository: ${{ github.repository }}/helm-charts + repository: ${{ github.repository_owner }}/helm-charts tag: ${{ steps.yaml.outputs.VERSION }} path: charts/zumble registry: ghcr.io diff --git a/charts/zumble/Chart.yaml b/charts/zumble/Chart.yaml index 542789f..3a566d6 100644 --- a/charts/zumble/Chart.yaml +++ b/charts/zumble/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: zumble type: application -version: v1.0.0 -appVersion: "1.16.0" +version: 1.0.0 +appVersion: v0.1.3 diff --git a/charts/zumble/values.yaml b/charts/zumble/values.yaml index a6ad136..02196dc 100644 --- a/charts/zumble/values.yaml +++ b/charts/zumble/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: ghcr.io/illeniumstudios/zumble pullPolicy: IfNotPresent - tag: v0.1.2 + tag: "" imagePullSecrets: [] nameOverride: ""