* add optional persistence to chartmuseum and upgrade image to latest release
- upgrade chartmuseum image to v0.2.4
- add a PVC to persist the storage folder so charts published charts surive pod restarts
- add option to disable persistance
* disable chartmuseum pv by default and allow folks to opt-in
* add NOTES.txt to see if that helps CI helm lint
The `nginx-ingress.controller.fullname` is already truncated.
Further truncation where the length of the namespace is part of
the character count results in the service not being found when
the namespace is of significant length.
* feat(stable/minio): add subpath for /export volume
Conditionally adds the subPath for the /export volume mount.
Works only if `persistence.enabled` is true and `persistence.subPath`
is not empty string.
This is handy in cases where the volume plugin doesn't
support sub folder mounting. GlusterFS plugin, for example doesn't support
it whereas NFS actually does.
* docs(stable/minio): add subPath to Configuration table
* chore(stable/minio): version bump
* chore(stable/minio): another version bump to keep ahead of master
* phabricator: update to `bitnami/phabricator:2017.47.0-r0`
* phabricator: bump chart appVersion to `2017.47.0`
* phabricator: bump chart version to `0.5.2`
* Allow Ghost helm chart to use an existing database
* Fix wrong docker image
* Fix wrong database name and username
* Refactor properties to configure external database
* update requirements.lock
* add guide in README for external dbs
* Fix annotations in svc.yaml
If `.Values.service.annotations` is empty (which is the default configuration), the field `annotations` will be blank, producing a failed deployment.
This patch only adds service annotations if they exist.
* Update Chart.yaml
* Add Schema Registry Chart as an optional dependency for Kafka
* Update README to include schema-registry var
* Update requirements.lock for kafka with schema registry
* provide configuration(s) for integrating Concourse with Vault
enabled configuring Concourse to use Vault for managing secrets, exposes 3 types of Auth Backends: tokens, approle, and TLS
* provide configuration(s) for integrating Concourse with Vault
enabled configuring Concourse to use Vault for managing secrets, exposes 3 types of Auth Backends: tokens, approle, and TLS
* Update jenkins chatrs version
Update jenkins chatrs version
* Use default Jenkins agent image
* Use default Jenkins image tag and plugins
* Use spinnaker image in test rather than Jenkins image
* Fix requriements lock
* Use curl trusty for UI test
* Update jenkins agent image in jenkins jobs
This commit adds a hash annotation to each of the configmaps in this
chart, as well as the deployment that is dependent on these configmaps.
This will cause the deployment to restart its pods if any of these
configmaps changes.
Many NGINX configuration parameters cannot be overridden with the
nginx-ingress Helm chart. With this change, a custom nginx.tmpl
template can be provided, which allows for any configuration value to
be changed.