Commit Graph
11572 Commits
Author SHA1 Message Date
Bitnami Bot 5ebb1fdfc9 [stable/parse] Release 10.3.1 updating components versions (#19952)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-08 23:39:44 -08:00
adamkpickering b17f7e798c stable/prometheus Updated README.md with instructions for configuring pod scraping (#19379)
* Updated README.md with instructions for configuring pod scraping

Signed-off-by: Adam Pickering <adamkpickering@gmail.com>

* Updated chart version to latest.

Signed-off-by: Adam Pickering <adamkpickering@gmail.com>

* Bumped version to be in sync... again

Signed-off-by: Adam Pickering <adamkpickering@gmail.com>

* Bumped chart version

Signed-off-by: Adam Pickering <adamkpickering@gmail.com>

* Bumped version again

Signed-off-by: Adam Pickering <adamkpickering@gmail.com>
2020-01-08 16:23:40 -08:00
Harry 0580e453e7 [stable/kong] 0.36.2 timeout and admission controller fixes (#19955)
* [stable/kong] add sideEffects and admissionReviewVersions

These are required fields for v1 and we operate on v1beta but support
the v1 resources as well.

Also removed the sym link to default values and introduced a blank file.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] use service type NodePort for CI testing

kind doesn't support services of type LoadBalancer and the CI test fail
on kind.

This is part of the effort to move the chart under Kong's Github
organization and deprecate it from `helm/charts` repo on Github.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] 0.36.2 admission webhook fixes

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] bump up timeouts to 5 seconds

On constrained hardware and especially Minikube, 1 second timeouts are
common. Possibly, due to triple scheduling going on.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-08 15:39:39 -08:00
moreginger 725a01c45b Allow a NodePort to be specified. (#19932)
Signed-off-by: Tim Moore <moreginger@warpmail.net>
2020-01-08 14:05:41 -08:00
gzur d22fad2086 [stable/minio] Decouple directory root from the mountPath (#19949)
* [stable/minio] Decouple directory root from the mountPath

Introduce a new variable named `.Values.bucketRoot` which defaults to
`.Values.mountPath` if unset.

This allows the Helm chart to serve only a subset of the mounted drive,
which can be useful if the mounted data contains symlinks to locations
that should not be accessible directly through minio.

Addresses #19939

Signed-off-by: gzur <gzur@gzur.org>

* Remove extra spaces

Signed-off-by: gzur <gzur@gzur.org>
2020-01-08 12:33:42 -08:00
Naseem e1765723d3 [stable/nginx-ingress] If clusterIPs are set, they will automatically be quoted (#19765)
* If clusterIPs are set, they will automatically be quoted

Signed-off-by: Naseem <naseemkullah@gmail.com>

* bump version

Signed-off-by: Naseem <naseemkullah@gmail.com>
2020-01-08 10:29:41 -08:00
Max V 99b76a2f56 [stable/prometheus-blackbox-exporter] Fix PodDisruptionBudget configuration (#19707)
* Fix PodDisruptionBudget configuration

Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com>

* simplify -podDisruptionBudget configuration management

Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com>

* Update readme

Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com>
2020-01-08 09:43:40 -08:00
Peter Rifel 876881356e [stable/kong] Add missing watch permissions to custom resources (#19946)
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2020-01-08 09:35:39 -08:00
devOpsHelm 4dd0cf99c7 Add missing LOGGING_LEVEL env variables (#88) (#19944)
Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
2020-01-08 08:31:40 -08:00
pinepinebrook 46a84098c8 [stable/nginx-ingress] Add fine-grained host port range in psp (#19858)
Give port-by-port permission in psp to improve security.

Signed-off-by: Yu Chih <secret104278@gmail.com>
2020-01-08 08:05:40 -08:00
Wilmar den Ouden 61c2cc0db4 [stable/sentry] Makes changing the secreyKey possible (#19938)
* feat: make specifiying email secret key possible

Signed-off-by: wilmardo <info@wilmardenouden.nl>

* feat: make specifiying postgresql secret key possible

Signed-off-by: wilmardo <info@wilmardenouden.nl>

* feat: make specifiying redis secret key possible

Signed-off-by: wilmardo <info@wilmardenouden.nl>

* chore: bump chartVersion

Signed-off-by: wilmardo <info@wilmardenouden.nl>
2020-01-08 06:59:39 -08:00
Néstor Salceda 492aed9898 [stable/sysdig] Enable Sysdig Secure by default (#19935)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-08 05:01:40 -08:00
Bitnami Bot fd9804996b [stable/phpmyadmin] Release 4.2.6 updating components versions (#19931)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-08 04:17:39 -08:00
Peter Rifel 298d5aca43 [stable/kong] Improve deployment label selector to not change on chart upgrades (#19916)
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2020-01-07 15:03:41 -08:00
Graham McGregorandMadeline Van Der Paelt 4e2db070b2 [stable/nginx-ingress] Fix ClusterRole creation when using namespaces (#19886)
* [stable/nginx-ingress] Fix ClusterRole creation when using namespaces

We want to be able to choose to deploy to a namespace and still opt-in
to ClusterRole creation.

Fixes: https://github.com/helm/charts/issues/18420

Signed-off-by: Graham McGregor <graham@gmcgregor.ca>

Co-authored-by: Madeline Van Der Paelt <madd_y@hotmail.com>

* [stable/nginx-ingress] Bump nginx-ingress chart version

Signed-off-by: Graham McGregor <graham@gmcgregor.ca>

Co-authored-by: Madeline Van Der Paelt <madd_y@hotmail.com>

Co-authored-by: maddster82 <madd_y@hotmail.com>
2020-01-07 12:00:18 -08:00
nareshnayini c3bf9967db fix overwriteConfig condition (#19910)
Signed-off-by: naresh@getsidecar.com <naresh@getsidecar.com>
2020-01-07 11:12:19 -08:00
Harry df6d75b078 [stable/kong] 0.35.1 mutliple small fixes (#19914)
* [stable/kong] add rainest as a maintainer

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] update CRDs to Ingress Controller 0.7

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] standardize and optimize readiness and liveness probes

- Initial delay has been lowered to 5 seconds for increased responsiveness
- Frequency is now 10 seconds, again for reponsiveness
- timeout has been standardized to 1s

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] 0.35.1 changelog

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] remove the extra space in NOTES.txt

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] fix values.yalm ingress tls section

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-07 10:54:19 -08:00
Harry a1c7ac30a2 [stable/kong] 0.35 update all standard labels (#19856)
The following document describes all the standard labels that charts
should include:
https://v2.helm.sh/docs/chart_best_practices/#standard-labels

Kong's chart already had these but the keys were outdated.
This commit also de-duplicates these data to further DRY out these
labels.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-07 10:26:20 -08:00
Cedric Lamoriniere 8f30dd815f [stable/datadog] fix when (#19877)
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2020-01-07 07:04:23 -08:00
Juan Ariza Toledano 139933d182 [bitnami/ghost] Provide a way to disable readiness/liveness probes (#19907)
Signed-off-by: juan131 <juan@bitnami.com>
2020-01-07 06:56:18 -08:00
Martin Polednik 88b2f04f5b [stable/prometheus-operator] fix comment in values.yaml (kubeScheduler) (#19875)
Comment in values.yaml related to kubeScheduler scraping
configuration incorrectly referred to kube-controller-manager
scraping.

Only the comment is fixed as the logic is correct.

Signed-off-by: Martin Polednik <m.polednik@gmail.com>
2020-01-07 06:14:18 -08:00
Travis Groth 12623db146 [stable/pomerium] Add option to configure forward-auth automatically (#19900)
Signed-off-by: Travis Groth <tgroth@gmail.com>
2020-01-07 05:54:18 -08:00
Bastian Hofmann 7ac1f9936a [stable/nginx-ingress] Bump nginx-ingress version to 0.26.2 (#19881)
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2020-01-07 01:04:18 -08:00
DionysiusandSameer Naik e8850dcae3 [stable/external-dns] Add missing flags related to processing sources, kubefed related (Reopening #17494) (#19833)
* add missing flags related to processing sources

Signed-off-by: Denis Manente <denis.manente@automatic-server.com>

* version bump

Signed-off-by: Denis Manente <denis.manente@automatic-server.com>

* fix wrong description of fqdnTemplates option

Signed-off-by: Denis Manente <denis.manente@automatic-server.com>

* resolve feedback, remove optional hint on fields not mandatory, minor bump instead of patch

Signed-off-by: Denis Manente <denis.manente@automatic-server.com>

* fix wrong version increment, it's adding a feature, so a minor bump

Signed-off-by: Denis Manente <denis.manente@automatic-server.com>

Co-authored-by: Sameer Naik <sameer@fuloi.com>
2020-01-06 22:32:18 -08:00
Harry 5820fd492d [stable/kong] 0.34.2 ci consolidation and readme fixes (#19854)
* [stable/kong] typos in readme and change Kong Enterprise section

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* remove ci test, it is a duplicate of defautl-values.yaml

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* remove ci test, it is another duplicate of defautl-values.yaml

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] consolidate various CI tests

We get a lot of flaky tests. Some of those are likely cause by the CI
process itself but reducing the number of tests gives us a speedy test
and reduces the probability of flakiness.

There are no tests that are being skipped here, multipe unrelated tests
have been consolidated together.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] draft changelog and version bump

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] elaborate on kong enterprise and fix typos

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] call out pre-reqs in install for enterprise

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] renam test files to run the tests

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* remove blank lines as lint barfs

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* remove blank lines as lint barfs

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* remove trailing white space

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] update changelog and version

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* specify pg details in ci test

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stabl/kong] de-duplicate test2 and test4

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-06 14:08:17 -08:00
Travis Raines eaf1d891d5 [stable/kong] fix Job securityContext indentation (#19887)
Add an additional level of indentation to Job securityContexts.
Previously, the context would render incorrectly, e.g.

securityContext:
runAsUser: 1000

It should now render as:

securityContext:
  runAsUser: 1000

Signed-off-by: Travis Raines <traines@konghq.com>
2020-01-06 13:24:18 -08:00
Alex Williams 6ba8013533 [stable/prometheus-operator] Add namespace to all PrometheusRule objects (#19704)
* [stable/prometheus-operator] Add namespace to all PrometheusRule objects

Signed-off-by: Alex Williams <alex.williams@skyscanner.net>

* prometheus-operator - modify sync_prometheus_rules.py for ns

Signed-off-by: Alex Williams <alex.williams@skyscanner.net>

* Bump chart again to keep it +1 patch version

Signed-off-by: Alex Williams <alex.williams@skyscanner.net>

* Revert changes to prometheus rule

Signed-off-by: Alex Williams <alex.williams@skyscanner.net>

* set chart version to 8.5.3

Signed-off-by: Alex Williams <alex.williams@skyscanner.net>
2020-01-06 11:57:18 -08:00
Harry 7315ed6551 [stable/kong] bump up ingress controller to 0.7 (#19885)
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-06 11:32:16 -08:00
Harshavardhana 34932b8ccb [stable/minio]: Update to latest release (#19882)
Signed-off-by: Harshavardhana <harsha@minio.io>
2020-01-06 10:30:17 -08:00
Néstor Salceda bb500af264 [stable/sysdig] Enable K8s audit log feature for Sysdig Agent (#19815)
* Add auditlog support Sysdig Agent

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add documentation for the K8s audit log feature

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-01-06 07:17:35 -08:00
Martin Hanzík 43908723bf Only inject DO_TOKEN when actually provided (#19866)
Signed-off-by: Martin Hanzík <martin@hanzik.com>
2020-01-06 03:29:35 -08:00
Ivan Kurnosov dc9a803dab [stable/prometheus] server.env default value should be an array (#19141)
Signed-off-by: Ivan Kurnosov <zerkms@zerkms.com>
2020-01-05 09:13:41 -08:00
Martin Polednik 873adc13b7 [stable/openebs] Add PodSecurityPolicy (PSP) (#19837)
In order to run in namespace other than kube-system on cluster with
PSP enabled, we need to allow openebs serviceaccount to launch
privileged containers.

The PSP is taken from [0].

[0] https://docs.openebs.io/v081/docs/next/faq.html#how-to-setup-default-podsecuritypolicy-to-allow-the-openebs-pods-to-work-with-all-permissions

Signed-off-by: Martin Polednik <m.polednik@gmail.com>
2020-01-04 09:49:40 -08:00
spring-bu fe8fb27138 1. Add release label into chart. (#19846)
Signed-off-by: youngman <shengquan.bu@iquantex.com>
2020-01-04 04:19:40 -08:00
eMCeee89 87beb86f7c Merge branch 'master' of https://github.com/helm/charts (#17071)
Signed-off-by: eMCeee89 <marek.cvoren@gmail.com>
2020-01-03 20:07:40 -08:00
Ben c790c9678c [stable/spark-history-server] Remove duplicate configmap keys (#19851)
The output of the templated chart breaks other templating tools it
may be used in (like YTT). Removing the duplicate configmap keys cleans
up the output, and makes it easier to use elsewhere.

Signed-off-by: Ben <ben@ros.io>
2020-01-03 13:13:40 -08:00
Travis Raines 3d2bb08ac7 [stable/kong] fix whitespace handling for license (#19852)
Do not chomp leading whitespace prior to including kong.license within
the final_env helper. Doing so appends the license block immediately
after the preceding value, generating invalid YAML.

Prior to the creation of final_env, kong.license was injected directly
into Deployment and Job templates, using the nindent function to apply
indentation and add a newline. final_env instead places kong.license at
the correct indentation within the templated block, and does not use
nindent. As such, the include should not chomp leading whitespace before
it.

Signed-off-by: Travis Raines <traines@konghq.com>
2020-01-03 12:55:40 -08:00
Harry d2cd8421fa [stable/kong] 0.33: misc updates (#19840)
* [stable/kong] consolidate all rbac resources into a single file

- Simplify and reduce number of ifs in our helm chart to reduce
maintainence burden

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] move all custom resources into a single file

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] remove podDistruption budget for ingressController

Ingress Controller has been consolidated into the Kong pod itself now
so this policy is not needed anymore.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] refactor wait-for-postgres container into helpers for de-duplication

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] refactor env section of the deployment into a helper

In the next commit, we will use this same env section for the migration
containers as well to ensure consistency in Kong's configuration across
different pods.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] use kong.final_env for migration containers

This ensures that the exact same configuration for kong is used across
containers of all types.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] wait-for-postgres to be available

Previously, if the Postgres instance was managed externally, eg, like an
RDS instance, then the chart would fail to wait for it. The migrations
eventually succeeded but if the pod fails while connecting to Postgres,
it is more helpful as it highlights an issue with network itself.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] use a hard-coded name for the container name

This allows us to have determisintic container names and makes writing
scripts easier. The name of the pod and deployment are still generated
by Helm.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] bump up Postgresql sub-chart to 8.1.2

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] write changelog and bump chart for 0.33

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* fix: remove installCRDs since it is present twice

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] add content of FAQ doc

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] re-orgnize values.yaml

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] fix language in the FAQ

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-03 11:39:40 -08:00
Harry f6b1294d00 [stable/kong] revamp and simplify readme (#19821)
* [stable/kong] revamp and simplify readme

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* [stable/kong] remove duplicate image.repository

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2020-01-03 11:01:40 -08:00
Léopold Jacquot e8ba0c0372 Add exception for maxclients option in sentinel config (#19588)
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com>
2020-01-03 08:11:40 -08:00
Julian Taylor 07b9ec5976 [stable/prometheus-operator] remove namespace from global resources (#19835)
The webhook configurations are cluster global objects and do not need
namespace metadata.
Remove the field to simplify the chart.

Signed-off-by: Julian Taylor <juliantaylor108@gmail.com>
2020-01-03 07:51:41 -08:00
Peter Evers 2659ca16cc fix runAsUser invalid comparison (#19832)
Signed-off-by: Peter Evers <pevers90@gmail.com>
2020-01-03 02:01:40 -08:00
Angelo Fausti 5561add61e [stable/influxdb] Set the default user from an existing secret (#19601)
* Set the default user from an existing secret

Signed-off-by: Angelo Fausti <afausti@lsst.org>

* Address reviewer comments

Signed-off-by: Angelo Fausti <afausti@lsst.org>
2020-01-02 23:29:40 -08:00
Fulton Byrne dc6767ad58 fixes kubernetes-sig/external-dns#1262 (#19839)
unnecessary source_profile

breaks config

in new aws sdk

Signed-off-by: Fulton Byrne <fulton.byrne@commercetools.de>
2020-01-02 23:23:40 -08:00
Dahlia B 003d7003cc [stable/instana-agent] Chart version 1.0.21 (#19841)
Signed-off-by: Instana CD <instanacd@instana.com>
2020-01-02 14:13:41 -08:00
Jan Heylen 9caa79daf6 copy scriptapprovals when overwriteConfig enabled (#19734)
Signed-off-by: Jan Heylen <jan.heylen@nokia.com>
2020-01-02 14:07:41 -08:00
Àlex Pérez da66326e37 Fix incorrect rendering (#19838)
Signed-off-by: Alex Perez-Pujol <alexperezpujol@disroot.org>
2020-01-02 12:53:41 -08:00
Ashley Penney 3fe663f1e2 [stable/atlantis] Add service account annotations (#19818)
* Add service account annotations

This allows you to pass annotations to the service account.

Signed-off-by: Ashley Penney <apenney@simondata.com>

* Rename key as it's under serviceaccount already

Signed-off-by: Ashley Penney <apenney@simondata.com>
2020-01-02 12:43:40 -08:00
Alex Snast 659db990c1 [stable/efs-provisioner] Upgrade EFS provisioner (#19829)
Signed-off-by: Alex Snast <alexsn@fb.com>
2020-01-02 08:15:40 -08:00
Alexander Katsyuba 61789d6b51 [stable/kube-state-metrics] Namespace override (#18990)
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>
2020-01-02 07:37:41 -08:00