* Conditional dependency on postgres.
Fixes#1056
* Update readme for conditional PostgreSQL dependency
Also add a section on restarting workers
* Update Chart.yaml
* Add rocket.chat
* Add additional maintainers beyond the github org
* Fix mongo dependency
* Improved Labels, Chart Defaults, Notes
* Add labels to pod for proper kubectl selection
* Allow chart to be installed with no values set
* Improved output notes
* add helm chart to suggested install command
* Add deploy platform environment variable
* Add Instance IP to pod env variable to make scaling easier
* Switch app name to use app's name
* Update to latest Rocket.Chat version
* Remove else from ROOT_URL, its not needed
* Fix influxdb deployment
Previously, setting `config.graphite.enabled` (or other such
parameters) to `true` resulted in a yaml syntax error because the
content within the `{{- if` block would be appended to the previous
line due to the hyphen.
* Update Chart.yaml
* Added a map of extra environment variable for the alertmanager, this is needed to add the http_proxy so alert manager can connect to external applications if behind a proxy
* Update Chart.yaml
* [stable/heapster] Default service name to heapster
* [stable/heapster] Added support for custom labels
* [stable/heapster] fix typo
* Update Chart.yaml
* Update elasticsearch chart to work with Kube 1.5
* Add environment variable KUBERNETES_MASTER, resolves issue documented
here:
https://github.com/fabric8io/fabric8/issues/6229#issuecomment-247373967
* Rename PetSet to StatefulSet, rename template file
* Add initialDelay and increase timesouts to all liveness and readiness
checks. This was the only way I could get it to deploy reliably in my
environment.
* Update to a newer image version
* Harden aspects of the elasticsearch chart
* Added configmap to explicitly provide cluster configurations and scripts
* Replace depreciating `ES_HEAP_SIZE` with `ES_JAVA_OPTS` to position for ES v5 support
* Removed alpha storage class operators
* Removed catastrophic liveness probe checking entire clusters health
* Readiness probe now inspects local node health
* Added termination grace period (defaults to 15m) to allow pre-stop-script.sh time to gracefully migrate shards
* Added init container to configure `vm.max_map_count`
* Updated elasticsearch.yaml:
* Added `PROCESSOR` configuration to prevent large cluster garbage collection issues leading to node eviction
* Added configurable gateway defaults to help avoid a split brain, requiring two masters online and in consensus before recovery can continue
* Updated pre-stop-script.sh:
* Check `v1beta1` `statefulset` endpoint
* Evalute `.spec.replicas` for statefulset desired size
* Clear `_cluster/settings` ip exclusion prior to shutdown to avoid a possible (random) ip match scenario on expansion of the clsuter
* Data nodes now use default storage class if once is not specified
* Apply best practices
* Add Notes for client service types, and warnings
* Add a Chart for Risk Advisor
* Suggested fixes
* Readme update
* Adding service port explicitly to NOTES.txt
* Suggested changes in README, NOTES, service.yaml and Chart.yaml
* Target port fix in deployment definition
* Fix in NOTES.txt file
* Next NOTES.txt port fix + cosmetic changes
* removing heritage and chart label from deployment spec
* Introduce AlwaysPullImage value for testing custom Docker slave images
* Add volumes for Agents
* jenkins: version bump
* Missing Volume.Type. Good catch :)
* Add service account and CRB for RBAC enabled clusters
Closes#1092
* [stable/jenkins] Added nodeselector support for Jenkins
* Bump chart version number
* Document new values in README.md
* jenkins: bump chart version
* Update Jenkins and plugins to latest versions
* Do not expose the agent port on LB
* Fix agent tunnel config
* Specify Drupal data and Apache configuration volume mount paths
* Simplify README changes
* Bump stable/drupal minor version for new feature
* Allow not mounting Apache configs, if value volumeMounts.apache.mountPath is set to empty string
* Don't create the Apache PVC if mountPath is null
* upgrade to latest selenium version
upgraded to the latest 3.4.0 version
* update chart.yaml
- bump version
- add appVersion
- use github id for maintainer name
* bump to 0.1.2
* RBAC support for Traefik
For https://github.com/kubernetes/charts/issues/948.
When switching RBAC from true to false, the `serviceAccountName` stays
as the Traefik specific one so set it to `default`. Not sure if this is
a Helm issue or further upstream.
* Bump the chart version to 1.4.0
* Additional note on k8s version for RBAC
* [stable/fluent-bit] Update README for Minikube use case
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.9
This patch do the following changes:
- Use the new Fluent Bit v0.11.9
- Bump chart version to AppVersion 0.1.1
- Update description keywords
For more details about Fluent Bit v0.11.9 changes, please visit the
following release notes:
http://fluentbit.io/announcements/v0.11.9/
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.10 (v2)
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>