Commit Graph
8795 Commits
Author SHA1 Message Date
Xiang Dai 33caf79eca fix a typo (#17599)
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-10-02 02:45:08 -07:00
Pieter Vogelaar f5bcdc1c4e [stable/ambassador] Added sidecarContainers parameter (#17579)
* Added sidecarContainers parameter

Signed-off-by: Pieter Vogelaar <pieter@pietervogelaar.nl>

* Bumped version from 4.1.0 to 4.2.0

Signed-off-by: Pieter Vogelaar <pieter@pietervogelaar.nl>
2019-10-02 02:09:07 -07:00
Christian Kotzbauer 031bb2708d [stable/elasticsearch-curator] Added compatibility for K8s 1.16 (#17509)
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
2019-10-02 01:55:08 -07:00
Pascal Morillon d973c8ba0b [stable/fluent-bit] Add ignore_older parameter support for tail input… (#17443)
* [stable/fluent-bit] Add ignore_older parameter support for tail input plugin

Signed-off-by: Pascal Morillon <pascal.morillon@irisa.fr>

* [stable/fluent-bit] Fixes default values for input.tail.ignore_older

Signed-off-by: Pascal Morillon <pascal.morillon@irisa.fr>
2019-10-02 00:37:07 -07:00
Bitnami Bot 134c0f357a [stable/kubewatch] Release 0.8.10 updating components versions (#17600)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-10-01 23:39:06 -07:00
Bitnami Bot 7cbf1c3610 [stable/phabricator] Release 7.0.10 updating components versions (#17588)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-10-01 22:47:07 -07:00
Ted Kaplan 8c00680aaf [stable/airflow] Allow specifying nodePort for Web service (#16099)
* Allow specifying nodePort for Web service

Signed-off-by: Ted Kaplan <edward.kaplan@nielsen.com>

* Update README.md

Signed-off-by: Ted Kaplan <edward.kaplan@nielsen.com>

* Only use nodePort value if service type is NodePort

Signed-off-by: Ted Kaplan <edward.kaplan@nielsen.com>

* Bump version

Signed-off-by: Ted Kaplan <edward.kaplan@nielsen.com>

* Fix template variable names

Signed-off-by: Ted Kaplan <edward.kaplan@nielsen.com>

* Update nodePort template variable

Update airflow.service.nodePort to airflow.service.nodePort.http as
requested by @gsemet

Signed-off-by: Ted Kaplan <edward.kaplan@nielsen.com>
2019-10-01 22:15:06 -07:00
Radu Crisan 90001bd04d [stable/aerospike] upgraded statefulset to apps/v1, needed for kubernetes 1.16 (#17517)
* upgraded aerospike statefulset to v1 for kubernetes 1.16

Signed-off-by: Radu Crisan <radu.crisan@gmail.com>

* fixed version

Signed-off-by: Radu Crisan <radu.crisan@gmail.com>
2019-10-01 13:08:39 -07:00
Manuel Rüger 3c88bd086d [stable/kube-state-metrics] Version bump to 1.8.0 / Add myself as maintainer (#17593)
* [stable/kube-state-metrics] Add myself as maintainer

Signed-off-by: Manuel Rüger <manuel@rueg.eu>

* [stable/kube-state-metrics] Version bump to 1.8.0

https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.8.0

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-10-01 12:13:34 -07:00
zasdaym 3facb8bdc5 Update readme mysql chart (#17577)
* Change delete release instruction for stable/mysql chart

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>

* Version bump

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>
2019-10-01 10:31:35 -07:00
Kevin Lefevre 9dfc32a8d7 [stable/kong] allow ot override TLS target port (#17182)
* [stable/kong] allow ot override TLS target port

This will allow to use AWS ELB with both 80 and 443 and with TLS
termination on the ELB.

fixes Kong/kubernetes-ingress-controller#292

Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>

* fix new line

Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>

* fix lint

Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
2019-10-01 09:13:34 -07:00
rjasper-frohraum a5a91f71aa [stable/redis] Parameterize sysctls (#16897)
* [stable/redis] Parameterize sysctls

The securityContext.sysctls is an optional value which allows to set
the sysctls of master and slave pods. This is helpful to increase the
net.core.somaxconn parameter.

Example:

# in values.yaml
securityContext:
  enabled: true
  sysctls:
  - name: net.core.somaxconn
    value: "10000"

Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>

* [stable/redis] Add commented sysctl settings to values-production.yaml

Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>

* [stable/redis] Describe new sysctls setting

Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>

* [stable/redis] Bump chart version to 9.2.2

Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
2019-10-01 08:35:35 -07:00
Corey O'Brien 43541576ef [stable/cluster-autoscaler] Bump to 1.14.5 and update RBAC permissions (#17569)
Signed-off-by: Corey O'Brien <corey@fairwinds.com>
2019-10-01 07:55:34 -07:00
ajwerner da43366052 [stable/cockroachdb]: Update version to v19.1.5 (#17567)
Signed-off-by: Andrew Werner <awerner32@gmail.com>
2019-10-01 07:25:35 -07:00
Cedric Lamoriniere 47762ae799 [stable/datadog] Add labels + deprecation notice (#17455)
* [stable/datadog] Add labels recommended by Helm

See https://helm.sh/docs/chart_best_practices/#standard-labels

New labels are added, no existing labels are removed nor any label selectors updated.

Signed-off-by: Peter Rifel <pgrifel@gmail.com>

* [stable/datadog] Add additional deprecation notes.

* update recommended labels for improving the migration strategy.
* prepare the deployment agent configuration deprecation

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* [stable/datadog] add ci values.yaml files

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* add missing labels on system-probe resources

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* update NOTES.txt

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-10-01 07:13:34 -07:00
Marco Mariani c9a716f2a8 fixed description: global.postgresql.postgresqlPassword (#17114)
Signed-off-by: Marco Mariani <marco.mariani@alterway.fr>
2019-10-01 06:37:34 -07:00
Johann 7a50ed67a4 [stable/kibana] Migrate APIs for Kibana 1.16 (#17401)
* [stable/kibana]
Migrate APIs for Kibana 1.16
See https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

Signed-off-by: Johann Grabmann <johann@grabmann.eu>

* [stable/kibana] bump chart version to 3.2.4

Signed-off-by: Johann Grabmann <johann@grabmann.eu>
2019-10-01 06:19:33 -07:00
Tino Reinhardt 0158b0f020 [stable/sealed-secrets] Have optional command args passed to controller (#17557)
* [stable/sealed-secrets] Have optional command args

This enables us to set command line arguments, like
  commandArgs:
    - "--key-renew-period"
    - "0"
or:
  $ helm ... --set commandArgs={--key-renew-period,0}

Signed-off-by: Tino Reinhardt <t@freeshell.org>

* [stable/sealed-secrets] Bump chart version (1.4.2)

Signed-off-by: Tino Reinhardt <t@freeshell.org>

* [stable/sealed-secrets] Bump app version (0.9.1)

Signed-off-by: Tino Reinhardt <t@freeshell.org>
2019-10-01 04:01:32 -07:00
Valentin Zayash 78d5b612ab [stable/redis-ha] Add support for kubernetes priorityClassName (#17486)
Signed-off-by: Valentin Zayash <valioozz@gmail.com>
2019-10-01 02:57:32 -07:00
Marcin Szymański 6f52cc5428 [stable/airflow] fix typo in environment variable name (#17558)
Signed-off-by: Marcin Szymanski <ms32035@gmail.com>
2019-10-01 01:59:32 -07:00
Nolan Emirot 35a6b526b4 Remove deployment double quote for args (#17568)
Signed-off-by: emirot <emirot.nolan@gmail.com>
2019-10-01 01:39:33 -07:00
Ganesh S Patil db1749796e [stable/gocd] Bump up k8s plugin version to 3.2 (#17572)
* Bump up kubernetes plugin version to v3.2.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* update chart version

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-10-01 01:23:32 -07:00
Manuel Rüger 21b8faf131 [stable/coredns] Version bump to 1.6.4 (#17571)
https://coredns.io/2019/09/27/coredns-1.6.4-release/

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-10-01 01:09:33 -07:00
Nolan Brubaker 1aa26f7529 Update GitHub URLs to point to vmware-tanzu org (#17566)
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2019-09-30 14:25:44 -07:00
Néstor Salceda 0164bc2cb5 [stable/sysdig] Upgrade to Sysdig Agent 0.92.2 (#17549)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-09-30 14:25:32 -07:00
Théo Mathieu f1cba3a942 [stable/kubernetes-dashboard]: priorityClassName (#17357)
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>
2019-09-30 13:39:32 -07:00
Andres Castano a3ef89246c [stable/spinnaker] Allow value interpolation in additionalProfileConfigMaps (#17158)
* Pass additionalProfileConfigmaps through tpl

Signed-off-by: Andres Castano <andresfelipecastano@gmail.com>

* Bump up chart version
Signed-off-by: Andres Castano <andresfelipecastano@gmail.com>

* Update Chart.yaml

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2019-09-30 13:29:32 -07:00
Dahlia B 3cd5e8988e [stable/instana-agent] Add the ability to create a PodSecurityPolicy for the Instana Agent or use an existing one if specified (#17371)
Signed-off-by: Dahlia Bock <dlbock@gmail.com>
2019-09-30 11:13:38 -07:00
teerakarna fe0ac7aed5 Upgraded to 0.8.2 and added RBAC rules for self service cert.pem for all authenticated users (#17555)
Signed-off-by: Albert Asawaroengchai <ateerakarna@gmail.com>
2019-09-30 09:49:38 -07:00
Alex Harder 1e5f46ff49 [stable/nginx-ingress] Bump nginx-ingress version to latest (#17552)
* Bump nginx-ingress version to latest

Signed-off-by: ChiefAlexander <alex.harder@fishtech.group>

* Update readme

Signed-off-by: ChiefAlexander <alex.harder@fishtech.group>
2019-09-30 09:41:38 -07:00
Adrian Wyssmann 4ad3c68b12 [stable/spinnaker] fixes #16350 (#16352)
Signed-off-by: papanito <papanito@wyssmann.com>
2019-09-30 07:55:38 -07:00
Bitnami Bot 1ff7cba067 [stable/osclass] Release 6.2.3 updating components versions (#17548)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-09-30 07:09:47 -07:00
Harald Haas 1c90df1b53 [stable/dask] Dask ingress (#16787)
* [stable/dask] Add ingress

Signed-off-by: Harald Haas <harald.haas@cloudpilots.com>

* [stable/dask] Update and lint dask/README.md

Signed-off-by: Harald Haas <harald.haas@cloudpilots.com>

* [stable/dask] Bump chart version to 3.1.0

Signed-off-by: Harald Haas <harald.haas@cloudpilots.com>

* [stable/dask] Fix missing EOF newline values.yaml

Signed-off-by: Harald Haas <harald.haas@cloudpilots.com>

* [stable/dask] fix default ingress tls secretName

Signed-off-by: Harald Haas <harald.haas@cloudpilots.com>

* [stable/dask] Add tls secretName to README and values
Signed-off-by: Harald Haas <harald.haas@cloudpilots.com>
2019-09-30 07:09:39 -07:00
Christoph Obexer b8b063784b [stable/postgresql] Fix rediness probe for bitnami images (#17489)
Signed-off-by: Christoph Obexer <cobexer@gmail.com>
2019-09-30 06:53:40 -07:00
Hingst, Arne-Kristian dad724deda [stable/chart/cluster-overprovisioner] Added labels and annotations to the deployments (#17496)
* PE-12185 Added labels and annotations to the deployments

Signed-off-by: Hingst, Arne-Kristian <arne@hingst.it>

* Fixes linter errors about to many empty lines

Signed-off-by: Hingst, Arne-Kristian <arne@hingst.it>

* Another blank line linter error

Signed-off-by: Hingst, Arne-Kristian <arne@hingst.it>
2019-09-30 03:37:37 -07:00
Salmaan Rizvi 98c80312e2 allow custom env vars in daemonset containers (#17514)
Signed-off-by: Salmaan Rizvi <sar228@cornell.edu>
2019-09-30 03:29:37 -07:00
Xiang Dai 52e351fabc [stable/weave-cloud] Fixes compatibility with 1.16 (#17524)
* Fixes compatibility with 1.16

Signed-off-by: Xiang Dai <764524258@qq.com>

* fix a typo

Signed-off-by: Xiang Dai <764524258@qq.com>
2019-09-30 02:35:38 -07:00
Alejandro Moreno e413679993 Show correct secret name (#17541)
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com>
2019-09-30 01:47:37 -07:00
Travis Groth 1b724a195f [stable/pomerium] Refactor TLS secrets (#17347)
- Support native TLS type secrets directly

Signed-off-by: Travis Groth <tgroth@gmail.com>
2019-09-30 00:03:37 -07:00
Xiang Dai 07853d2ba0 Fixes compatibility with 1.16 (#17535)
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-09-29 23:51:37 -07:00
Viktor Bogdanov cd6a58aa60 [stable/spark-history-server]Fix pvc mountpath (#17349)
* Fix PVC mount path
Signed-off-by: Viktor Bogdanov <vvbogdanov87@gmail.com>

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

* Bump chart version
Signed-off-by: Viktor Bogdanov <vvbogdanov87@gmail.com>

Signed-off-by: vvbogdanov87 <vvbogdanov87@gmail.com>
2019-09-29 20:05:37 -07:00
Viktor Bogdanov ed612b55a5 Add service annotations (#17350)
Signed-off-by: Viktor Bogdanov <vvbogdanov87@gmail.com>

Signed-off-by: vvbogdanov87 <vvbogdanov87@gmail.com>
2019-09-29 19:27:37 -07:00
Fiore Mario Vitale 19601be66c [stable/stolon] Init script support (#15990)
* Add initScript and postStartScript feature

Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>

* Increase chart version

Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>

* Add new line at the end of file

Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>

* Remove trailing whitespace

Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>

* Bump version to 1.2.0
Minor syntax fix

Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>

* Fix minor syntax issues

Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>
2019-09-28 14:43:38 -07:00
Travis Groth c0259368df [stable/pomerium] Fix regression with NodePort type services (#17510)
Signed-off-by: Travis Groth <tgroth@gmail.com>
2019-09-28 11:55:38 -07:00
KUOKA Yusuke 9263ad05ed [stable/envoy] Add general configuration options to make restart-less reload real (#17440)
* [stable/envoy] Add initContainersTemplate

This allows users to add any init containers to Envoy pods

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Add sidecarContainersTemplate

This allows users to add any sidecar containers to Envoy pods

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Add argsTemplate

This allows users to dynamically generate container args depending on the release info and Chart values

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Add volumes and volumeMounts

This allows users to add arbitrary volumes to Envoy pods and arbitrary volume mounts to Envoy containers for advaned setup.

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Bump Envoy to 11.11.1

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Bump chart version to 1.6.0

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Remove a default command-line arg not supported in recent Envoy

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Update configuration parameters doc

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Fix template format with nindent and if/range-end level matching

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* [stable/envoy] Revert configuration parameters doc format to suppress cosmetic diff

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2019-09-28 05:33:39 -07:00
Travis Groth ece9d53cea [stable/pomerium] (#17498)
Handle NodePort and LoadBalancer service types correctly

Signed-off-by: Travis Groth <tgroth@gmail.com>
2019-09-28 02:01:38 -07:00
Olaf Klischat bc49b4a9a1 [stable/redis-ha] on updates ensure that redis and haproxy are only restarted if their specific config changed (#17444)
Signed-off-by: Olaf Klischat <o.klischat@syseleven.de>
2019-09-27 16:43:40 -07:00
Sukrit Khera 9dafb9fb64 stable/kong: Add ability to add secrets as a volume in Kong. (#16934)
* Add ability to add secrets as a volume in Kong. This is useful to override default ADMIN and Proxy certs and keys.

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

* Add ability to mount multiple volume in kong

Signed-off-by: sukrit007 <sukrit007@gmail.com>
2019-09-27 15:53:39 -07:00
Noah Krause 752c49271d Bump apro version and add dev portal (#17495)
minor change: reorganization of pro template files

Signed-off-by: Noah Krause <krausenoah@gmail.com>
2019-09-27 13:39:36 -07:00
Aaron Layfield 9a83b7cb25 Remove serviceAccount when create is false. (#17419)
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
2019-09-27 11:17:36 -07:00