* [stable/external-dns] Bump deployment api version
Signed-off-by: Tamás Ecsédi <ecsy.argh@gmail.com>
* [stable/external-dns] Use nindent to inline toYaml
Signed-off-by: Tamás Ecsédi <ecsy.argh@gmail.com>
* [stable/external-dns] Bump chart version
Signed-off-by: Tamás Ecsédi <ecsy.argh@gmail.com>
* [stable/external-dns] Update production values
Signed-off-by: Tamás Ecsédi <ecsy.argh@gmail.com>
* [stable/external-dns] Add container security context to readme
Signed-off-by: Tamás Ecsédi <ecsy.argh@gmail.com>
* Description
Bumped Version 1.1.1
Bumped AppVersion 7.7.2
Updated Readme with examples
On branch master
Your branch is ahead of 'origin/master' by 22 commits.
(use "git push" to publish your local commits)
Changes to be committed:
modified: Chart.yaml
modified: README.md
modified: values.yaml
Signed-off-by: Michael D Roach <michael.r@ware2go.co>
* Description:
Bumped Minor version instead of Patch
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
modified: Chart.yaml
Signed-off-by: Michael D Roach <michael.r@ware2go.co>
* [stable/coredns] Rename ServiceMonitor template
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* [stable/coredns] Update apiVersion for deployment
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* [stable/coredns] Version bump to 1.5.2
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* [stable/etcd-operator] pod annotations
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: remove port
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This PR adds a note to the readme stating that the chart is not maintained or backed by Sentry org itself.
Signed-off-by: Burak Yigit Kaya <byk@sentry.io>
* [stable/consul] update to latest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: readme
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* [stable/prometheus-postgres-exporter] upgrade to new version of postgres exporter
Signed-off-by: Asher Foa <asher@asherfoa.com>
* bump minor version
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
Fixes environment variables not being set correctly for the
couchdb container when `.Values.enableSearch` is `false` (the
default).
The feature toggle for search excluded the search container from the
statefulset but did not exclude the associated environment variables.
The result of this was a duplicate `env` field for the `couchdb`
container which would override the correct `env` field; for example,
`ERL_FLAGS` would not be passed to the container.
This comment fixes the scoping of the `.Values.enableSearch` feature
toggle to include the `env` fields for the `clouseau` container.
Signed-off-by: Will Holley <willholley@apache.org>
When a `dind` (Docker in Docker) image is used with btrfs to e.g. run
integration tests as per https://hub.docker.com/r/amidos/dcind/ in some
occasions like job errors or interruptions the btrfs subvolumes are left
not cleaned.
So what happens then is that when the `rm -rf /concourse-worker-dir`
runs it fails with `Operation not permitted` error which then causes
`Init:Error` and ends in `Init:CrashLoopBackOff`.
The solution is to take that into account and properly delete all of the
btrfs subvolumes.
This can be achieved either with the suggested script or with the mount
option [user_subvol_rm_allowed](https://askubuntu.com/questions/509292/how-to-set-user-subvol-rm-allowed-capability)
that is tricky to apply or with that delete script that seems as a
better option.
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
Co-authored-by: Radoslav Kirilov <rkirilow@gmail.com>
Co-authored-by: Taylor Silva <tsilva@pivotal.io>
* Update mariadb chart readme to include secret instructions
The mariadb readme now includes information about the keys that the
existing secret has to include.
Signed-off-by: Marius Kießling <vcs@mariuskiessling.de>
* Bump version number of mariadb chart
Signed-off-by: Marius Kießling <vcs@mariuskiessling.de>
* [stable/kong] added custom nginx template injection capability via config map
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
* [stable/kong] bump version
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
* [stable/kong] added missing space in comment
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
* [stable/kong] bump app version to 0.14.0
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
* [stable/kong] removed configurable configmap and extra pod ports not necessary anymore
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
* [stable/kong] remove metrics for controller cause it's hardly used and expose metric port in other kong pods
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
* [stable/external-dns] Switch to use 'bitnami/external-dns' image and add Bitnami team as maintainers.
Signed-off-by: juan131 <juan@bitnami.com>
* Remove references to 'bitnami/external-dns' chart
Signed-off-by: juan131 <juan@bitnami.com>
* Sign off every commit
Signed-off-by: juan131 <juan@bitnami.com>
* [stable/external-dns] Add information about other major changes included in 2.0.0
Signed-off-by: juan131 <juan@bitnami.com>
* Rebase from master
Signed-off-by: juan131 <juan@bitnami.com>
* Fix CI tests
Signed-off-by: juan131 <juan@bitnami.com>
- Changed web.tsa.host to web.tsa.hosts which now takes a list of
hostnames and ports
- For web & worker deployments (default state) we read the port number
from the web's config values (bindPort)
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
Co-authored-by: Taylor Silva <tsilva@pivotal.io>
Signed-off-by: Zoe Tian <ztian@pivotal.io>
* [stable/redis] Collect metrics from sentinels when enabled
Signed-off-by: juan131 <juan@bitnami.com>
* Rebase branch from master
Signed-off-by: juan131 <juan@bitnami.com>
* Added --no-auth-warning to redis-cli calls in health-configmap
Signed-off-by: Beni Ben Zikry <bbenzikry@gmail.com>
* update tag for redis-lib-values
Signed-off-by: Beni Ben Zikry <bbenzikry@gmail.com>
* bump chart version
Signed-off-by: Beni Ben Zikry <bbenzikry@gmail.com>
* added no-auth-warning flag on top of new probe changes
Signed-off-by: Beni Ben Zikry <bbenzikry@gmail.com>
* [stable/prometheus-pushgateway] add optional PodDisruptionBudget
Signed-off-by: Victoria Lee <victoria@victoria-lee.net>
* add new line to values.yaml
Signed-off-by: Victoria Lee <victoria@victoria-lee.net>
* [stable/spring-cloud-data-flow] Update to new SCDF version 2.1.2
- update app version to 2.1.2
- update skipper version to 2.0.2
- update icon to new path
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* [stable/spring-cloud-data-flow] Update to new SCDF version 2.1.2
- fix chart version
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* Add values to allow for additional volume mounts which will enable users to mount secrets securely
Signed-off-by: Brian Surber <bsurber120@yahoo.com>
* Add values to support additional env values as well
Signed-off-by: Brian Surber <bsurber120@yahoo.com>