Skip to content

Commit

Permalink
chore(chart): update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Apr 19, 2024
1 parent 7092892 commit 7031a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ jobs:
tags: |
ghcr.io/henrywhitaker3/prompage:latest
ghcr.io/henrywhitaker3/prompage:${{ github.ref_name }}
# - uses: actions/checkout@v4
# with:
# ref: main
# - name: Update helm chart with latest version
# run: |
# sed -E -i "s/version: v[0-9]+\.[0-9]+\.[0-9]+/version: ${{ github.ref_name }}/g" chart/values.yaml
# - uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "chore(chart): update version to ${{ github.ref_name }}"
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: prompage-helm
description: A Helm chart for PromPage
type: application
version: 0.1.1
appVersion: "v1.0.6"
version: 0.1.2
appVersion: "v1.0.7"

0 comments on commit 7031a81

Please sign in to comment.