From 859e1d825d1564fe782ca5e681df73ff1837c3a2 Mon Sep 17 00:00:00 2001 From: Frank Reno Date: Fri, 29 May 2020 18:02:40 -0600 Subject: [PATCH] Switch helm chart from helm/stable to falcosecurity/charts. --- ci/build.sh | 2 ++ deploy/helm/sumologic/requirements.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 8f6e37e585..7c721680c0 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -75,6 +75,7 @@ if [ -n "$GITHUB_TOKEN" ] && [ "$TRAVIS_EVENT_TYPE" == "pull_request" ]; then echo "Generating deployment yaml from helm chart..." echo "# This file is auto-generated." > deploy/kubernetes/fluentd-sumologic.yaml.tmpl sudo helm init --client-only + sudo helm repo add falcosecurity https://falcosecurity.github.io/charts cd deploy/helm/sumologic sudo helm dependency update cd ../../../ @@ -168,6 +169,7 @@ function push_helm_chart() { set -x git checkout -- . sudo helm init --client-only + sudo helm repo add falcosecurity https://falcosecurity.github.io/charts sudo helm package deploy/helm/sumologic --dependency-update --version=$version --app-version=$version git fetch origin-repo git checkout gh-pages diff --git a/deploy/helm/sumologic/requirements.yaml b/deploy/helm/sumologic/requirements.yaml index b67bbc8968..9f45a0dfb6 100644 --- a/deploy/helm/sumologic/requirements.yaml +++ b/deploy/helm/sumologic/requirements.yaml @@ -8,8 +8,8 @@ dependencies: repository: https://kubernetes-charts.storage.googleapis.com/ condition: prometheus-operator.enabled - name: falco - version: 1.1.7 - repository: https://kubernetes-charts.storage.googleapis.com/ + version: 1.1.8 + repository: https://falcosecurity.github.io/charts condition: falco.enabled - name: metrics-server version: 2.11.1