Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch helm chart from helm/stable to falcosecurity/charts. #695

Merged
merged 1 commit into from
May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../../
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down