Skip to content

Commit

Permalink
Fix chart and the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jan 15, 2024
1 parent acf680c commit 77cdca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart-oci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Helm Chart OCI Release
on:
push:
tags:
- "chart-v*"
- "zumble-*"
jobs:
helm_chart_oci_release:
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
uses: appany/[email protected]
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
Expand Down
4 changes: 2 additions & 2 deletions charts/zumble/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/zumble/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/illeniumstudios/zumble
pullPolicy: IfNotPresent
tag: v0.1.2
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 77cdca2

Please sign in to comment.