From d2ff4cfd37761f2fbee0d7aee27ad4c4dc833d78 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 30 Mar 2022 13:38:31 +0200 Subject: [PATCH] fix(ci): fix production toggle of catalog CI --- .github/workflows/charts-release.yaml | 2 ++ charts/dependency/postgresql/Chart.yaml | 2 +- tools/build-release.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 89b60463daf..6730c20c40d 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -77,6 +77,8 @@ jobs: steps.collect-changes.outputs.changesDetected == 'true' run: | tools/build-release.sh -p + env: + CR_TOKEN: ${{ secrets.BOT_TOKEN }} - name: Create commit id: create-commit diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 528b73a9f3b..84e96148ce4 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 7.0.22 +version: 7.0.23 annotations: truecharts.org/catagories: | - database diff --git a/tools/build-release.sh b/tools/build-release.sh index 538f93bf000..e4950df5f49 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -34,7 +34,7 @@ main() { parse_command_line "$@" if [ "${token}" == "false" ]; then - echo "env #cr_TOKEN not found, defaulting to production=false" + echo "env #CR_TOKEN not found, defaulting to production=false" production="false" fi