* [stable/grafana] Define GF_INSTALL_PLUGINS
This is intended to work with the official Grafana image.
When this environment variable is defined, the bootstrap script
`run.sh` installs the given list of plugins before launching the
Grafana server.
* Bump minor version
* CoreDNS
Adds a basic CoreDNS chart based off the project deployment
documentation
* Made CoreDNS chart generic to deploy in multiple scenarios
* Address review comments for CoreDNS chart
* Add first locust chart draft
* Move to stable
* Improve post installation NOTES
* Enable Health Check on locust master
* Enable hard limit on Kubernetes Resources
* Ensure master is ready before starting workers
* Fix quotes for Worker deployment
* update to use the correct argument name, fixes#730
Note that this is for the beta version of the nginx-ingress controller
* Added conditional for renamed argument in image v0.9.0
* Removed duplicate conditionals
* Retain image v0.8.3 as default
* [stable/linkerd] Updated to last stable linkerd version and added more configuration options like optional ingress for the admin ui and a linkerd configuration that can be configured through a configuration value.
* Updated to latest linkerd version and also fixed error in values
- Updated to linkerd 0.9.1
- Updated default linkerd configuration to current syntax
- moved default configuration back to the ConfigMap
- Added chart parameter to override the default configuration if needed
* [stable/linkerd] bumped minor version
* Bump chart minor version
* feat(stable/influx): Add the ability to specify already existing pvc
* Adds a persistence.useExisting property which allows a user to use an
existing pvc
* Adds persistence.name property which is the name of the existing pvc
* Version bump
* Grafana nodeSelector support
Clusters that have different types of nodes in the cluster need
nodeSelector support to be usable so they land on the right kind
of node. This adds support to the Grafana chart.
* Version bump
* prestashop: workaround session timeouts due to clientIP changes
* prestashop: update mariadb chart dependency version to `0.5.10`
* prestashop: bump chart version to `0.4.5`
* And OAuth support and bump version
* Remove confusing default values
* Address PR comment
* Fix tls config
* Fix typo
* Add Heroku and Google oauth support
* Fix verbosity
* Resolved version conflict
* Fix pvc metadata
The `chart` and `name` keys are in the wrong place.
* Fix indentation for persistent volume
* [stable/kapacitor] bump chart version to 0.2.2
* fix test flake
* Included the missing metadata.name
Included the missing metadata.name which was causing an error while
trying to run the example yaml.
* Incremented the chart version for tracking
* [stable/orangehrm] disable 'generic' storageClass for MariaDB dep
The dependent MariaDB chart was configured to use a storageClass called
'generic' which doesn't exist prevented the alpha storage class
annotation from being used, and breaking the chart if a storage class
named generic doesn't exist on the cluster.
This fixes the chart to correctly leave the storageClass unset unless
provided by the user.
* Updated description for `mariadb.persistence.storageClass` field
* [stable/orangehrm]: fix password retrieval instructions
* (feat/upgrade-statefulset): Update consul chart to Statefulset
Update to StatefulSet
Update storage annotations
Remove ReadinessProbe as it causes race condition
Update documentation
* Rename manifest
* fix image tag to match new upstream convention
* update README variables
Add helper template
Add NOTES
Add storageclass variable
Conditional creation of UI service
* Add livelinessprobe
* Moved to stable
* update gotemplates to support longer names
* added backwards compatible storage notation
* Update to 0.7.5
* Fix broken values from rebase.
* Ensure ui values are uniform
* Make secret name unique
* 0.7.4 is the latest published.
* Increase timeout to give bootstrapping long enough
This is not an ideal solution, but it's not easy to get a self
health status. This is the best we can do.
* Really bump to 0.7.5 now it's released.
* Fix typo.
* Fix name
* Update chart description
* fix typos in config params
* use fullname partial for secret name
* updated secret name volume
* Adds option to create default user to influxDB
Reasons for change:
- When authentication is enabled, at least one admin user must be
available
Changes made:
- Adds job.yaml template
- This job creates a default user if job is enabled in values.yaml
Testing done:
- Deployed in cluster and verified the creation of a user in InfluxDB
* Moves job password to secret
* Bump chart version to 0.3.0
* stable/nginx-ingress: add option to specify the scope
* option to enable scoped ingress contoller (defaults to the namespace of the helm release
* option to specify a namespace
* simplify bool check
* Version bump
* Added Minio-Shared mode support
* Added tutorial link
* Changed the image tag to latest release specific tag
* Updated README with correct field name
* Bump to Minio latest version
* Added configmap support for Minio config file
* Parameterise config file setup via k8s configMap
* Changed the version
* Bump to the latest release