* Includes Jenkins Configuration as Code
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Minor README.md changes
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* bumped CasC plugin version
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Adding auto config reload
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Needed to exclude some deployment config in the without-jcasc case. Fixed tabulation and simplified jcasc example in values.yaml. Tweaked documentation.
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Disabling auto-reload by default.
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Fixes error in corner-case where user has disabled config as code, but enabled auto-config.
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Expanded auto-config info in readme and added guidance for using non-internal identity db.
Doubled master memory limit since entered OOM restart loop when using config-as-code plugin.
Fixed missing casc_configs dir (in config.yaml & deployment.yaml) when not using auto-reload
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Sidecar was reloading once per key in the configmap when any single key had changed. Resolved by creating separate configmaps, one for each key under ConfigScripts.
I was mistaken above that users only need Overall\Read rights to auto-reload. Seems JCasC has higher privilege requirements than the CLI\API generally. I've amended the Readme accordingly. Process for enabling for LDAP\other ID store is still simple.
Fixed connectivity from sidecar when enabling non-root privileges by using a TCP port > 1024 (1044)
Bumped the sidecar image from 0.0.1 to 0.0.2 which a few improvements: faster, less error-prone startup by testing the Jenkins container's avaibility using SSH port instead of the main jenkins port. This removes the need for an arbitary wait. Also fixed "access denied" when enabling non-root privileges by creating the same jenkins 1000 user in the sidecar.
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Minor fix: configmap names now include the release name
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Update stable/jenkins/templates/config.yaml
Co-Authored-By: holmesb <me@brendanh.com>
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Update stable/jenkins/templates/jcasc_config.yaml
Co-Authored-By: holmesb <me@brendanh.com>
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Replaced a few if conditions with simpler else statements in config.yaml
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* Bumping to the latest Config as Code plugin version.
Signed-off-by: Brendan Holmes <brendan.holmes@asos.com>
* [stable/prometheus-operator] allow setting sessionAffinity on prometheus service
Signed-off-by: Till Kahlbrock <till.kahlbrock@gmail.com>
* bump chart version
Signed-off-by: Till Kahlbrock <till.kahlbrock@gmail.com>
* Fix ghost sentinels by pregenerating stable 40 character IDs to initialize sentinel ID
Signed-off-by: Tobias Wolf <towolf@gmail.com>
* Fix name of _helper template
Signed-off-by: Tobias Wolf <towolf@gmail.com>
* Fix whitespace trimming
Signed-off-by: Tobias Wolf <towolf@gmail.com>
* Bump version after previous PR bumped it
Signed-off-by: Tobias Wolf <towolf@gmail.com>
* Make init.sh shellcheck clean
Signed-off-by: Tobias Wolf <towolf@gmail.com>
* Quote the orgWhitelist value in the StatefulSet
fixes: runatlantis/atlantis#450
Signed-off-by: Matthew L Daniel <md@stoi.cc>
* Bump the atlantis chart version
Signed-off-by: Matthew L Daniel <md@stoi.cc>
* NEXUS: bump the app version to 3.15.2 and update the README with the correct values
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
* also update the proxy image to one without security vulnerabilities
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
* [stable/redis-ha] Add Optional Prometheus Exporter Sidecar
Added support for an optional prometheus exporter sidecar container in each redis pod.
Signed-off-by: Tim Mitrovich <tim@mitrovich.net>
* [stable/redis-ha] Add Optional Prometheus Exporter Sidecar
* Added https://github.com/oliver006/redis_exporter to the sources list
* Added ability to configure resource limits
* Added ability to pull redis password from the existing redis secret so that we don't have plain text passwords in the config files
* Added ability to configure port and metrics scraping path
* Updated comments about the default install of redis-ha chart
* Added livenessProbe to exporter container
Signed-off-by: Tim Mitrovich <tim@mitrovich.net>
Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
Bump chart version
Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
Revert "Run atlantis container as atlantis user instead of root"
This reverts commit 8938f3f
Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
Remove explicit atlantis command so as not to bypass docker entrypoint
Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
* [stable/wordpress] Enable configuration of AllowOverride
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add custom htaccess cm
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add helper
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update allowOverride values
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
the default values listed in the README's values table were not correct for sidecar.dashboards.label and sidecar.datasources.label. I copied the correct values from the values.yaml and pasted it into the corresponding cell in the table.
Signed-off-by: Tammo van Lessen <tvanlessen@gmail.com>
* [stable/redis] Make volumePermissions init container optional
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump chart to major version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update readme for upgrading
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add source for docker image
The existing sources do not produce an image that works with this chart. From what I can tell, the image was built from the fluentd-es image maintained in the Kubernetes repo.
Signed-off-by: Daniel Shackelford <daniel.shackelford@ithaka.org>
* * Bumped chart version
Signed-off-by: Daniel Shackelford <Daniel.Shackelford@ithaka.org>
* [stable/postgresql] Add supports for the oficial postgres image env vars
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Add more info to README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Grammar and wording fixes in README file
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update version change for chart
Signed-off-by: tompizmor <tompizmor@gmail.com>