From 941e9031cbba583e46259a668c13f8e7f23c6599 Mon Sep 17 00:00:00 2001 From: iameskild Date: Mon, 11 Sep 2023 15:55:56 -0600 Subject: [PATCH] Update hlm chart version --- .github/workflows/publish-charts.yml | 5 +++-- kbatch/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-charts.yml b/.github/workflows/publish-charts.yml index 39f3024..59d9fb2 100644 --- a/.github/workflows/publish-charts.yml +++ b/.github/workflows/publish-charts.yml @@ -24,7 +24,8 @@ jobs: - name: Get the version id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} + run: | + echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV - name: Publish Helm charts uses: stefanprodan/helm-gh-pages@master @@ -33,4 +34,4 @@ jobs: charts_dir: "." charts_url: https://kbatch-dev.github.io/helm-chart linting: "off" - chart_version: ${{ steps.get_version.outputs.VERSION }} + chart_version: ${{ env.VERSION }} diff --git a/kbatch/Chart.yaml b/kbatch/Chart.yaml index e016b4a..b2cf2bd 100644 --- a/kbatch/Chart.yaml +++ b/kbatch/Chart.yaml @@ -3,4 +3,4 @@ name: kbatch-proxy description: A Helm chart for kbatch-proxy type: application version: 0.0.1-set.by.chartpress -appVersion: "0.4.1" +appVersion: "0.4.2"