* Update NOTES.txt
The templated kubectl command runs over multiple lines and may omit a \ from one of the generated lines.
* Bump chart version identifier
* [stable/nginx-ingress] tidy up updateStrategy
* [stable/nginx-ingress] Change minReadySeconds to default value
* [stable/nginx-ingress] Bump chart version
* [stable/nginx-ingress] update readme with correct value
* Optionally adds liveness and readiness probes to jenkins
* Jenkins takes awhile to start the very first time, so we need to wait
a bit before the first check
* Addressing requested changes
* Bump to apiVersion for 1.8 and add selector as required in 1.8
* add mount for plugins so users can add them via an initContainer
* add init containers + fixing some spacing in values.yaml
* init containers for read replicas too
* bump chart version
* back to v1beta1 + don't need to match all labels
* add namespace everywhere
* Initial commit
* Bumping the version of the NR container
* Review fixes.
* Changing labels and fixing indentation
* linting issues fixed
* Changing this to a warning
* Changing to github usernamne
* Mistaken commit
* Revertinng this
* Only deploying with a licenseKey
Also, only try and mount the ConfigMap if one was provided.
* Fixing to conform to the standard.
* Fix for issue #2663
Corrected web.metrics.prometheus.buckets to output a slice of floats to configmap
Corrected web.metrics.datadog.address to output a string to configmap
Corrected web.metrics.statsd.address to output a string to configmap
Updated values.yaml web.metrics.datadog.pushInterval to match documentation
Updated values.yaml web.metrics.statsd.pushInterval to match documentation
Removed extraneous whitespace from web.metrics section of the configmap template
Updated README.md to reflect changes
* Update configmap.yaml
pushinterval to_lower
* Update configmap.yaml
Missed one
* Update values.yaml
pushinterval to_lower
* Update values.yaml
* Makes kafka (+ child zookeeper) affinities fully configurable
* Tests kafka consumer via broker svc rather than headless svc
* Consumes single message during kafka consumer test
* Reverts kafka consumer test to use headless svc
* Debugs kafka consumer test via stdout
* Reverts kafka consumer test stdout debugging
* Attempts to fix kafka consumer test
* Fix missing template "fullname" error
This would previously fail when uiIngress.enabled was true. I believe the template was missing the consul prefix.
* bump chart version to 1.1.3
* Added Pachyderm chart
* Added appVersion field and updated instructions
* Added namespace flag to deployment commands
* Added OWNERS file
* Updated OWNERS file and changed names with github ids
* Fixed quotation marks in NOTES.txt
Declares a value for exposing port 9200 for master and data pods and
sets it to `false`. This allows for downstream users to open
elasticsearch http port for monitoring or other purposes. We use datadog for our
monitoring and the agent pod expects port 9200 to be open so that it can
get and send metrics at the container level.
* odoo: update to `bitnami/odoo:11.0.20180104-r0`
* odoo: bump chart appVersion to `11.0.20180104`
* odoo: bump chart version to `0.6.8`
* bump chart version to 0.7.0
this is a major release of odoo and there is no upgrade path from 10 to 11 in the community version
This adds functionality to annotate the client Service, which enables
the setting of ACM certifcates, subnets, and hostnames for a
LoadBalancer type service for instance.
* option to run Jenkins as a non root user
* add parameters to run Jenkins as non root user
* doc to run Jenkins as non root user
* increment minor version due to feature "run Jenkins as non root user"
The MySQL chart only allowed the service type to be ClusterIP,
preventing its use with Minikube. This patch adds the ability to create
the service with the `NodePort` type.
Drive-by:
* Update the `NOTES.txt` file to provide similar instructions to the
PostreSQL chart.
* phabricator: update to `bitnami/phabricator:2017.52.0-r0`
* phabricator: bump chart appVersion to `2017.52.0`
* phabricator: bump chart version to `0.5.5`
/assign @mattfarina
This PR switch Kapacitor to alpine to maintain the same base image
(alpine) across all the tick stack.
It also switch to docker.io for the same reason.