* Added additionalSpec to values and statefulset template
* conflict resolve
* Bumped chart version
* added space to comment
* replaced additionalSpec with more finegrained nodeSelector
* [stable/sumokube] enable customization of DaemonSet's UpdateStrategy
* defaults to `OnDelete`
* optionally can be set to `RollingUpdate`
https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/
* Remove extra trailing newline
* Bump version to 0.1.2
* allow daemonset tolerations to be set via values
* Add docs for toleration support
* values must be an empty array
* bump chart version as required
* rename values parameter to better align with other charts
* reformat text to display better in plain mode
* consul-readability - seperate resources
make easier to read and by putting each resource in it's own file
* consul-readability - update version to 1.1.3
* phabricator: update to `bitnami/phabricator:2018.8.0-r0`
* phabricator: bump chart appVersion to `2018.8.0`
* phabricator: bump chart version to `0.5.13`
* Make Jenkins optional
Some organizations may not use jenkins.
- Adds jenkins.enabled
- Load requirements, hooks, and config maps if jenkins
enabled
Update dependencies
bump chart version
Actually bump version
* Add jenkins.enabled value to stable/spinnaker
* Update Jenkins
* Update requirements.lock
* Use new config override mechanism
* Remove Jenkins test from Spinnaker chart
* [stable/phabricator] add ingress and support reverse proxy tls
* updating readme and removing preamble.php volume
* fixing readme
* adding expression to pull pod
* bumping version to fix tests
* adding ingress values to readme
* updated to nil and removed duplicate entry
* [stable/traefik] Add support for HTTP-01 challenge
* [stable/traefik] Add anonymous usage data option
* [stable/traefik] Minor version bump to 1.20.0
* [stable/traefik] Bump default Traefik version to v1.5.2
* [stable/aerospike] Add cmd and args options to Aerospike config
* Add cmd and args to aerospike config. Having these, for example, we can modify /etc/aerospike/aerospike.conf for each pod now.
This method helps to have custom settings on each pod and to have more dynamic setup.
* Changing the maintainer to my personal email.
* Bumbing the aerospike chart version to 0.1.7
* [stable/aerospike] Add command and args conditionally
* Empty commit to trigger CircleCI
* [stable/jenkins] Add fullnameOverride support
Add support for a fullnameOverride paramater to the Jenkins chart, matching
the pattern used by several other charts, as well as by the `helm create`
template chart.
* Fix Jenkins test
* [stable/jenkins]: document nameOverride and fullnameOverride
* [stable/jenkins]: Add nameOverride and fullnameOverride to values.yaml
* New helm chart for kanister-operator
* Trailing whitespaces fix
* making rbac.service_account consistent across all files
* miving to stable per suggecstion in PR's comments
* updating README incubator->stable
* Updating kanister-operator release version
* fixing incorrect value name.
* Adding appVersion, source and github usernames for maintainers
* updating _helpers.tpl to use namespace functions
updating all function calls
* bring rbac configuration to the latest best practices
* fixing typos
* adding missing new line
* tables->table there is only one table
* default image tag 0.2.0 -> v0.2.0
* addressing requested review changes
serviceAccount is getting it's own file
minimal version 1.8+
chart template into chart label
apps/v1beta2 for Deployment
* Make secrets optional, eliminate configmap.
Provide a way to opt out of managing secrets in helm values.
The configmap introduced needless repetition, mapping values directly to
environment variables is a simpler approach.
* Don't store postgresql user as a secret
* Add missing documentation for values introduced in this and previous PRs
Also fix encryption key values key in secrets, and rename credentialManager.vault.caCert to credentialManager.vault.useCaCert for clarity
* [stable/concourse] bump postgresql dependency to v0.8.11
* Remove redundant default template function calls
* Flatten secret values
Use a helper to produce more informative errors when secret values are required
* Add support for using k8s secrets as a credential manager.
Add rbac support for secret access from web pods to to team specific
namespaces.
Upgrade to Concourse 3.9.0
* Write the liveness probe log to /tmp instead of /concourse-work-dir
If the worker runs out of disk space, logs will stop tee-ing to
/concourse-work-dir/.liveness_probe because it's on the same persistent
volume, and the condition won't be detected.
* Add OWNERS file
Contributors, reviewers and approvers of PRs to this chart who are also
kubernetes github org members.
* fix typos
* see if btrfs works in e2e test
* Stick with naive FS driver since its the most compatible
* Fix#3407, make docs reflect actual value
* Remove core maintainers from local OWNERS
The maintainers have OWNER on the top level of the repo already