* [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>
* [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>
* [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>
* [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>
* 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>
* [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>
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>
* 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>
* 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>
* fix filebeat exporter container port
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* bump chart version
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* 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>
* [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>
* 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>
* 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>