From fb75ee45e0ab89db309a12e977aa9fa1b5921769 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 9 May 2021 18:27:07 +0200 Subject: [PATCH] Trigger common re-release --- .github/workflows/apps.yaml | 12 ++++++------ charts/library/common/Chart.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/apps.yaml b/.github/workflows/apps.yaml index 47ce141100a..763884c18e0 100644 --- a/.github/workflows/apps.yaml +++ b/.github/workflows/apps.yaml @@ -40,12 +40,12 @@ jobs: list-files: json filters: | changed: - - 'stable/**' - - 'incubator/**' - - 'develop/**' - - 'deprecated/**' - - 'non-free/**' - - 'library/**' + - 'charts/stable/**' + - 'charts/incubator/**' + - 'charts/develop/**' + - 'charts/deprecated/**' + - 'charts/non-free/**' + - 'charts/library/**' - run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json - id: reduce run: | diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 6b39e5570fc..1d43848177b 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -19,4 +19,4 @@ name: common sources: - https://github.com/truecharts/apps/tree/master/library/common type: library -version: 3.5.6 +version: 3.5.7