Commit Graph
5144 Commits
Author SHA1 Message Date
Renat Galiev 474e325078 [stable/redis] Support defining PriorityClass (#10238)
* [stable/redis] Support defining PriorityClass

Signed-off-by: Renat Galiev <renat@galiev.net>

* [stable/redis] Support defining PriorityClass

updated values-production.yaml

Signed-off-by: Renat Galiev <renat@galiev.net>
2019-01-09 02:13:48 -08:00
azhelev 9448d0293b [stable/jenkins] fix parsing java options (#10140)
Java options are stored in env var JAVA_TOOL_OPTIONS however the
entrypoint shell script of the docker image expects them in env var JAVA_OPTS

  # read JAVA_OPTS and JENKINS_OPTS into arrays to avoid need for eval (and associated vulnerabilities)
  java_opts_array=()
  while IFS= read -r -d '' item; do
    java_opts_array+=( "$item" )
  done < <([[ $JAVA_OPTS ]] && xargs printf '%s\0' <<<"$JAVA_OPTS")

Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
2019-01-09 01:35:32 -08:00
Juan Ariza Toledano 6b9506506f [stable/ghost] Set Ghost Protocol to 'http' by default (#10492)
Signed-off-by: juan131 <juan@bitnami.com>
2019-01-09 00:29:19 -08:00
Bitnami Bot 722b19aa54 opencart: update to 3.0.3-1 (#10482)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-01-08 23:56:05 -08:00
Harry 04d991c68e [stable/kong] add doc for NodePort (#10233)
* [stable/kong] add doc for NodePort in values.yaml

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

* bump up chart version

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
2019-01-08 16:31:21 -08:00
Marc Bihlmaier 0ddbb63ad4 nginx-ingress add dnsPolicy to README.md (#10486)
* nginx-ingress add `dnsPolicy` to README.md

Signed-off-by: Marc Bihlmaier <marc.bihlmaier@reddoxx.com>

* update chart version

Signed-off-by: Marc Bihlmaier <marc.bihlmaier@reddoxx.com>
2019-01-08 13:38:28 -08:00
Varsha Varadarajan e6bb60fcc6 [stable/gocd] Deprecate agent.env.agentAutoRegisterEnvironemnts in favour of agent.env.agentAutoRegisterEnvironments (#9420) (#10402)
* [stable/gocd] Deprecate agent.env.agentAutoRegisterEnvironemnts in favour of agent.env.agentAutoRegisterEnvironments (#9420)

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog, update deprecation message

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-01-08 12:41:19 -08:00
Jonathan Pigrée 6b6355ae73 [stable/jenkins] Fix job definitions in standard values.yaml (#10184)
* [stable/jenkins] Fix job definitions in standard values.yaml

Fix found by kozejonaz.
Signed-off-by: Jonathan Pigrée <jonathan.pigree@gmail.com>

* [stable/jenkins] Bump chart version to 0.28.2

Signed-off-by: Jonathan Pigrée <jonathan.pigree@gmail.com>
2019-01-08 12:03:08 -08:00
Gabor Kozma 8ec38f6b24 [stable/traefik] Generate self sign default cert (#9375)
* Generate self sign default cert

Signed-off-by: Gabor Kozma <gabo@kozmagabor.com>

* handle defaultCN default value

Signed-off-by: Gabor Kozma <gabo@kozmagabor.com>
2019-01-08 11:52:56 -08:00
Kevin Mienata d5ea2050f6 [stable/jenkins] add numExecutors as a variable in values file (#10236)
* Update values.yaml

Add variable for NumExecutors so users can change for config file.

Signed-off-by: Kevin Mienata <kevinmienata@gmail.com>

* Update config.yaml

Allow config num executors to use variable from values file

Signed-off-by: Kevin Mienata <kevinmienata@gmail.com>

* Update Chart.yaml

Update chart version and bumped.

Signed-off-by: Kevin Mienata <kevinmienata@gmail.com>

* Update README.md

Update README for new variable

Signed-off-by: Kevin Mienata <kevinmienata@gmail.com>
2019-01-08 10:21:22 -08:00
Aravind SV fdf8443d52 Add sheroy to owners (#10479)
* Add sheroy to owners

Signed-off-by: Aravind SV <mail@arvindsv.com>

* Update changelog and chart version

Signed-off-by: Aravind SV <mail@arvindsv.com>
2019-01-08 09:21:53 -08:00
Ahmed ElSayed b585508f33 sonarqube chart: Fix nil annotations warning (#10455)
* Fix empty annotations

Signed-off-by: Ahmed ElSayed <ahmedsayedig@gmail.com>

* bump version number

Signed-off-by: Ahmed ElSayed <ahmedsayedig@gmail.com>
2019-01-08 08:49:56 -08:00
Fabian Topfstedt 9e54108f84 Docs: Added the missing nodeExporter.service.hostPort configuration parameter with its default port 9100 (#9635)
* Added the missing `nodeExporter.service.hostPort` configuration parameter with its default port 9100

Signed-off-by: Fabian Topfstedt <topfstedt@schneevonmorgen.com>

* version bump to 7.4.6

Signed-off-by: Fabian Topfstedt <topfstedt@schneevonmorgen.com>

* merged version

Signed-off-by: Fabian Topfstedt <topfstedt@schneevonmorgen.com>

* version bump to 8.1.1

Signed-off-by: Fabian Topfstedt <topfstedt@schneevonmorgen.com>
2019-01-08 08:24:45 -08:00
Juan Ariza Toledano 4388ff0751 [stable/ghost] Re-define ingress/smtp configuration (#10461)
* [stable/ghost] Re-define ingress/smtp configuration

Signed-off-by: juan131 <juan@bitnami.com>

* Document SMTP parameters on README.md

Signed-off-by: juan131 <juan@bitnami.com>

* Revert breaking changes on labels

Signed-off-by: juan131 <juan@bitnami.com>
2019-01-08 08:16:24 -08:00
Sébastien Prud'homme 7be0b80cf0 [stable/prometheus-operator] Resolve scraping controller-manager and scheduler outside out the cluster (#10366)
* [stable/prometheus-operator] Resolve scraping controller-manager and scheduler outside out the cluster

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

* [stable/prometheus-operator] Bump version

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
2019-01-08 08:08:09 -08:00
LFA 692daad649 add DD_HOSTNAME, DD_AC_INCLUDE, DD_AC_EXCLUDE to DaemonSet config (#10211)
Signed-off-by: Laurent Fallet <laurent.fallet@gmail.com>
2019-01-08 07:44:09 -08:00
Tomas Pizarro 172708d11b [stable/wordpress] Fix syntax error when ingress is enabled (#10432)
* [stable/wordpress] Fix syntax error when ingress is enabled

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Update README

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Delete testing values from values.yaml

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Fix wrong values

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Fix wrong values

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Undo app label change to avoid breaking upgrades

Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-01-08 07:25:11 -08:00
Alok Rajiv ea6a0b3262 [stable/mariadb] Fixes for existing Secrets to work (#10465)
* Patch SecretKeyRefs names in templates

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Add ExistingSecret into Readme docs

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Bump chart version as patch

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Adjust end tag

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Moving existingSecret key to root in values

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* made doc more clear for existingSecret

Signed-off-by: alokrajiv <mail@alokrajiv.com>
2019-01-08 07:16:38 -08:00
Faizan Ahmad baccf6a6ef [helm/charts] Add annotations support in deployment of cerebro (#10281)
* Add support for annotations in deployment of cerebro

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Remove trailing spaces

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Merge uptream changes and bump cerebro version

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
2019-01-08 07:04:56 -08:00
Xavier Vello 296252fe24 Fix clusterchecks leader election (#10468)
* Add service name envvar to the DCA

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* Reword cluster-agent token note to account for token not synced issues

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* update version

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>
2019-01-08 06:46:29 -08:00
Naseem e17d2a65d7 [stable/jenkins] various (#10223)
* Updatin jnlp slave version, better default api version for netpol

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

* Chart to 1.0.0 because in stable repo

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

* Updating values in readme

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

* Update plugin versions

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

* Updating pipeline and pipeline job plugins

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-01-08 06:37:56 -08:00
Kevin O'Neal 52bee840de Add subpath to mysqldump persistence (#9654)
Signed-off-by: Kevin ONeal <oneal.kevin@gmail.com>
2019-01-08 06:16:33 -08:00
Boris Kurktchiev 0c101b4abc Add support for SELinux label modification (#9778)
* Add support for SELinux label modification in case the
default SPC_T one does not work on a system

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>

* resolve PR comments

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>

* resolve the PR comments properly...

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>

* resolve comments

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
2019-01-08 06:08:23 -08:00
Maciej Bryński 7bdf816bed [stable/elasticsearch] post init job to configure cluster (#9067)
* Post-install job

Signed-off-by: Maciej Bryński <maciej.brynski@xcaliber.com>

* README

Signed-off-by: Maciej Bryński <maciej.brynski@xcaliber.com>
2019-01-08 04:55:02 -08:00
Deepesh Pathak 760fe9161f [stable/spinnaker] fixes yaml code blocks formatting in README (#10413)
* [stable/spinnaker] fixes yaml code blocks formatting in README

Signed-off-by: Deepesh Pathak <deepshpathak@gmail.com>

* [stable/spinnaker] bump charts version

Signed-off-by: Deepesh Pathak <deepshpathak@gmail.com>
2019-01-08 01:33:48 -08:00
Juan Ariza Toledano 744e731455 [stable/mongodb] Fix indentation on Metrics resources (#10457)
Signed-off-by: juan131 <juan@bitnami.com>
2019-01-08 00:01:15 -08:00
Tomas Pizarro c0943dbcd6 [stable/postgresql] Fix syntax error when persistence is disabled and replication enabled (#10428)
Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-01-07 23:52:51 -08:00
Bitnami Bot 8ab50efbd1 rabbitmq: update to 3.7.10 (#10452)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-01-07 23:22:29 -08:00
tetianakravchenko c73f162178 [stable/external-dns] Create secret for google service account (#8882)
* external-dns: create secret credentials.json for google service account

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@commercetools.de>

* external-dns: change version to 1.3.2

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@commercetools.de>
2019-01-07 14:34:11 -08:00
matthias-k afa391769a [stable/gocd] optional init containers (#10397)
* [stable/gocd] init containers and restart policy for server and agent

Signed-off-by: Matthias Kümmerer <matthias@matthias-k.org>

* [stable/gocd] bump version

Signed-off-by: Matthias Kümmerer <matthias@matthias-k.org>
2019-01-07 14:11:36 -08:00
Maor Friedman 863ead8db9 [stable/jenkins] add backup cronjob (#10095)
* [stable/jenkins] add backup cronjob

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] backup cronjob disabled by default

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] add restore instructions to readme #9987

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] update backup image tag

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] update backup tag to support minio s3

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] add maorfr to maintainers

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] bump chart version

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] bump chart version

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [stable/jenkins] add kube-tasks image to sources

Signed-off-by: Maor <maor.friedman@nuvo-group.com>
2019-01-07 13:23:15 -08:00
Johnathan Rodgers 400a45e4ed Update elasticsearch and fluentd charts (#10448)
Signed-off-by: Johnathan Rodgers <jrodgers@powerhrg.com>
2019-01-07 12:20:02 -08:00
robbie-demuth 3b80ba6a20 Allow pre-created secrets for external database credentials (#10340)
Previously, the chart required that users set the password for an
external database via a value. This change allows users to instead
provide the name of a pre-created secret containing the password

Signed-off-by: Robbie deMuth <robbie.demuth@appian.com>
2019-01-07 11:38:38 -08:00
Johnathan Rodgers 08bee4b999 Add nodePort configuration for Fluentd (#9071)
Statically assign nodePort

Signed-off-by: Johnathan Rodgers <jrodgers@powerhrg.com>
2019-01-07 10:38:11 -08:00
Johnathan Rodgers 37bfb62560 [stable/elasticsearch] Request resource limits for initContainer (#10444)
* [stable/elasticsearch] Request resource limits for initContainer

Signed-off-by: Johnathan Rodgers <jrodgers@powerhrg.com>

* Update README for initResource variables

Signed-off-by: Johnathan Rodgers <jrodgers@powerhrg.com>
2019-01-07 10:15:14 -08:00
Pete Brown 8b6ac0843a Add myself to OWNERS for stable/fluentd (#10435)
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
2019-01-07 09:56:38 -08:00
Varditn e42c96cf9a Updting secret (#10429)
Signed-off-by: Vardit Natanson <v.natanson@travelaudience.com>
2019-01-07 09:49:12 -08:00
Matt Silverlock 9e5022b257 [docs] Clarify GCE MIG prefix matching behaviour + examples (#10387)
- Document MIG prefix matching (prefix only)
- Provide an explicit MIG name example

Signed-off-by: Matt Silverlock <silverlock@google.com>
2019-01-07 09:24:09 -08:00
Mårten Svantesson feaa112a27 [stable/rabbitmq-ha] Support setting cluster_partition_handling (#10431)
* [stable/rabbitmq-ha] Support setting cluster_partition_handling

Fixes #9194
Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>

* [stable/rabbitmq-ha] Bump version

Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>

* [stable/rabbitmq-ha] Bump version

Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>
2019-01-07 08:17:29 -08:00
Guillaume Perrin 3524018e09 [stable/sonarqube] Fix mount of configMap (#10061)
* [stable/sonarqube] Fix mount of configMap

We do not override anymore the startup command, so we have to mount the
sonar.properties directly instead of copying from /tmp/

Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>

* Update sonarqube version to 0.12.2

Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>

* Remove mount of startup volume

Signed-off-by: Guillaume Perrin <guillaume28.perrin@gmail.com>
2019-01-07 06:53:47 -08:00
Art3mK cafa202501 [stable/traefik] feat: add priorityClassName for pods (#10315)
* [stable/traefik] feat: add priorityClassName for pods

Signed-off-by: Art3mK <artem@kayalaynen.ru>

* [stable-traefik] fix syntax for priorityClassName option

Signed-off-by: Art3mK <artem@kayalaynen.ru>
2019-01-07 06:12:41 -08:00
Ant Weiss e957132c65 [stable/airflow] : support adding connections (#10317)
* [stable/airflow] : support adding connections

Signed-off-by: Anton Weiss <anton@otomato.link>

* Remove trailing whitespace

Signed-off-by: Anton Weiss <anton@otomato.link>

* Fix connection option names

Signed-off-by: Anton Weiss <anton@otomato.link>

* Move connection definition script into a secret of its own

Signed-off-by: Anton Weiss <anton@otomato.link>

* Bump the chart version to 0.12.0

Signed-off-by: Anton Weiss <anton@otomato.link>

* Fix trailing space in values.yaml

Signed-off-by: Anton Weiss <anton@otomato.link>

* Adding newlines at the end of yaml temlpates

Signed-off-by: Anton Weiss <anton@otomato.link>
2019-01-07 04:18:14 -08:00
Alok Rajiv dca5b42f3d [stable/mariadb] Support for extraInitContainers like in other popular charts (#10423)
* Bump patch chart version

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* add initContainer option for master

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* add initContainer option for slave

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Add initContainer options into README docs

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Added extraInitContainers option into production values.yaml

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Chart bump up minor for new feature

Signed-off-by: alokrajiv <mail@alokrajiv.com>

* Add section in Readme for extraInitContainers

Signed-off-by: alokrajiv <mail@alokrajiv.com>
2019-01-07 01:50:06 -08:00
Andrew Drake 2f316acc41 [stable/grafana] Add rbac.pspUseAppArmor to allow disabling AppArmor (#9128)
Signed-off-by: Andrew Drake <andrew@frontapp.com>
2019-01-07 01:09:18 -08:00
Victor Login 3ac905ae50 [stable/rabbitmq-ha] Update version rabbitmq exporter to version 0.29.0 (#9312)
Signed-off-by: Victor Login <batazor111@gmail.com>
2019-01-07 00:58:30 -08:00
Jared Reisinger d2cd36b0c4 Expose livenessProbe and readinessProbe headers to consumer (in stable/wordpress) (#9390)
* Expose livenessProbe and readinessProbe headers to consumer

**Problem:** Despite docs that say otherwise, Kubernetes treats a 302 HTTP response as "failed" in liveness and readiness probes.  When using ingress-terminated HTTPS, it is common for HTTP requests to WordPress to result in 302-redirects to the HTTPS equivalent.  As a result, the container is considered unhealthy/unready.

**Solution:** Expose the `httpHeaders` property of the `httpGet` in the probe definition so that consumers can, for example, pass the `X-Forwarded-Proto: https` header to prevent the 302 and instead get a 200 response status.  The headers are exposed as optional `livenessProbeHeaders` and `readinessProbeHeaders` arrays, and only included in the deployment definition when defined.

* Update `deployment.yaml` to include optional headers.
* Update `values.yaml` and `values-production.yaml` with commented-out examples.
* Update `README.md` with configuration options, and a more detailed explanation in the Ingress section.
* Update `Chart.yaml` version number from `3.3.0` to `3.3.1`.

Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com>

* bump version

Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com>

* bump version

Signed-off-by: Jared Reisinger <jaredreisinger@hotmail.com>
2019-01-06 23:53:51 -08:00
dkarnutsch 91245e42e7 [stable/memcached] Add pod annotations (#10371)
* Add pod annotations

Signed-off-by: Daniel Karnutsch <d.karnutsch@gmail.com>

* change version to bump to next minor

Signed-off-by: Daniel Karnutsch <d.karnutsch@gmail.com>
2019-01-06 23:37:17 -08:00
Guilherme Simões f49135b132 Change default fsGroup to 999 (sonarqube) (#10358)
Signed-off-by: gsimoes <guilherme.wanderley@gmail.com>
2019-01-06 22:25:26 -08:00
Andrii Nasinnyk 9191b00091 Atlantis ingress bug with port (#10313)
Signed-off-by: Andrii Nasinnyk <a.nasinnyk@globalgames.net>
2019-01-06 22:16:48 -08:00
nota-ja 1c15a984e9 [stable/concourse] Fix variable references in NOTES.txt (#10416)
`.Values.concourse.atcPort` has been replaced with `.Values.concourse.web.bindPort`
in 263bc80322.
So the references in NOTES.txt should also be updated.

Signed-off-by: Noburou TANIGUCHI <dev@nota.m001.jp>
2019-01-06 22:08:11 -08:00