* [stable/graylog] add namespace in NOTES.txt when get secret
Signed-off-by: Peng Tian <tcpln2009@gmail.com>
* [stable/graylog] increase chart version to 0.1.2
Signed-off-by: Peng Tian <tcpln2009@gmail.com>
* [stable/graylog] fix error when service type is NodePort
Signed-off-by: Peng Tian <tcpln2009@gmail.com>
* Fix default values for prometheus-operator remoteRead/Write
Signed-off-by: Sam Song <ssong@sumologic.com>
* Bump up version
Signed-off-by: Sam Song <ssong@sumologic.com>
* var for scoping to namespace
Signed-off-by: ryandawsonuk <rd@seldon.io>
* fix linting
Signed-off-by: ryandawsonuk <rd@seldon.io>
* use 2.1.0 version and get latest master
Signed-off-by: ryandawsonuk <rd@seldon.io>
* Change retention property according to ChangeLog from Prometheus 2.7.0
Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
* Update Chart Version from 8.7.1 to 8.7.2
Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
* Move beat-exporter containerPort into context block
Fixes#12768 where beat-exporter containerPort remains in
daemonset template when beat-exporter service is disabled.
Signed-off-by: Clint Moyer <contact@clintmoyer.com>
* Bump filebeat to version 1.5.2
Signed-off-by: Clint Moyer <contact@clintmoyer.com>
* use release name as part of CasC confimap label
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* rename jcasc_config.yaml to jcasc-config.yaml
All other ressources use dashes as separators instead of underscores.
Renamed the file to harmonize file names.
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* prefix config map with release name
Having the release name as prefix istead suffix makes it easier to
sort config maps for multiple releases e.g.:
```
$ kubectl get configmap
NAME DATA AGE
jenkins1 6 43m
jenkins1-jenkins-config-welcome-message 1 43m
jenkins1-tests 1 43m
jenkins2 6 34m
jenkins2-jenkins-config-welcome-message 1 34m
jenkins2-tests 1 34m
```
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* bumped char version
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* [stable/prometheus-operator] add support for pod annotations
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
bump versions and ran hack/update-ci.sh
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
undo appVersion bump
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
updated README.md
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
bump Chart version again
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* Adding crd toggle to sealed-secrets chart.
Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
* Bumping the sealed-secrets chart.
Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
* value provides the drone shared secret
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update Chart.yaml
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* fix template path
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Add full-name-source-control secret if sourceControl.secret is not definded.
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* use same key defined
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* add secret field and description
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* helm hint valid
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update Chart.yaml
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* singedcommit
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* fix chart yaml error
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* fix fw port to pod 80
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update Chart.yaml
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update Chart.yaml
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update secret documentation, clearer now.
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* rename checksum secret file to secrets.yaml
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* rename secrets file back to original name
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Merge secret-providers in the single checksumed file
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* Update secret field name
Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
* [stable/airflow] Support affinity, nodeSelector and toleration for airflow & worker
Signed-off-by: Maha <you@example.com>
* update chart version
Signed-off-by: MahaGamal <mohaamer5@google.com>
* Bumped major chart version
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Added documentation to explain how authentication paramters work.
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Added new keyauth variables and conditionals to match them for secrets manager and systems manager. Session token must now be explictly enabled if used.
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Fixed typo with awsSsm paramter name
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Fixed minor version
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Uncommented session token flag and set default to false.
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
* Added missing backticks that broke formatting
Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>