* Allow provider.google without mounting secrets
When deloyed in GCP/GKE it is not necessary to provide these to
external-dns
Signed-off-by: DJ Mountney <david@twkie.net>
* Bump chart version to 2.1.2
Signed-off-by: DJ Mountney <david@twkie.net>
* [stable/pomerium] bugfixes
fix config checksum: based on file and only for pods
deployment: fix missing resources field
Signed-off-by: Travis Groth <tgroth@gmail.com>
* [stable/pomerium] v0.1.0 release
- Expose metrics port and update documentation
- Bump chart and app version for v0.1.0 release
Signed-off-by: Travis Groth <tgroth@gmail.com>
* Fix lint error
Signed-off-by: Travis Groth <tgroth@gmail.com>
* Fix CI test policy
Signed-off-by: Travis Groth <tgroth@gmail.com>
* fix ranging of properties and remove invalid fsGroup property
Signed-off-by: Eric Greer <eric.greer@comcast.com>
* remove errant space
Signed-off-by: Eric Greer <EricGreer@Gmail.com>
* moving away from loop to avoid newline issues
Signed-off-by: Eric Greer <eric.greer@comcast.com>
- Add finalizers to pvc
- Add persistence.finalizers to values.yaml
- Use default values.yaml for finalizers
- Bump patch version
- Added documentation to README.md
Signed-off-by: Jeff May <jeff.n.may@gmail.com>
When installing the chart in Google Cloud Platform the service account
can be fetched from metadata service. This commit removes validation
function which fails helm install when service account key or secret
are not explicitly configured.
Fixes#15298
Signed-off-by: Stanislav Blokhin <stanislav.blokhin@tomologic.com>
* [stable/redis] Add support to execute Redis as root
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* Change Redis hardcoded data directory to the value at the Values.yaml when changing permissions deploying as root
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* [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>