Commit Graph
12477 Commits
Author SHA1 Message Date
Quarkieandbenjamin.mack 7f78de9be1 chore(k8s plugin): update kubernetes plugin to 1.25.1, add 'events' resource to rbac (verb: 'watch') (#21633)
Signed-off-by: benjamin.mack <benjamin.mack@fntsoftware.com>

Co-authored-by: benjamin.mack <benjamin.mack@fntsoftware.com>
2020-04-06 05:35:46 -07:00
Celene 3022c5c89e [stable/datadog] fix leader election (#21766)
* move DD_LEADER_ELECTION env var to common

Signed-off-by: Celene <celene@datadoghq.com>

* bump chart

Signed-off-by: Celene <celene@datadoghq.com>

* move to containers-init template instead

Signed-off-by: Celene <celene@datadoghq.com>

* update changelog

Signed-off-by: Celene <celene@datadoghq.com>
2020-04-06 04:27:46 -07:00
Max Williams 7b870cb05a [stable/sentry] Add option to disable dbInit job hook (#20293)
* [stable/sentry] Add option to disable dbInit job hook

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Remove `-` from template function

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2020-04-06 03:23:46 -07:00
Carlos Rodríguez Hernández 9e28c906fc [stable/several] Fix typo in deprecation comment (#21787)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2020-04-06 03:13:47 -07:00
Richard CalossoandRichard Calosso 050a109d5a [stable/fluent-bit] Fix for google_service_credentials, fixes #20482 (#20483)
* Fix fir google_service_credentials, issue:https://github.com/helm/charts/issues/20482

Signed-off-by: Richard Calosso <richard@calosso.us>

* Bump chart version

Signed-off-by: Richard Calosso <richard@calosso.us>

Co-authored-by: Richard Calosso <richard@calosso.us>
2020-04-06 01:55:47 -07:00
Ilya Nemakov 2e59ae76c4 Add support for creating a Service and Ingress for each Alertmanager replica (#21769)
Signed-off-by: Ilya Nemakov <agent.xp@gmail.com>
2020-04-06 01:11:46 -07:00
Louis Blin 086f0addef Add support for extra volumes (#21670)
Allows users to specify additional volumes / volumeMounts to mount in
the DeamonSet container. This is useful for custom plugins scripts
that need to load additional data to run.

Signed-off-by: Louis Blin <louisblin@users.noreply.github.com>
2020-04-06 01:01:46 -07:00
yutachaos c96f70fca6 [stable/redis-ha] Fixed if statement values auth (#21777)
Signed-off-by: yutachaos <bumplive@gmail.com>
Signed-off-by: yutachaos <18604471+yutachaos@users.noreply.github.com>
2020-04-06 00:39:46 -07:00
Gazal 3df54bb7b5 fix: use serviceAccount.name for SA name if defined (#21744)
fix #21743

Signed-off-by: Gazal K <mohamed.gazal@target.com.au>
2020-04-06 00:17:45 -07:00
Torsten Walter 0724c00b1f [stable/jenkins] configure agent.args in values.yaml (#21773)
* [stable/jenkins] configure agent.args in values.yaml

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>

* add space before closing braces

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
2020-04-05 14:29:45 -07:00
vir2albulb 1c04a42f8d [stable/jenkins]: Define jenkinsHome variable to use in range blocks (#21757)
* stable/jenkins: Define jenkinsHome variable to use in range blocks

Signed-off-by: Jakub Marciniak <jakub.marciniak@alfa.pl>

* stable/jenkins: Use jenkinsHome variable only inside range blocks

Signed-off-by: Jakub Marciniak <jakub.marciniak@alfa.pl>
2020-04-05 07:35:45 -07:00
15a0fdf98d Kube 1.16 removed deprecated api (#18856)
* [stable/wordpress] bump major version (#18852)

Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.

In https://github.com/helm/charts/pulls/12642 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage.

This major version signifies this change.

Signed-off-by: Sameer Naik <sameersbn@vmware.com>
Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>

* Kube 1.16 removed deprecated api

Error: validation failed: unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta1"
Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>

* circleci bump chart version issue fixed

Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>

* mysqlha selector issue fixed

Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>

Co-authored-by: Sameer Naik <sameersbn@vmware.com>
Co-authored-by: Anish  Dhanka <Anishmourya@users.noreply.github.com>
2020-04-04 23:51:46 -07:00
Sami Al-Haddad 401cf12a57 [stable/metrics-server] Enhance doc/example for priorityClassName (#21485) (#21693)
Signed-off-by: rootsami <rootsami@gmail.com>
2020-04-04 22:31:45 -07:00
Oluwaseun Obajobi 82cd67703a [stable/mongodb-replicaset] feature: Add support for secret annotations when auth is enabled (#21704)
* Add support for secret annotations when auth is enabled

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>

* updated to the PR to recommended changes

Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
2020-04-04 14:09:45 -07:00
Guillaume Lecerf a1225bde0e [stable/rabbitmq-ha] Add a selector to persistentVolumeClaims to be able to target an existing persistentVolume (#21700)
Signed-off-by: Guillaume LECERF <glecerf@gmail.com>
2020-04-04 13:51:45 -07:00
Scott Rigby 744fe28fc7 Update deprecation timeline COVID-19 (#21762)
* Update deprecation timeline dates to match helm v2 COVID-19 extention

Signed-off-by: Scott Rigby <scott@r6by.com>

* Simplify change notice

Signed-off-by: Scott Rigby <scott@r6by.com>
2020-04-04 06:43:46 -07:00
Vegetto d6932fe553 [stable/home-assistant] Add AppDaemon (#21587)
* add support for additionalPorts and vseditor

- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start

Signed-off-by: Vegetto <git@angelnu.com>

* [home-assistant] Add AppDaemon

Leverages the support in HACS to download apps for AppDaemon.

Signed-off-by: Vegetto <git@angelnu.com>

* Fix enablement for appdaemon

Signed-off-by: Vegetto <git@angelnu.com>

* Add home-assistant config folder to appDaemon container

Signed-off-by: Vegetto <git@angelnu.com>

* increase version

Signed-off-by: Vegetto <git@angelnu.com>
2020-04-04 03:45:46 -07:00
Grace Do 8386532962 [stable/prometheus-operator] Use disableCompaction value (#21462)
* [stable/prometheus-operator] Use disableCompaction value

Signed-off-by: Grace Do <xgrace@gmail.com>

* [stable/prometheus-operator] Bump chart version

Signed-off-by: Grace Do <xgrace@gmail.com>
2020-04-04 02:07:46 -07:00
lgg42 9fab101b45 [stable/jenkins] Add support for custom pod templates (#21671)
* [stable/jenkins] Add support for custom pod templates

Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>

* [stable/jenkins] change value name to agent.podTemplates

Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>

* [stable/jenkins] change value name to agent.podTemplates

Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
2020-04-04 01:25:46 -07:00
Reinhard Nägele d108260a95 Upgrade chart-testing (#21733)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2020-04-02 12:50:24 -07:00
Josh Bielick 1920d316b4 [stable/oauth2-proxy] use proper scope in secret name helper (#21715)
`with` changes scope here and now when _not_ using an existing secret, the template oauth2-proxy.secretName is invoked, but provided `.` context, which is the .Values.config.google context, not the global context which contains .Values—a dependency of that helper.

Signed-off-by: Josh Bielick <jbielick@gmail.com>
2020-04-02 11:52:25 -07:00
john-mcgowan-wowzaandAlex Harder 477fd903b4 [stable/nginx-ingress] Adding ability to specify an override value for the release label (#21708)
* Adding ability to specify an override value for the release label used throughout the chart.

# Conflicts:
#	stable/nginx-ingress/templates/controller-poddisruptionbudget.yaml

Signed-off-by: John McGowan <john.mcgowan@wowza.com>

* Update stable/nginx-ingress/Chart.yaml

Co-Authored-By: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com>

Signed-off-by: John McGowan <john.mcgowan@wowza.com>
2020-04-02 10:26:26 -07:00
Valentin Zayash 00767365e0 Conditional cadvisor metrics for kubelet serviceMonitor (#21653)
Signed-off-by: Valentin Zayash <valioozz@gmail.com>
2020-04-02 09:44:24 -07:00
Bmailhe 44fa1cdf53 Bmailhe jenkins (#21723)
* fix(jenkins): fix indentation for subPath

Signed-off-by: bmailhe <bmailhe@leadformance.com>

* bump version

Signed-off-by: bmailhe <bmailhe@leadformance.com>
2020-04-02 09:14:24 -07:00
uncycler c20c5ae301 [stable/prometheus-blackbox-exporter] Add serviceAccount support (#21726)
* Add serviceAccount support

Signed-off-by: Frederic Marchand <fred@mautadine.com>

* Add doc

Signed-off-by: Frederic Marchand <fred@mautadine.com>

* Bump version

Signed-off-by: Frederic Marchand <fred@mautadine.com>

* Linting correction

Signed-off-by: Frederic Marchand <fred@mautadine.com>

* Bump minor since it's a new feature

Signed-off-by: Frederic Marchand <fred@mautadine.com>
2020-04-02 09:06:24 -07:00
SamKirsch10andskirsch 4ee8ac46da [stable/rabbitmq-ha] Added volume permissions (#21344)
* Changing init container to run as root to ensure permissions are intact for rabbit container

Signed-off-by: skirsch <skirsch@cardlytics.com>

* Bumping version

Signed-off-by: skirsch <skirsch@cardlytics.com>

* Moved to only touch the piece the init container is affecting (cookie)

Signed-off-by: skirsch <skirsch@cardlytics.com>

* fixing to fsGroup and checking for non-null/empty values first

Signed-off-by: skirsch <skirsch@cardlytics.com>

* Adding recursive to /var/lib/rabbitmq

Signed-off-by: skirsch <skirsch@cardlytics.com>

* version bump

Signed-off-by: skirsch <skirsch@cardlytics.com>

Co-authored-by: skirsch <skirsch@cardlytics.com>
2020-04-02 08:48:25 -07:00
Denissa89andd.banschikov 727186144d Added option externalTrafficPolicy (#21717)
* Added option externalTrafficPolicy

Signed-off-by: d.banschikov <db@napoleonit.ru>

* add service.externalTrafficPolicy in README.md

Signed-off-by: d.banschikov <db@napoleonit.ru>

* fix README.md

Signed-off-by: d.banschikov <db@napoleonit.ru>

* bump chart version to 1.42.0

Signed-off-by: d.banschikov <db@napoleonit.ru>

Co-authored-by: d.banschikov <db@napoleonit.ru>
2020-04-02 08:22:24 -07:00
Lasse Højgaard d335e57b0c stable/dex: version 2.23.0 + support for metrics. (#21721)
Signed-off-by: Lasse Højgaard <lho@trifork.com>
2020-04-02 08:12:24 -07:00
Keith Shook 76bf4b1a06 [stable/cerebro] Add support for adding labels and annotations to pod (#21707)
Signed-off-by: Keith Shook <kshook@onecause.com>
2020-04-02 07:28:24 -07:00
Philipp Hellmich 6c18169e0e [stable/home-assistant] added token support for servicemonitor (#21706)
* added token support for servicemonitor
bump version
change maintainer email

Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* fixes README

Signed-off-by: Philipp Hellmich <phil@hellmi.de>
2020-04-02 07:18:24 -07:00
Maxime Brunet 00cb346cc0 [stable/prometheus-operator] Fix KubeVersion condition in coredns dashboard (#21581)
Fixes broken `semverCompare` condition in CoreDNS Grafana dashboard
when `$kubeTargetVersion` has a build ID

Signed-off-by: Maxime Brunet <max@brnt.mx>
2020-04-02 07:12:24 -07:00
Daniel Iziourov d4932ad701 [Prometheus Operator] Specifying namespace (#21543)
Signed-off-by: danmx <daniel@iziourov.info>
2020-04-02 06:44:36 -07:00
iuri aranda 62ae4a359c [stable/prometheus-operator] Re-sync prometheus rules and grafana dashboards (#21248)
* Re-sync prometheus rules

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Manually fix special notiation in prometheus rules

I see that this was previously manually fixed as well, so I kept it like before

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Bump chart version

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Bump patch version

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Fix Helm interpolation escaping in sync scripts

This should fix the issue of having a backtick (`) inside a {{ ... }} command block in prometheus syntax.

As per https://github.com/helm/charts/pull/21248#issuecomment-595725478

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Bump patch version

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Remove unnecessary whitespace

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Bump patch version

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Bump prometheus-operator chart patch version

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Update prometheus rules gain

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Sync grafana dashboards as well

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>

* Bump patch version for prometheus-operator chart

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>
2020-04-02 06:44:24 -07:00
Karl-Philipp Richter 0219c128a8 [ci] Print helm version in job lint-charts in order to make debugging of issues more easy (#21619)
Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
2020-04-02 04:10:23 -07:00
srilumpa 28d8b07ae1 [stable/neo4j] Neo4j fixes (#20942)
* Add documentation about neo4jPassword value

Signed-off-by: Marc-André Doll <marcandre.doll@gmail.com>

* Fix StatefulSet and Deployment apiVersion

Signed-off-by: Marc-André Doll <marcandre.doll@gmail.com>

* Add deployment selector labels

Signed-off-by: Marc-André Doll <marcandre.doll@gmail.com>

* Use Helm recommended labels and fix HPA labels

Signed-off-by: Marc-André Doll <marcandre.doll@gmail.com>

* Increse major version since modifying Deployment selector tags

Following https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md#for-deployments-statefulsets-daemonsets-appsv1beta2

Signed-off-by: Marc-André Doll <marcandre.doll@gmail.com>

* Add "Upgrading" section to README since this is a MAJOR version upgrade

Signed-off-by: Marc-André Doll <marcandre.doll@gmail.com>
2020-04-02 04:04:37 -07:00
Jonathan Meyers 85a240f5ad [stable/signalsciences] updated for new signalsciences version and best practices (#20560)
* updated for new version

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* extra period removal

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* update sources

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* bump to 4.5.0 image tag

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* bump to 4.6.0

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* back to 4.5 since no 4.6 image yet

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* 4.6.0

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
2020-04-02 04:04:24 -07:00
Naseem add8a5fea5 Disable Cassandra exporter by default. (#21659)
A saner default is to disable the exporter and service monitor by default as not everyone is using Prometheus let alone Prometheus Operator. Also changing the key name from servicemonitor to serviceMonitor as it seems to be the standard way of spelling it across charts.

Signed-off-by: Naseem <naseem@transit.app>
2020-04-02 03:46:23 -07:00
Cédric de Saint Martin 2d5758e3aa [stable/oauth2-proxy] Upgrade to v5.1.0. (#21676)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2020-04-02 02:58:23 -07:00
Victor Pupim f2fcadaa5a [stable/grafana] Add option testFramework.imagePullPolicy (#21609)
* Version bump grafana chart

Signed-off-by: Victor Pupim <pupimvictor@gmail.com>

* Fix grafana appVersion

Signed-off-by: Victor Pupim <pupimvictor@gmail.com>
2020-04-02 02:52:24 -07:00
Néstor Salceda 5f479353fd [stable/sysdig] Use latest Sysdig Agent version (9.8.0) (#21711)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-02 02:34:24 -07:00
annegies c260b1e076 Update Grafana chart dependency to include fix from #21442 (#21562)
Signed-off-by: Annegies van 't Zand <ace.vtzand@gmail.com>
2020-04-02 02:00:24 -07:00
Nedim Šabić² e91c1249f9 [stable/sematext-agent] replicasets roles (#21713)
* replicasets roles

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>

* bump version

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
2020-04-02 01:32:23 -07:00
Bruno Clermont 5a8cfbe572 [stable/minio] fix serviceMonitor authentication (#20896)
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
2020-03-30 15:00:40 -07:00
Sergio Millan 59556e8a76 fix: pdb selector by component (#21654)
Signed-off-by: Sergio Millan Rodriguez <sergio.rodriguez@ticketmaster.co.uk>
2020-03-30 09:33:54 -07:00
Paul Woolley 6c85be7b88 [incubator/kafka] Adding a testsEnabled option (#20556)
Signed-off-by: Paul Woolley <pwoolley@cloudbees.com>
2020-03-30 07:45:54 -07:00
Bruno Clermont 3a8edb04b9 [stable/grafana] Set resources for downloadDashboards initContainer (#21472)
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
2020-03-30 04:59:54 -07:00
devOpsHelm ccd21f5b25 Do not create Mancenter Config if mancenter.enabled=false (#113) (#21681)
Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
2020-03-30 02:55:53 -07:00
Julien Dumazert ae20c58892 [incubator/sparkoperator] roll back webhook cleanup job from being a hook (#21679)
Signed-off-by: Julien Dumazert <julien.dumazert@gmail.com>
2020-03-29 14:59:53 -07:00
Julien Dumazert 2f63806580 [incubator/sparkoperator] restore missing condition on installCrds flag (#21678)
Signed-off-by: Julien Dumazert <julien.dumazert@gmail.com>
2020-03-29 12:55:53 -07:00
Jawshua ee28bcf066 [stable/spinnaker] Fix registry passwords being garbed when email is specified (#21362)
Signed-off-by: Joshua Welsh <Jawshua@users.noreply.github.com>
2020-03-29 10:25:53 -07:00