* Addhub serviceLoadBalancerIP property
* Bumping version of chart
* Bump version numbers
* Change appVersion to 3.11.0 so that it matches the README
* Update Chart.yaml
* Update README.md
* [concourse] add nodeselector for web
* bump chart version
* typo
* update values.yaml and README
* bump chart version
* Bump minor version for new feature
* Adding optional sidecar containers and volumes
* Using extraContainers instead of sidecars
* Using extraVolumes instead of additionalVolumes
* Make default an empty string in order to prevent warnings
* Update Chart.yaml
* added JFrog Mission-Control
* fixed version
* New line at the end
* using secrets for credentials
* chart name from template
* removed default resources
* addd values.yaml for ci and removed hardcoded passwords
* aligned with helm version 2.8+
* changes deployment api to apps/v1beta2
* converted configmap to secret for certs
* removed blank likes
* on new line at end of file
* using secret in config map
* Removed default keys
* fixed readme
* Moved chart to stable
* replaced incubator with stable
* [stable/traefik] Minimize downtime during deploy
Traefik will become unresponsive for around 20-25 seconds whenever an upgrade of the deployment is made. This change mitigates this by keeping the existing pod around until the new pod reports as being healthy.
There’s still be around 5-10 seconds of downtime, perhaps because of how the probes are set up.
* [stable/traefik] Ability to specify deployment strategy
* Change version to next available and add example configuration for `deploymentStrategy`
* [postgresql] Set update strategy to Recreate.
We NEVER want two different postgres instances to be up at the same time using the same database files, or corruption can occur.
At the cost of having a few seconds of downtime at upgrade time.
* Update Chart.yaml
Cluster configurations may include mutating admission controllers which
dynamically add security contexts to pods and containers.
OpenShift uses this pattern to implement required uid ranges that
differ on a per-namespace basis, and OpenShift's security admission
plugin rejects any pods that make runAsUser requests outside of that
valid uid range.
Removing the securityContext field from the Jenkins pod spec allows the
OpenShift security admission plugin to assign a uid in the correct
range to each container in the pod on behalf of the user, avoiding the
need to provide helm with a different runAsUser value for each
namespace in which Jenkins is deployed.
* Bug fix: Add if condition to configurtion mounting section, and mention the dependecy on kube-state-metrics.
* Increment chart version to 0.1.1
* Incrmented the chart version number
* Fixed image configuration in README for the prometheus-cloudwatch-exporter.
* Bumped version of prometheys-cloudwatch-exporter.
* Bumped the correct version for prometheus-cloudwatch-exporter.
* Starting work on the Vault Operator
Get us some chart-y goodness!
* Starting work on the Vault Operator
Get us some chart-y goodness!
* Vault operator chart lints
Time to see if it works?
* Vault operators deploys!
Need to test on a real k8s instance, now
* Starting work on the Vault Operator
Get us some chart-y goodness!
* Vault operator chart lints
Time to see if it works?
* Vault operators deploys!
Need to test on a real k8s instance, now
* Don't set the etcd-operator to cluster-wide
Cuz that'd be bad, mmkay?
* Validated to be awesome!
Last step is to update docs
* Updated README with all of the values
* Updated values
Things noticed while documenting them
* Syncing up with the 2.8+ Helm chart style
* Fix indentation issue
* Updating as per code review
* Migrate the `vault-operator` to `stable`
* Replace references to incubator with stable
* added cloud sql proxy container
* Add cloud sql proxy
* make changes on stable/drone
* update for general usage [stable/drone]
* Bump minor version for new feature
* adds service annotations; adds extralabels to components; canonicalizes template naming; adds values-defined existingSecret
* updates README with test.enabled value description
* sets container ports with values
* updates approvers and reviewers
* removes OWNERS file
* deployment container to using hard-coded port values
* fixes pv command in README
* bumps openldap container version to 1.2.1
The default value has to be an empty string instead of an empty map because
it is passed to the 'tpl' function. Otherwise Helm gives you a warning when the chart is
installed and 'keycloak.extraEnv' is used.