From 3fa233ec0a625d9ae5e9c4c797d34ff59eb3864d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Fri, 21 May 2021 16:11:00 +0200 Subject: [PATCH] Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- .circleci/config.yml | 13 ++++++++++++- README.md | 2 ++ charts/argo-workflows/ci/enable-metrics-values.yaml | 2 +- charts/argocd-applicationset/ci/default-values.yaml | 6 +++--- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df6f0871..0e48a079 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,8 +6,19 @@ jobs: steps: - checkout - run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml + publish: + docker: + # We just need an image with `helm` on it. Handily we know of one already. + - image: bash + steps: + # install the additional keys needed to push to GitHub. Alex Collins owns these keys. + - echo "Replaced by Github Workflow: https://github.com/argoproj/argo-helm/actions/workflows/publish.yml" + workflows: version: 2 workflow: jobs: - - lint \ No newline at end of file + - lint + - publish: + requires: + - lint \ No newline at end of file diff --git a/README.md b/README.md index 63c3aa4b..2db0e70a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Argo Helm Charts +[![Chart Publish](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml) + Argo Helm is a collection of **community maintained** charts for http://argoproj.io/ projects. The charts can be added using following command: ``` diff --git a/charts/argo-workflows/ci/enable-metrics-values.yaml b/charts/argo-workflows/ci/enable-metrics-values.yaml index 9818ebe5..64c56cc1 100644 --- a/charts/argo-workflows/ci/enable-metrics-values.yaml +++ b/charts/argo-workflows/ci/enable-metrics-values.yaml @@ -1,6 +1,6 @@ controller: serviceMonitor: - enabled: true + enabled: false metricsConfig: enabled: true telemetryConfig: diff --git a/charts/argocd-applicationset/ci/default-values.yaml b/charts/argocd-applicationset/ci/default-values.yaml index eb1b7aae..99267a26 100644 --- a/charts/argocd-applicationset/ci/default-values.yaml +++ b/charts/argocd-applicationset/ci/default-values.yaml @@ -71,7 +71,7 @@ tolerations: [] affinity: {} -mountSSHKnownHostsVolume: true -mountTLSCertsVolume: true +mountSSHKnownHostsVolume: false +mountTLSCertsVolume: false mountGPGKeysVolume: false -mountGPGKeyringVolume: true +mountGPGKeyringVolume: false