From c161496b9eb360c8adba838d58512274154b06b8 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 10 Apr 2021 19:09:21 +0200 Subject: [PATCH] Try ignoring the common-test chart for releasing. --- .github/cr.yaml | 1 + library/common-test/Chart.yaml | 2 +- library/common/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/cr.yaml b/.github/cr.yaml index cd6665a06cf..db68427559b 100644 --- a/.github/cr.yaml +++ b/.github/cr.yaml @@ -2,4 +2,5 @@ owner: truecharts git-repo: apps charts-dir: library charts_repo_url: "https://truecharts.org" +excluded-charts: common-test pages-branch: "master" diff --git a/library/common-test/Chart.yaml b/library/common-test/Chart.yaml index 6c821757611..9c683a614ea 100644 --- a/library/common-test/Chart.yaml +++ b/library/common-test/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: common-test -version: 2.0.1 +version: 2.0.2 # upstream_version: appVersion: none description: Helper chart to test different use cases of the common library diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 514f65b474b..5c6ef3c26e1 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: common -version: 2.1.2 +version: 2.1.3 # upstream_version: appVersion: none description: Function library for TrueCharts