* 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
* [incubator/vault] Vault enhancements (customization, HA).
* Add support for service customization (ports, annotations)
* Add support for pod annotations
* Add readinessProbe to Vault service (for use in HA)
* Add support for Vault in HA mode (detect pod IP)
* Update how POD_IP is propagated into VAULT_CLUSTER_ADDR.
* [incubator/vault] Improved HA
* Use RollingUpdate with maxUnavailable
* Add PDB with maxUnavailable
* Make readiness default to exclude sealed vaults but configurable
* Remove `.Release.Revision` so `helm upgrade` doesn't require unsealing
* [stable/cluster-autoscaler] Add PDB
* [stable/cluster-autoscaler] Add missing Chart.yml meta
* Make maxUnavailable configurable
* Add labels and make configuration more robust
* Bump version for new feature
* Fixup readme
* Make pbb values a string to make it easier to switch off the default
The actual default value for the ImageTag in stable/jenkins is `lts`, not a specific version.
(I'm not sure if that setting is ideal, but that I'm just documenting what it is. What should it be?)