Commit Graph
7111 Commits
Author SHA1 Message Date
gocd-ci-user eb10f2297d [stable/gocd] Bump up GoCD Version to 19.2.0 (#11975)
* Bump up GoCD Version to 19.2.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-03-06 22:12:56 -08:00
Pavel Dmytrenko 7a10da0db5 [stable/kibana] Add customizable service selector (#11957)
* [stable/kibana] Implement customizable service selector

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Add CI test

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Update README

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Bump version

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
2019-03-06 08:20:11 -08:00
Greg Hill 9c7938c1b8 upgrade burrow to 0.24.3 (#11958)
Signed-off-by: Gregory Hill <greg.hill@monax.io>
2019-03-06 07:46:10 -08:00
Erik Sundell 4cd9abaf21 [stable/mattermost-team-edition] Configure everything in one go (#8019)
* [stable/mattermost-team-edition] Declare config.json defaults in values.yaml

This will allow us to treat the defaults as a big map instead of a big
blob of text. That in turn, will allow us to later merge it together
with what the user wants to add to another yet to be declared field.

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* [stable/mattermost-team-edition] Let extraConfig override defaultConfig

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Utilize defaultConfig without extraConfig

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Add a deprecation system

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Deprecate config.siteUrl & siteName

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Allow configuration of salts and keys

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Configuration failsafe for DriverName or DataSource

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Deprecate all config options

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Add key/salt warning

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Rename mattermostConfig to configJSON

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Correct default values of configJSON

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Fix typo

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Fix merge warning

The default value of annotation should be `{}` in values.yaml to avoid
the following warning if a user overrides it:

```
2019/01/13 12:04:12 Warning: Merging destination map for chart 'mattermost-team-edition'. The destination item 'annotations' is a table and ignoring the source 'annotations' as it has a non-table value of: <nil>
```

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Switch extraInitContainers to a list from a string

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Reference port by name

I realized that we had a stranded port declaration on the pod container
named "http" referencing port 80 but in reality we never use port 80 but
instead 8065. No matter what port we use, whatever we wrote in this
declaration did not matter, because nobody referenced the "http" port.

I started referencing this port by name and made sure it were updated to
use the correct internal port.

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* ConfigMap -> Secret

As a lot of configuration is sensitive, it should be kept as a Secret
rather than a ConfigMap. Note one could argue that we should keep track
of what is to be Secret and what is to be ConfigMap and then merge them
etc but the amount of work and complexity added to accomplish this is
not worth the effort I'd say - based on experience from another Helm
chart.

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* externalDB: Remove unused fields

I noticed comments about a field I found very confusing as they were 
never consumed by a helm template. They were called 
`externalDB.existingUser` and `externalDB.existingSecret`. They could 
been useful for a initContainer if such thing was part of the helm chart 
templates, but it wasn't.

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Increase warning information resolution

Previously we suggested certain keys for all three fields if one was 
missing, now we only do it one by one.

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* README update accounting for configJSON changes.

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Bumped chart's major version

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Remove trailing spaces

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Upgrade note

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* Note about configJSON

Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>

* fix notes

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-03-06 03:36:01 -08:00
Ismail Alidzhikov 6a0aa06ecf [stable/logstash] Update logstash to 6.6.1 (#11667)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-03-06 03:06:01 -08:00
Naseem ecb11fbf67 [incubator/jaeger] Recommended labels, update dependencies (#11344)
* Recommended labels, update dependencies

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

* adding selector.matchLabels to deployments and ds

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

* Add upgrading section in readme

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

* update jaeger image

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-03-06 02:48:01 -08:00
Rostyslav Sotnychenko e0504dd0e1 [stable/mariadb] Fix naming of StatefulSets (#11938)
Signed-off-by: Rostyslav Sotnychenko <rsotnychenko@kaaiot.io>
2019-03-06 01:16:05 -08:00
Bitnami Bot eed1454985 stable/orangehrm: update to 4.3.0-0 (#11930)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-03-05 23:54:02 -08:00
pedrovazsa 46401cece2 [stable/drone] Add services permission to pipeline role (#11074)
* [stable/drone] Add services permission to pipeline role
Add services permission to the pipeline Service Account role, as some uses might require it.

Signed-off-by: Pedro Sá <hello@p8a.xyz>

* Bump chart version to RC8 and update appVersion

Signed-off-by: Pedro Sá <hello@p8a.xyz>
2019-03-05 15:29:59 -08:00
Scott Collier 590de9f0c3 Modify Ingress template to be easier to --set (#11081)
* Modify Ingress template to be easier to --set

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Update README

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Updated TLS to match new Ingress format

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Fix trailing spaces

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Additional readme info

Signed-off-by: Scott Collier <collierthescott@gmail.com>
2019-03-05 13:42:00 -08:00
Wei Kin Huang efbcad4e5c [stable/prometheus-operator] Add metricRelabelings to node exporter servicemonitor (#11937)
Signed-off-by: Wei Kin Huang <weikin.huang04@gmail.com>
2019-03-05 12:36:00 -08:00
matejhasul 5b434d3aef [rabbitmq-ha] Set securityContext for rabbitmq container (#11863)
* [stable/rabbitmq-ha] Set securityContext for rabbitmq container

Default values are compatible with default image (rabbitmq:3.7-alpine).

Note that securityContext is set on container level which means it affects only rabbitmq container.

Increase only bugfix part of chart version because default `securityContext.enabled` is false.

Signed-off-by: hasul <matej.hasul@gooddata.com>

* TEST: Make linter happy

There were 3 empty lines but linter tolerates only 2

Signed-off-by: hasul <matej.hasul@gooddata.com>

* Increase minor version instead of patch version

Signed-off-by: hasul <matej.hasul@gooddata.com>

* Remove securityContext.enabled

Signed-off-by: hasul <matej.hasul@gooddata.com>

* Use toYaml to set all securityContext values

Signed-off-by: hasul <matej.hasul@gooddata.com>

* Move securityContext on pod level

Signed-off-by: hasul <matej.hasul@gooddata.com>

* Increase only minor version and not also patch version

Signed-off-by: hasul <matej.hasul@gooddata.com>
2019-03-05 07:44:01 -08:00
Bitnami Bot ca08a620a3 stable/ghost: update to 2.16.3 (#11932)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-03-05 07:08:10 -08:00
Enrico Stahn cc081c7b75 [stable/prometheus-mysql-exporter] Collector flags config (#11569)
* [stable/prometheus-mysql-exporter] Collector flags config

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>

* [stable/prometheus-mysql-exporter] bump chart version to 0.3.0

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>

* fix typo in maintainers key

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2019-03-05 06:46:43 -08:00
baboune 7e9730490a add tolerations, affinity and nodeSelector to stackdriver-exporter (#11854)
* add tolerations, affinity and nodeSelector to stackdriver-exporter
fix pb w too many blank lines

Signed-off-by: baboune <nicolas.seyvet@sandvik.com>

* Update stable/stackdriver-exporter/Chart.yaml

Co-Authored-By: baboune <seyvet@yahoo.com>
Signed-off-by: baboune <nicolas.seyvet@sandvik.com>
2019-03-05 01:52:00 -08:00
Vladimir 19a77c3346 fix: double quotes issue in stable/mariadb (#11913)
Signed-off-by: Vladimir Syromyatnikov <vladimir.fess@gmail.com>
2019-03-05 00:44:03 -08:00
Bitnami Bot 6e8a4dde25 stable/ghost: update to 2.16.2 (#11908)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-03-05 00:30:10 -08:00
Aaron Weisberg cb9cf21e8d use object for rollingUpdate (#11909)
Signed-off-by: Aharon Weisberg <aaronweisberg@gmail.com>
2019-03-04 21:08:51 -08:00
Yong Wen Chua 46728cdf0d Configure environment variables for Traefik (#10928)
* Configure environment variables for Traefik

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix indentation

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix README typo

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix rebase mistake

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
2019-03-04 18:31:12 -08:00
Thomas Miller dc09ebad57 Adds resource limits for containers in deploy (#11886)
* Adds resource limits for containers in deploy

Signed-off-by: Thomas Miller <thomas@tlm.id.au>

* Updated README and bumped chart.

- README with new variables
- Bumped chart version

Signed-off-by: Thomas Miller <thomas@tlm.id.au>
2019-03-04 15:38:55 -08:00
Grzegorz Lyczba 0156eddffe [incubator/sparkoperator] add ConfigMap update to sparkoperator clusterrole (#11914)
Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@gmail.com>
2019-03-04 15:24:58 -08:00
Masahiro c0c0d6ac84 Add secuirty context for fluentd-cloudwatch (#11152)
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>
2019-03-04 14:59:10 -08:00
Eli Kasik 466770997b [incubator/orientdb] Initial commit for OrientDB chart (#9900)
* [incubator/orientdb] Initial commit for OrientDB chart

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Added maintainers to chart

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Trying to fix circle-ci lint fail

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] y u no lint??

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb]   error    no new line character at the end of file  (new-line-at-end-of-file)

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] will this nightmare ever end??

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Using the github username...

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Support regular and headless services

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Updates for Hazelcast and service name

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Using Orient 3.0.13; parameterized helm test

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Using readiness and liveness probes. Disable testing in case it causes helm e2e to fail

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Control jvm env vars

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>

* [incubator/orientdb] Bumping chart and app versions

Signed-off-by: Eli Kasik <soujiro32167@gmail.com>
2019-03-04 14:44:55 -08:00
Art3mK 16879ca3db [stable/traefik]: add configurable host ports for deployments (#11692)
* [stable/traefik]: add configurable host ports for deployments

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

* [stable/traefik] provide defaults for host ports

Signed-off-by: Art3mK <artem@kayalaynen.ru>
2019-03-04 11:56:15 -08:00
Naseem 3d7b96069b [stable/jaeger-operator] Update image (#11681)
* Update image

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

* Update stable/jaeger-operator/Chart.yaml

Co-Authored-By: naseemkullah <naseemkullah@gmail.com>
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-03-04 09:55:39 -08:00
Naseem 999fda290c update helpers (#11594)
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-03-04 09:40:57 -08:00
matthope 7b1a5f281c [opa] Able to specify log level and log format (#11477)
* [opa] Able to specify log level and log format

Signed-off-by: Matt Hope <matt.hope@fairfaxmedia.com.au>

* Update stable/opa/Chart.yaml

Signed-off-by: Matt Hope <matt.hope@fairfaxmedia.com.au>
2019-03-04 09:33:45 -08:00
Tom Mestdagh 7d8f266bbd [stable/kong] Added support for Kong datastore password config through (#11156)
secrets

Bumped version.

Updated README with some example usage of configuring `kong.env` parameters through a Secret.

Signed-off-by: Tom Mestdagh <mestdagh.tom@gmail.com>
2019-03-04 08:55:35 -08:00
Siri 204b020f02 [graylog] Add Graylog chart (#9366)
* Add Graylog chart

Signed-off-by: KongZ <goonohc@gmail.com>

* Fixed lint

Signed-off-by: KongZ <goonohc@gmail.com>

* Graylog 2.4:lastest remove wget from dockerfile and /docker-entrypoint.sh no longer working with k8s

Signed-off-by: KongZ <goonohc@gmail.com>

* Fixed journal permissions

Signed-off-by: KongZ <goonohc@gmail.com>

* remove rest_transport_uri and increase livenessProbe timeout

Signed-off-by: KongZ <goonohc@gmail.com>

* change node-id location, add metrics plugin, increase liveness timeout

Signed-off-by: KongZ <goonohc@gmail.com>

* apply new suggested standard labels

Signed-off-by: KongZ <goonohc@gmail.com>

* Add ES and MongoDB in requirements.yaml, also add options to auto install or manual

Signed-off-by: KongZ <goonohc@gmail.com>

* fixed elasticsearch could not start

Signed-off-by: KongZ <goonohc@gmail.com>

* trim trailing space

Signed-off-by: KongZ <goonohc@gmail.com>

* add new line character at the end of file

Signed-off-by: KongZ <goonohc@gmail.com>

* Move to incubator

Signed-off-by: KongZ <goonohc@gmail.com>

* remove requirements.lock

Signed-off-by: KongZ <goonohc@gmail.com>

* Add secrets to rbac role, update README

Signed-off-by: KongZ <goonohc@gmail.com>

* Update label in notes.txt

Signed-off-by: KongZ <goonohc@gmail.com>

* Fixed entrypoint to match with latest Graylog image

Signed-off-by: KongZ <goonohc@gmail.com>

* Upgrade Graylog to 2.5 and ES 6.5

Signed-off-by: KongZ <goonohc@gmail.com>

* Fixed lint and add note about graylog image

Signed-off-by: KongZ <goonohc@gmail.com>

* Move to stable, add graylog.chart func

Signed-off-by: KongZ <goonohc@gmail.com>

* use UseCGroupMemoryLimitForHeap

Signed-off-by: KongZ <goonohc@gmail.com>

* update selector lables

Signed-off-by: KongZ <goonohc@gmail.com>
2019-03-04 08:33:07 -08:00
Carlos Tadeu Panato Junior d1f8ea9535 upadte ci values for testing (#11875)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-03-04 08:05:04 -08:00
Carlos Tadeu Panato Junior 191d20e5da fix readme (#11874)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-03-04 08:04:53 -08:00
Javier J. Salmerón-García f781c1147c [stable/ghost] Fix readiness check when using https (#11898)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-03-04 07:31:36 -08:00
David J. M. Karlsen 5304e894f9 add securitycontext for hazelcast (#11895)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-03-04 07:31:26 -08:00
David J. M. Karlsen 474356a8e5 upgrade prometheus (#11897)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-03-04 07:18:14 -08:00
Tomasz Szuba 31c9ac5729 Add possibility to scrape kube-scheduler and kube-controller-manager over https (#11894)
Signed-off-by: Tomasz Szuba <tomasz.szuba@hltech.com>
2019-03-04 05:38:47 -08:00
Hugo van der Zwaag 173a6d19ec Add PriorityClassName as option to Keycloak (#11868)
* added priorityClassName as option

Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>

* Added docs and changed Values.yaml

Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>

* bump keycloak chart version

Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
2019-03-04 04:31:12 -08:00
Javier J. Salmerón-García 15b8ea9aa5 [stable/wordpress] Allow setting custom sidecar containers (#11893)
* [stable/wordpress] Allow setting custom sidecar containers

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Add extraPorts

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Change readme section

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-03-04 04:02:33 -08:00
Greg Hill 97a2e269f9 hoard mount yaml configuration (#11890)
Signed-off-by: Gregory Hill <greg.hill@monax.io>
2019-03-04 03:36:50 -08:00
anbarium d712e0cfd7 [stable/keycloak] Added support for adding extra pod labels (#11857)
* keycloak: Added support for adding extra pod labels

Signed-off-by: Anders Nordström <anders.nordstrom@barium.se>

* [stable/keycloak] Bumped Chart version 4.4.0 -> 4.5.0

Signed-off-by: anbarium <anders.nordstrom@barium.se>
2019-03-04 00:50:29 -08:00
Mike Cronce 38cf562b01 stable/unifi: Added "unified service" option to place everything under one service (#11550)
Signed-off-by: Mike Cronce <mike@quadra-tec.net>
2019-03-03 05:31:08 -08:00
Jason Ertel c79d499caa [stable/dmarc2logstash] Upgrade filebeat to 6.6.0 (#11873)
Signed-off-by: Jason Ertel <jertel@codesim.com>
2019-03-02 04:03:23 -08:00
Vladimir 6cb8277e50 [stable/redis-ha] feat: implement RBAC (#11842)
* feat: implement RBAC

Signed-off-by: Vladimir Syromyatnikov <vladimir.fess@gmail.com>

* fix: typo in README

Signed-off-by: Vladimir Syromyatnikov <vladimir.fess@gmail.com>
2019-03-01 10:26:06 -08:00
Christian Ingenhaag dc2cf678bd add collabora-code chart (#10779)
* add collabora-code chart

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* collabora-code - add home variable to Chart.yaml

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* add owners file

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* correct README to min req kubernetes api

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* fix service port definition

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* fix ingress servicePort definition

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* [collabora] reenable port naming

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>

* [collabora] linting

Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>
2019-03-01 08:56:40 -08:00
Mathieu Herbert 250ea3856d [filebeat] fix filebeat exporter container port (#11862)
* fix filebeat exporter container port

Signed-off-by: Mathieu Herbert <mherbert@talend.com>

* bump chart version

Signed-off-by: Mathieu Herbert <mherbert@talend.com>
2019-03-01 07:40:37 -08:00
Francisco Guimarães 06c63b5cce [stable/metabase] Add log4jProperties (#11171)
* Adding log4jProperties

Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>

* Bump Chart version and metabase version

Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>

* Adding necessary JAVA_TOOL_OPTIONS option when using log4jProperties

Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>

* Replace javaToolOptions by javaOpts

Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>

* Fix deployment chart

Signed-off-by: Francisco Guimarães <francisco.cpg@gmail.com>
2019-03-01 07:23:31 -08:00
Néstor Salceda af554de493 [stable/sysdig] Use latest released agent image version and add options to support eBPF based probe (#11856)
* Upgrade agent image version to 0.89.0

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

* Add support for configuring eBPF

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

* Bump up Chart version

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

* Update CHANGELOG with latest news

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-03-01 03:22:42 -08:00
Juan Ariza Toledano 61dd3963bf [stable/mongodb] Allow MongoDB to be configured with directoryPerDB option (#11830)
Signed-off-by: juan131 <juan@bitnami.com>
2019-02-28 23:56:36 -08:00
cyrilleomise f7211a9c35 [stable/grafana] Allow to define GF admin user and admin password in … (#11851)
* [stable/grafana] Allow to define GF admin user and admin password in value file as env

Signed-off-by: Cyrille <cyrille@omise.co>

* [stable/grafana] Bump version

Signed-off-by: Cyrille <cyrille@omise.co>
2019-02-28 21:04:33 -08:00
John de Freitas 0e99601419 [stable/minio] Document azuregatway.replicas, fix template conditional logic that ot… (#11212)
* Document azuregatway.replicas, fix template conditional logic that otherwise fails for 'azuregateway.enabled: true', bump chart version

Signed-off-by: John de Freitas <jgdef@tulip.co>

* update chart version; since original PR, there have been changes to this field

Signed-off-by: John de Freitas <jgdef@tulip.co>
2019-02-28 17:46:42 -08:00
Daniel Whelan 0b625124bc [stable/atlantis] Add support for require-approval option to Atlantis chart. (#11438)
* Add support for --require-approval flag to Atlantis chart.

Signed-off-by: Daniel Whelan <merlin@ophelan.com>

* Set 'require approval' via environment variable instead of flag.

Signed-off-by: Daniel Whelan <merlin@ophelan.com>

* Update stable/atlantis/README.md

Co-Authored-By: ophelan <merlin@ophelan.com>
Signed-off-by: Daniel Whelan <merlin@ophelan.com>

* Update stable/atlantis/values.yaml

Co-Authored-By: ophelan <merlin@ophelan.com>
Signed-off-by: Daniel Whelan <merlin@ophelan.com>

* Add requireMergeable parameter.

Signed-off-by: Daniel Whelan <merlin@ophelan.com>

* Remove trailing space.

Signed-off-by: Daniel Whelan <merlin@ophelan.com>
2019-02-28 17:10:01 -08:00