* New backend-protocol ingress-nginx annotations
Signed-off-by: Jonathan Liuti <liuti.john@gmail.com>
* Reword and move comment
Signed-off-by: Jonathan Liuti <liuti.john@gmail.com>
* Change version not app version
Signed-off-by: Jonathan Liuti <liuti.john@gmail.com>
* Add config for initial members discovery domain sufix.
Signed-off-by: Pavel Sedivy <p.sedivy@sportradar.com>
* bump MINOR version since new config is added
Signed-off-by: Pavel Sedivy <sedpavel@gmail.com>
* rename specific initialMembersDiscoveryDomainSuffix config to general clusterDomain
Signed-off-by: Pavel Sedivy <sedpavel@gmail.com>
* fixed matchlabels
Signed-off-by: André Bauer <monotek23@gmail.com>
* added scheme setting
Signed-off-by: André Bauer <monotek23@gmail.com>
* added axdotl to OWNERS file
Signed-off-by: André Bauer <monotek23@gmail.com>
* updated deamonset api version
Signed-off-by: André Bauer <monotek23@gmail.com>
* fixed mixed up logstash & scheme vars
Signed-off-by: André Bauer <monotek23@gmail.com>
* fixed lables in NOTES.txt
Signed-off-by: André Bauer <monotek23@gmail.com>
* Update to latest image, add OWNERS as well as add new owner to team, fix README, update Helm Charts root readme with incorrect text. Signed-off-by: Frank Reno freno@sumologic.com
Signed-off-by: Frank Reno <frank.reno@me.com>
* add delete policy hook to fix issues when upgrading chart Signed-off-by: Frank Reno freno@sumologic.com
Signed-off-by: Frank Reno <frank.reno@me.com>
Automatically set up the --cluster.listen-address` and
`--cluster.peer` flags for AlertManager StatefulSet when the meshPeer
is enabled.
Signed-off-by: Daniel Martins <daniel.martins@descomplica.com.br>
* [stable/postgresql] Allow including gzip files as initdb scripts
Signed-off-by: juan131 <juan@bitnami.com>
* Increasing Prerequisites on README.md
Signed-off-by: juan131 <juan@bitnami.com>
* Only create cm when there are init scripts
Signed-off-by: juan131 <juan@bitnami.com>
* Only use init cm when there are init scripts
Signed-off-by: juan131 <juan@bitnami.com>
* minor fixes
Signed-off-by: juan131 <juan@bitnami.com>
* Configurations for tolerations and nodeSelector for pods from both daemonset & deployment
Signed-off-by: Kirill Kouznetsov <agon.smith@gmail.com>
* [stable/metricbeat] bump the chart version to 0.4.2
Signed-off-by: Kirill Kouznetsov <agon.smith@gmail.com>
Goal
When deploying gocd in a kubernetes cluster, we would like to preconfigure the server
with custom settings. This can be done by a script shell or by a python script.
Before we could only specify if we want the server to be preconfigured but
there was no way to override the configuration script.
With this change, one can write a script, put it in a configmap, mount this configmap
on the pod and override the preconfigure command using 'preconfigureCommand'.
For example :
preconfigureCommand:
- "/usr/bin/python"
- "/preconfigure.py"
Signed-off-by: Fatih KARAKAS <fakarakas@gmail.com>
* Fix formatting error in table
* Made capitalisation consistent in table
* Update default values in README
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
* Add Open Policy Agent chart
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
* Update chart with example to kick the tires
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
* Update chart per review feedback
- Set app version to OPA vresion per convention
- Prefer user facing chart name to local in install guide
- Refactor standard labels into helper template
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
* Add configuration table to README
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
* Add support for image pull secrets and headless services
Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
* resolve test failures
Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
* [stable/postgresql] Allow mounting secrets as files
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add mounting logic to the metrics container
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/kibana] Ability to mount additional configmaps
Signed-off-by: Mikhail Advani <mikhail.advani@gmail.com>
* [stable/kibana] Test addition and version correction
Signed-off-by: Mikhail Advani <mikhail.advani@gmail.com>
* Upgrade dmarc2logstash to 1.0.3 - includes improved error handling
Signed-off-by: Jason Ertel <jertel@codesim.com>
* version bump should be a minor
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* [stable/aerospike] Fix typo in README wit->wait
* Fix typo wit->wait
* Make capitalisation of configuration table consistent
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
* Increment chart version
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
* fix version bump
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* [stable/fluentd] Add support for configuring elasticsearch scheme and ssl_version
- Allows end users to connect Fluentd to Elasticsearch over HTTPS
- Uses the same defaults as the underlying out_elasticsearch plugin (see github.com/uken/fluent-plugin-elasticsearch as of commit 573c39a)
Signed-off-by: Thomas Lovett <tklovett@gmail.com>
* bump minor version rather than patch
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* [stable/nginx-ingress] Allow overriding fullname
When using this chart as a subchart, it may be useful to override it's fullname.
Signed-off-by: Yann Soubeyrand <ysoubeyrand@leadformance.com>
* [stable/nginx-ingress] Bump chart version
Signed-off-by: Yann Soubeyrand <ysoubeyrand@leadformance.com>
* [stable/prometheus-node-exporter]Add support for nodePort
Signed-off-by: Roger Makram <roger.makram@intelerad.com>
* bump version to 1.0.0 since its stable
needed to bump anyways as this isn't really a patch update.
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* Creation of a PodSecurityPolicy for Filebeat
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Add new variables to the filebeat README
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Reference correct chart in Filebeat README
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Fixed README to with correct field name for podSecurityPolicy.enabled
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Fix typo in chart configuration
Signed-off-by: Mehran Kholdi <semekh@hamravesh.com>
* bump version to 1.0.0 since its stable
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>