From feb7c8595d770687e4ccd2146e526a412e5109bc Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 14 Jun 2021 12:35:06 +0200 Subject: [PATCH] skip existing releases on CI (CR) --- .github/cr.yaml | 1 + .github/ct-install.yaml | 1 + .github/ct-lint.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/cr.yaml b/.github/cr.yaml index 8df22dae992..446477c6639 100644 --- a/.github/cr.yaml +++ b/.github/cr.yaml @@ -4,3 +4,4 @@ charts-dir: charts/* charts_repo_url: "https://truecharts.org" excluded-charts: common-test pages-branch: "master" +SkipExisting: true diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 9146fb1c9f0..ea5522e4d7d 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -9,3 +9,4 @@ chart-repos: - postgres-operator=https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/ - traefik=https://helm.traefik.io/traefik - bitnami=https://charts.bitnami.com/bitnami +SkipExisting: true diff --git a/.github/ct-lint.yaml b/.github/ct-lint.yaml index 8814fbc2247..c902dab91dd 100644 --- a/.github/ct-lint.yaml +++ b/.github/ct-lint.yaml @@ -8,3 +8,4 @@ chart-repos: - postgres-operator=https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/ - traefik=https://helm.traefik.io/traefik - bitnami=https://charts.bitnami.com/bitnami +SkipExisting: true