Commit Graph
12500 Commits
Author SHA1 Message Date
4124bcd421 20089-minio-extraargs: fix extraArgs values being ignored by minio binary inside pod (#20091)
Signed-off-by: Huy Tran <huyntran@outlook.com>

Co-authored-by: Huy Tran <huy.tran@greenbird.com>
2020-04-08 17:31:43 -07:00
Stefan StaudeandGitHub cef9005d35 [stable/selenium] Fix selenium configuration (#21839)
* Fix selenium hub typo in environment variable GRID_CLEAN_UP_CYCLE

Signed-off-by: Stefan Staude <stefan.staude@staffbase.com>

* Extend value.yaml documentation and fix timeout units

Signed-off-by: Stefan Staude <stefan.staude@staffbase.com>

* Update selenium chart version to 1.0.11

Signed-off-by: Stefan Staude <stefan.staude@staffbase.com>
2020-04-08 13:43:45 -07:00
Fede BarcelonaandGitHub 609560713f [stable/sysdig] Add SCC if Openshift is detected (#21825)
* [stable/sysdig] Add SCC if Openshift is detected

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>

* [stable/sysdig] Rename value to use scc.create instead

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
2020-04-08 09:21:44 -07:00
402a220fe1 Adding initContainer capabilites in prometheus specs template (#21837)
Signed-off-by: Barthelemy Vessemont <barthelemy@storelift.co>

Co-authored-by: Barthelemy Vessemont <barthelemy@storelift.co>
2020-04-08 07:17:44 -07:00
95de995efd [stable/elastalert]: improve templates - add variables for override fullname of chart (#21800)
* bump chart

Signed-off-by: Anatoly Bezgubov <bezgubov@sports.ru>

Co-authored-by: Anatoly Bezgubov <bezgubov@sports.ru>
2020-04-08 06:25:43 -07:00
Yann SoubeyrandandGitHub c1bd30cbe0 fix(prometheus-operator): remove status field in CRDs (#21824)
Having the status field in the CRDs prevents continuous deployment tools (like
Argo CD) from converging.

Signed-off-by: Yann Soubeyrand <yann.soubeyrand@camptocamp.com>
2020-04-08 04:31:43 -07:00
lcavajaniandGitHub 106969f251 [stable/metrics-server] Add release.Namespace in meta (#21832)
Adding release.Namespace in meta fixes issues
when rendering template with 'helm template --namespace'.
Without it, the rendered templates do not have the
namespace defined which is problematic when using
a gitops approach. This is also a requirement for
a tool like Spinnaker.

Signed-off-by: lcavajani <lcavajani@suse.com>
2020-04-08 03:41:42 -07:00
Brian GlogowerandGitHub 90c1687588 stable/goldpinter: Only use pullSecrets if defined in values.yaml (#21823)
This was causing the DaemonSet to have an invalid key/value for imagePullSecrets

```
imagePullSecrets:
  - name:
```

Signed-off-by: Brian Glogower <xbglowx@gmail.com>
2020-04-08 02:07:44 -07:00
Cédric de Saint MartinandGitHub bb683dda6f [stable/karma] Upgrade karma to v0.60. (#21831)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2020-04-08 02:01:43 -07:00
pradaelliandGitHub b23c23f6b4 Support tolerations (#21742)
Signed-off-by: Paolo Radaelli <paradaelli@gmail.com>
2020-04-07 14:23:44 -07:00
4b82dae876 [stable/superset] Make it possible to configure start up (#21682)
Superset used to start by running init_superset.sh which was
configurable. This commit adds that possibility back together with the
option to pass additional arguments to that script for configuring
start up.

Signed-off-by: Daniel Johansson <daniel.sjohansson@niradynamics.se>

Co-authored-by: Daniel Johansson <Daniel.SJohansson@niradynamics.se>
2020-04-07 10:17:45 -07:00
Néstor SalcedaandGitHub a11d5fa79e [stable/sysdig] Add a hack to implement watches on Helm based Operator (#21822)
This implementation in operators breaks the pattern in some Helm based
operators about using an splitted image description:

https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml#L15
https://github.com/helm/charts/blob/master/stable/prometheus/values.yaml#L534
https://github.com/helm/charts/blob/master/stable/redis/values.yaml#L15
https://github.com/helm/charts/blob/master/stable/wordpress/values.yaml#L14

But is required to certify the operator.

https://github.com/operator-framework/operator-sdk/blob/master/doc/helm/user-guide.md#passing-environment-variables-to-the-helm-chart

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2020-04-07 07:37:46 -07:00
002f7f9eb0 Update newrelic-infrastructure image version to 1.18.0 (#21816)
Signed-off-by: Daniel Fernandez <dfernandez@newrelic.com>

Co-authored-by: Daniel Fernandez <dfernandez@newrelic.com>
2020-04-07 03:01:44 -07:00
JaMile JacksonandGitHub c7230bbad8 [stable/node-problem-detector] Update the daemonset template volume mount to use hostpath.logdir variable (#21761)
* update the daemonset volume mount to use hostpath.logdir variable

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* update README

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* bump version

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>
2020-04-07 00:43:46 -07:00
Valentin ZayashandGitHub 2c569219d3 docs(stable/prometheus-operator): additionalScrapeConfigs must be [] and not {} (#21802)
Update misleading docs

Signed-off-by: Valentin Zayash <valioozz@gmail.com>
2020-04-06 23:55:43 -07:00
Alex SnastandGitHub b1bf6b4028 [stable/prometheus-blackbox-exporter] Add PrometheusRule support (#21776)
Signed-off-by: Alex Snast <alexsn@fb.com>
2020-04-06 23:11:44 -07:00
534c247740 [stable/rabbitmq-ha] Fix security context for init container (#21740)
* Fix security context for init container

Signed-off-by: caiges <caigesn@gmail.com>

* Bump chart version

Signed-off-by: caiges <caigesn@gmail.com>

Co-authored-by: Caige Nichols <caiges@phinea.lan>
2020-04-06 14:35:48 -07:00
Bradley MasseyandGitHub d2980bab11 [anchore/stable] fix environment setting from existingSecret (#21764)
Signed-off-by: Bradley Massey <massey.bradley@gmail.com>
2020-04-06 10:41:46 -07:00
GazalandGitHub 5cde084a90 fix: use correct reference to serviceAccount in _helpers.tpl (#21795)
fix #21794
Signed-off-by: Gazal K <mohamed.gazal@target.com.au>
2020-04-06 08:21:48 -07:00
Jesus PeruchaandGitHub 531f2ce727 Adding ability to add labels to the controller and default backend deployment. (#21801)
Signed-off-by: Jesus Perucha <jperucha@outlook.com>
2020-04-06 08:07:47 -07:00
Douglas CamataandGitHub 74dcaa6872 Fix templating for feature to disable KSM parsing (#21712)
Signed-off-by: Douglas Camata <dcamata@newrelic.com>
2020-04-06 07:05:47 -07:00
Christoph ObexerandGitHub 2812d9bd6c [stable/prometheus-pushgateway] configureable deployment strategy (#21685)
Based on https://github.com/helm/charts/pull/17107/files
but with default type Recreate which is more in line
with this charts behavior.

Signed-off-by: Christoph Obexer <cobexer@gmail.com>
2020-04-06 06:33:47 -07:00
Vincent BoulineauandGitHub f6efe1fa7d [stable/datadog] Add Windows support and minor fixes (#21550)
Signed-off-by: Vincent Boulineau <vincent.boulineau@datadoghq.com>
2020-04-06 05:55:47 -07:00
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
CeleneandGitHub 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 WilliamsandGitHub 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ándezandGitHub 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
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 NemakovandGitHub 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 BlinandGitHub 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
yutachaosandGitHub 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
GazalandGitHub 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 WalterandGitHub 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
vir2albulbandGitHub 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-HaddadandGitHub 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 ObajobiandGitHub 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 LecerfandGitHub 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 RigbyandGitHub 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
VegettoandGitHub 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 DoandGitHub 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
lgg42andGitHub 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ägeleandGitHub d108260a95 Upgrade chart-testing (#21733)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2020-04-02 12:50:24 -07:00
Josh BielickandGitHub 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
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 ZayashandGitHub 00767365e0 Conditional cadvisor metrics for kubelet serviceMonitor (#21653)
Signed-off-by: Valentin Zayash <valioozz@gmail.com>
2020-04-02 09:44:24 -07:00
BmailheandGitHub 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
uncyclerandGitHub 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
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
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