From d6a24cc1f830add00b866c0b04f50996b3704fba Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 1 Jan 2024 16:23:56 +0100 Subject: [PATCH] try limiting push to tgz --- .github/workflows/common.release.yaml | 2 +- library/common/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index 80eb4e87..260300b5 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -64,7 +64,7 @@ jobs: - name: Push Charts to Quay shell: bash run: | - for pkg in .cr-release-packages/*; do + for pkg in .cr-release-packages/*.tgz; do if [ -z "${pkg:-}" ]; then break fi diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index a2938ed3..15e30eaf 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 17.2.14 +version: 17.2.15