* Add redis authoration configuration in prometheus-redis-exporter chart
Signed-off-by: aixeshunter <aixeshunter@gmail.com>
* document all new values in the readme
Signed-off-by: aixeshunter <aixeshunter@gmail.com>
* Fix READ.md some bugs
Signed-off-by: aixeshunter <aixeshunter@gmail.com>
* [stable/hackmd] Fix API path of Ingress
There is no Ingress in apps/v1.
* 1.14 added support for Ingress in networking.k8s.io/v1beta1
* 1.20 will drop support for Ingress in extensions/v1beta1
So this chart will only work with Kubernetes 1.14+.
If this is not acceptable we need to go back extensions/v1beta1 for now.
Signed-off-by: Max Rosin <git@hackrid.de>
* [stable/hackmd] Make ingress ApiVersion dependent of the Kubernetes version
Signed-off-by: Max Rosin <git@hackrid.de>
* [stable/opa] allow data loading configuration in kube-mgmt.
Signed-off-by: Ivo Verberk <iverberk@xebia.com>
* [stable/opa] bump chart version to 1.13.2
Signed-off-by: Ivo Verberk <iverberk@xebia.com>
* [stable/opa] update README to describe kube-mgmt config.
Signed-off-by: Ivo Verberk <iverberk@xebia.com>
* [stable/opa] bump chart version.
Signed-off-by: Ivo Verberk <iverberk@xebia.com>
* Adding vertical Pod Autoscaler support to the chart
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* EOF fixed in new file
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* bumping the right version field!
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* fixing a mistake in version bumping
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* fixing wrong version bump
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Fixes loop issue
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Bumped chart version, synced app version with master.
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Bumping chart version
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Merge conflict cleanup
Signed-off-by: Ali Sattari <ali.sattari@gmail.com>
* Bump version metabase to v0.33.7.3
Signed-off-by: Fabian Becker <halfdan@xnorfz.de>
* Bump version metabase to v0.34.0
Signed-off-by: Fabian Becker <halfdan@xnorfz.de>
* [incubator/aws-alb-ingress-controller] bump the image version to v1.1.4
Signed-off-by: Sergei Gavrilov <sergei@gavrilov.work>
* fix readme
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
* as of apps/v1beta2 spec.template.labels are immutable. The chart should not exist in these lables as it will always cause upgrade issues
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* add chart helper
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* bump correct version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
* Remove missleading statement about `metrics.enabled` from readme
This statement holds true for most chart but not the pushgateway.
It does not have the `metrics.enabled` attribute.
Signed-off-by: Jannik Hollenbach <Jannik.Hollenbach@iteratec.de>
* Increment chart version to `1.2.9`
Signed-off-by: Jannik Hollenbach <Jannik.Hollenbach@iteratec.de>
* Make sure the sonarqube data directories have the right owner to be written to
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* mkdir and chmod all the directories
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* Bump helm chart version
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* [stable/kong] Allow admin_gui_auth_conf to be defined externally
This adds support for providing a secret name rather than the contents of admin_gui_auth_conf directly.
For LDAP authentication, the admin_gui_auth_conf contents include an LDAP password which would be in plaintext in the pod spec's environment variables.
This prevents the LDAP password from being exposed by keeping it in a secret defined outside of the helm chart, similar to other sensitive data.
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
* [stable/kong] Fix readme typo in session_conf_secret value name
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
* start the server with ssl enabled if the client also uses ssl
Signed-off-by: Kai Timmer <kai@staffbase.com>
* in retry_until only read the last mongo client line
Signed-off-by: Kai Timmer <kai@staffbase.com>
* add a doNotInit value that skips the replicaset creation on first start
Signed-off-by: Kai Timmer <kai@staffbase.com>
* added test for donotinit flag
Signed-off-by: Kai Timmer <kai@staffbase.com>
* bumped chart version, added documentation to README.md
Signed-off-by: Kai Timmer <kai@staffbase.com>
* remove empty lines to make the linter happy
Signed-off-by: Kai Timmer <kai@staffbase.com>
* renaming value, remove else, new feature higher version
Signed-off-by: Kai Timmer <kai@staffbase.com>
* Added documentation for skipInitialization flag and how to use it
Signed-off-by: Kai Timmer <kai@staffbase.com>
* correct chart number
Signed-off-by: Kai Timmer <kai@staffbase.com>
* Add extra volumes and mounts support to graylog
Adds `graylog.extraVolumes` and `graylog.extraVolumeMounts` as values to
allow extra files to be mounted into the container for use at runtime.
Signed-off-by: Chris Barton <chris.barton@recurly.com>
* Add extra init containers to graylog
Add the `graylog.extraInitContainers` value to extend the stateful set
with additional init containers
Signed-off-by: Chris Barton <chris.barton@recurly.com>
* bump graylog to 1.5.0
Signed-off-by: Chris Barton <chris.barton@recurly.com>