* Make Liveness and Readiness Probes initialDelay and Timeout configurable in incubator/keycloak charm
* Update values structure for probes as per request
* Update Chart.yaml
* Feature/add extra labels and annotations locust (#5203)
* Added custom labels and annotations to locust service definition
* Bumped up the version and fixed docs
* Removing default value for annotations and labels from locust chart
* Fixing locust svc template
* Fixed annotations rendering on locust master-svc
* Fixes naming convention for values and bumped up the version
* Fixing Chart version
* Init keycloak proxy chart
* Update keycloak-proxy charts
* Update README
* Update README.md
* Update README.md
* Update keycloak-proxy chart
* Update keycloak-proxy chart
* Update keycloak-proxy chart
* Update keycloak-proxy chart
* Update keycloak-proxy chart
* Update keycloak-proxy chart
* Update README.md
* Update values.yaml
* Change default value of realmPublicKey
* Change default value of realmPublicKey
* Change keycloak proxy docs links
* Change docker image version to 3.4.2.Final
* Change docker image version to 3.4.2.Final
* Updated this chart to correspond with Helm 2.8+ version and guidelines and best practices
* Update docs version
* Update an indent.
* bwright: creating secrets before running chart is supported
* Bwright: added prometheus exporter
* clean up labels / matching on service
* tweaks
* clean up
* save point
* moved some vars to be more clear
* setting values to proper defaults
* fix linting
* added variables to README
* save point after starting to fix merge conflicts
* cleanup syntax on secret name to match whats in chart
* update to README
* fixed note
* fixed default issue
* renaming autogenerate to existing for secrets
* fixing typo
* bump chart
* using existingSecret as name, and cleaning up to match
* fix lint
* bump chart version
* fixing README
* updated comment to have more detail
* using specific docker tag, not latest
* added 1 more alert for node being down
* [stable/chartmuseum]: serviceAccount support added
* [stable/chartmuseum]: securityContext support added
* [stable/chartmuseum]: Chart version bump
* [stable/chartmuseum]: created serviceAccount name is no longer customizable
* Added MySQL database support to Sonarqube, the Sonarqube helm chart now has an option to store data in MySQL database too, It already had a support to store the data in Postgres. A given release could now have either Postgres database (internal / external) or MySQL database (internal / external).
* Updated README.md
Updated README.md to add configuration changes that come with MySQL database support.
* Removing white spaces to get rid of helm lint errors
* Yes another attempt to remove trailing spaces :(
* Fixing PR comments
1. Bumped the minor version of the chart since it's a feature release
2. Added check for database type while populating secrets
3. Corrected mysql key
Concourse 3.13.0 adds support for exporting metrics to Datadog (see
https://github.com/concourse/atc/pull/269). This adds support for the
new flags, and bumps the Concourse version.
* Do not use 'master' in release name when replication is not enabled
* Do not use 'master' in release name when replication is not enabled
* Use the same version in the Chart.yaml and in the values.yaml. Most of the web apps are compatible with 10.1 right now
* Update minor version
* Use the same name for the service,that way apps can use replication or not without any change.
* Use the same name for the service,that way apps can use replication or not without any change.