From 7031a8159946f856aea45380dab45796451d10b7 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Fri, 19 Apr 2024 18:44:48 +0100 Subject: [PATCH] chore(chart): update app version --- .github/workflows/release.yml | 10 ---------- chart/Chart.yaml | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 910a08b..d9cf76c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 0084a21..5c6b6ef 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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"