* [stable/postgresql] standardize labels
* use "postgresql.name" as app label instead of "postgresql.fullname"
* match pods by two labels, release and app
* [stable/postgresql] bump version to 0.9.6
* [stable/postgresql] update notes
* [stable/postgresql] bump version to 0.11.0
* Add pod annotations and checksum for configmap to deployment
The will allow us to annotate the pod as necessicary and will restart the Deployemnt on ConfigMap changes
* Fix path in configmap checksu annotation
* Use Template.basePath to find ConfigMap
Using print $.Chart.Name "/templates/configmap.yaml" does not work when this is used as a subchart
* Add podAnnotations to README
* Allow the time_key field to be defined via environment variables
- The fluentd config for docker containers was hardcoded to use time as the name of the field but this is not a universal standard.
* Increase chart version and add appVersion
* Remove trailing space
* bump version to 0.4.0
* Upgrade to 1.9 release
* Update appVersion in chart to 1.9
* Upgrade to v1.10
* Upgrade sumologic-fluentd to 1.11
* Update appversion to 1.11
* Update readme
* Undo typo in readme
* AppVersion to 3.7.4 and more configuration options added
New configurable parameters
* customSecret similar to customConfigMap
* terminationGracePeriodSeconds
* persistentVolume name
Also use rabbitmqManagerPort value in statefulset container port instead
of hardcoded value.
* Added persistentVolume.name to README.md & rebased
* only install daemonset if collectorUrl is set as it will not work properly. This will also ensure our tests reliably pass.
* bump version and add current appVersion
* use test values the use fake URL but exclude paths from processing to prevent errors.
* [elasticsearch-curator] Add extra volumes & mounts
Similar to the fluentd-elasticsearch chart where one
would like to mount extra volumes for things like TLS,
this commit adds the same thing for this chart.
Example Use Case: Need to mount certificate authority
file so the curator can talk to a elasticsearch cluster
where HTTPS is enforced
* [elasticsearch-curator] properly bump version
the previous changes introduce a new feature (non-breaking)
* [stable/nfs-provisioner]: Add nfs-provisioner chart
Adds a new chart to deploy the kubernetes-incubator nfs-provisioner
using a StatefulSet. Additionally, it requested, will define the
necessary StorageClass resource needed to make use of the provisioner.
* [stable/nfs-provisioner]: Update image tag to v1.0.9
* [stable/nfs-server-provisioner]: Move stable/nfs-provisioner to stable/nfs-server-provisioner
* [stable/nfs-server-provisioner]: Update Chart.yaml and README.md for name change
* [stable/redis-ha] Consistent label "name" for all deployments
* Bump version
* [stable/redis-ha] The name is present in another place.
* [stable/redis-ha] Standardize labels and added tests
* Added standard labels to tests
* Fix the name of the tests to be standard too
* Added support for Prometheus exporter also tried to support more variables, updated jmx stats, etc.
* fixing linting error
* fix readme formatting
* Added whitelist option
* moving configmap to higher level jmx setting
* default jmx to off
* bwright: tweaking values
* fixed formatting and add notes to values
* fixing linting whitespace issue
* added to notes
* more details around whitelist
* tweaked notes per Bens comment
* more notes about jmx stats
* fixing hardcoded namespace and trying to localize operator values as suggest. Intervals were single variables so I left those, if more arise grouping them would make sense
* missed a couple
* fixing lint
* added monitoring section to README
* README tweaks
* default operator to false
* clean up values readme
* Adding BYO ssl certificate option for secure connections to MySQL
* Updating README w/SSL options.
* Removing CA option from SSL test. This will fail if the certificate is self-signed.
* Bumping minor version to signify new features and after rebase
* Fixing helm test for default values.
* Allowing user to manage SSL secrets externally
* Updating SSL documentation
* [incubator/jaeger] support ES_NODES_WAN_ONLY for spark job
Setting this is necessary for the spark job to work against AWS
elasticsearch clusters.
https://github.com/jaegertracing/spark-dependencies#elasticsearch
* [jaeger/incubator] bump version to 0.3.11
* Update common-cm.yaml
* Added support for authenticating with SASL-SCRAM:
- added secrets file for kafka and zookeeper auth
- updated values.yaml with config for sasl-scram
- add config-map for jaas file to use for java authentication
- added KAFKA_OPTS environment variable for specifying location of jaas
file
- added init container to substitute secrets into jaas file before
application startup
- bumped minor version as this is adding a new feature
* modifications based on pull requesrt feedback:
- implemented allowing the user to specify their own k8s secret
- changed kafkaOpts to schemaRegistryOpts
- cleaned up whitespace
- removed redundant range loop
* bumping minor version as this is adding a new feature
* [kubernetes-dashboard] Adds docs about fullnameOverride for kubectl proxy
If you want to use 'localhost:8001/ui' as a shorthand to get
to the kubernetes-dashboard, the service name must be
'kubernetes-dashboard', but this is not typically what
Helm generates. This commit adds a short note
about how to override that.
* Increments kubernetes-dashboard chart version
* [stable/sonatype-nexus] a significant refactor of the nexus chart that allows for easy backups and proxy
Makes the chart more production ready from install
* [sonatype-nexus] add in the template changes from Helm 2.8.1
* [sonatype-nexus] implement as a deployment instead of statefulset
stable storage is a requirement, but couldn't find a reason why it still needed to be a statefulset
* [sonatype-nexus] increase k8s version as prerequisite
* [sonatype-nexus] fix the other PR comments, namely keeping the storage class settings consistent
* [sonatype-nexus] rename the port values, and make it clearer how they are used
* [sonatype-nexus] remove dependency of cert-manager
* [sonatype-nexus] during merge conflicts, almost lost latest change of pv annotations
* [sonatype-nexus] update nexus version to 3.9.0
* [sonatype-nexus] add option for securityContext to allow for official sonatype/nexus3 image to start up
* [sonatype-nexus] add option for disabling the backup container (and it's resources)
* [sonatype-nexus] add option for using an existing PV
* [sonatype-nexus] use an empty dir for backup if backup container isn't enabled
* [sonatype-nexus] update NOTES.txt to use the actual value of admin pwd instead of hardcoded default
* [sonatype-nexus] add the liveness/readiness probe back in
* [sonatype-nexus] Backup is currently only works with GCP at the moment, so disable it by default
* [sonatype-nexus] Add a link to the repo that is used for the nexusBackup container
* [stable/rabbitmq] Fix hardcoded service account name
The service account name in rolebinding.yaml is currently hardcoded to rabbitmq. This change aligns it with the value the name the service account is actually created with: {{ template "rabbitmq.fullname" . }}
* [stable/rabbitmq] Bump chart version to 0.7.6