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