* [stable/logstash] Add servicemonitor support for exporter
Signed-off-by: Tzu-Jung Lee <roylee17@gmail.com>
* [stable/logstash] update README for servicemonitor values, and bump version
Signed-off-by: Tzu-Jung Lee <roylee17@gmail.com>
If vault container has lifecycle postStart script which is waiting for vault to startup
and vault is configured to use Consul Agent then this postStart would never finish successfully.
Specifing consulAgent container before vault will fix this deadlock.
Signed-off-by: Alexander Charykov <monester@gmail.com>
This is an oversight -- we want to persist the search indexes on the
same volume where CouchDB is storing database data. Requires an update
to the underlying search image.
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* [stable/spinnaker] This allows for ephemeral halyard deployments
This give you the ability to deploy to clusters without pvc support.
Co-authored-by: Paul Czarkowski <pczarkowski@pivotal.io>
Co-authored-by: JJ Asghar <awesome@ibm.com>
Signed-off-by: JJ Asghar <awesome@ibm.com>
Signed-off-by: JJ Asghar <jjasghar@gmail.com>
* Updated the Chart.yaml per the contrib docs
Signed-off-by: JJ Asghar <awesome@ibm.com>
Signed-off-by: JJ Asghar <jjasghar@gmail.com>
* Copy incubator chart for CouchDB to stable
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* Bump stable chart version and update docs
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* Deprecate incubator chart for CouchDB
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* Update helper image
This is just a base image update to clear out a few CVEs.
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
* [stable/metabase] Add tolerations and affinity
Signed-off-by: Amit Oren <amitoren224@gmail.com>
* [stable/metabase] Update chart version
Signed-off-by: Amit Oren <amitoren224@gmail.com>
* [stable/kong] Allow for declarative configuration (#15284)
This commit adds the capabilities to specify a declarative configuration. This
is necessary if you would like to run in DB-less mode with deploying the Kong
ingress controller. Documentation has also been adapted.
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Allow for declarative configuration (#15284)
Removed trailing spaces, and the include spaces in comments to pass upstream linting.
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Allow for declarative configuration, add config checksum (#15284)
Added the a configuration checksum such that all pods get restarted if an update
of the declarativeConfig values has been made (as opposed to merely updating the
configMap).
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Allow for declarative configuration, reorganize toYaml to pass linting (#15284)
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Add support for existing ConfigMap in declarative mode (helm#15284)
Signed-off-by: Michaël Van de Borne <mvandeborne@isabel.eu>
* [stable/kong] Updating README.md and changed naming from declarative towards dbless (helm#15284)
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Adding separate CI test for dbless with and without configMap (no KIC). Updated default configMap name and updated sha256 checksum (helm#15284)
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Renaming the CI test values file so they are picked up by CI (chart-testing)
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/kong] Removed test case with external declarative ConfigMap + Add previous test case with no ingress controllers and no config
Signed-off-by: Christof Debaes <cdebaes@isabel.eu>
* [stable/mysqldump] Add support for uploading backups to OpenStack
Signed-off-by: Marcus Sonestedt <marcus.s.lindblom@gmail.com>
* [stable/mysqldump] Add optional securityContext to avoid running as root
Signed-off-by: Marcus Sonestedt <marcus.s.lindblom@gmail.com>
* Bump chart version
Signed-off-by: Ori Talmor <ori.t@ecobee.com>
* Fixed README to reflect prometheus deployment template
Signed-off-by: Ori Talmor <ori.t@ecobee.com>
* Reworked the logic around joining peers to make it a bit more aggressive and accurate when dealing with high-latency DNS resoltuion.
Signed-off-by: Oliver Isaac <oisaac@gmail.com>
* [stable/consul] Reworked wan peer to use the same logic as lan peer
Signed-off-by: Oliver Isaac <oisaac@gmail.com>
* [stable/consul] Skip joining WAN if wan_peers is not set
Signed-off-by: Oliver Isaac <oisaac@gmail.com>
* Updated chart version/values/readme
Signed-off-by: Oliver Isaac <oisaac@gmail.com>
* Added better logging around waiting for peers
Signed-off-by: Oliver Isaac <oisaac@gmail.com>
* Bump consul version as well
Signed-off-by: Oliver Isaac <oisaac@gmail.com>
* [stable/kube2iam] Update version in documentation
Change version from 0.10.4 to 0.10.7
Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>
* Bump chart version from 2.0.0 to 2.0.1
Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>
* Improved ServiceMonitor for stable/jenkins
- Added custom namespace where to deploy the ServiceMonitor
- Updated README to reflect the new variable
- Increase Chart version
Signed-off-by: Alejandro Garrido Mota <garridomota@gmail.com>
* Bump Chart version and added variable in values.yaml
Signed-off-by: Alejandro Garrido Mota <garridomota@gmail.com>
* feat: imporvements to pachyderm chart (#13054)
* feat: imporvements to pachyderm chart
- De-hardcode suite label to allow deployment in a different namespace
than `pachyderm`
- De-hardcode service account name to allow deployment in a different
namespace than `pachyderm`
- Allow specifying resource limits for `etcd` and `patchd` deployments
- Split `pachd` service in 3 stand alone services to allow exposing
`pachd-grpc-api` through a LoadBalancer service type
- `pachd-grpc-api` port can be customized
- `pachd` deployment now support iam-role annotation for `kube2iam`
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
* add variables to support 1.8.x
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
* node port fixed to 30650
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
* boolean as stringwq
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
* fix typo
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
* quote the value in the template instead
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
Signed-off-by: Philipp Hellmich <phil@hellmi.de>
* some changes based on feedback of dtomcej
Signed-off-by: Philipp Hellmich <phil@hellmi.de>
* commented out servicemonitor as requested in PR
Signed-off-by: Philipp Hellmich <phil@hellmi.de>
* fix
Signed-off-by: Philipp Hellmich <phil@hellmi.de>