* [datadog] Too much whitespace stripping
The double whitespace stripping is causing the api version to get concatenated with the comment above
* bump chart version to 0.10.5
* wordpress ingress: always delegate to service's HTTP (rather than HTTPS) port
since any SSL connections will terminate at the ingress.
* wordpress: version bumped for CircleCI
* Create SQL Server 2017 Linux HELM Chart
* Fixed spaces for ci/circleci
* Fixed spaces for ci/circleci #2
* Fixed spaces for ci/circleci #3
* Added secret yaml to deployment for SA Password
* Updated the chart to force user to specify EULA to Y for license terms
* Updated README.md to reflect commandline option to accept EULA
* Updated README.md and secret.yaml for sa_password generation
* Fixed formatting error in NOTES.txt
* Changed apiVersion in deployments.yaml to apps/v1beta2
* Allowed ability to override sapassword and change apiVersion in deployment.yaml
* ci/circleci fixes
* Updated release version, README.md, and hard-coded ports
* Added port name, configured probes, moved to stable
* Updated README.md
* [incubator/percona-xtradb-cluster] New Chart!
This new chart expands on the percona chart to include xtradb clustering.
* fix documentation for values
* fix Chart.yaml values
* fix a few old references from README
* fix indenting to match rest of chart
* move percona-xtradb-cluster from incubator to stable
* remove references to incubator
* Bump external-dns version to 0.4.8
* Make RBAC version configurable.
* Mount azure configuration as volumeMount.
* Bump chart an app version.
* Switching back to aws as default backend.
* Add liveness check so kube takes care of kube2iam in the event of any issues
* Configure --app-port to remain consistent with Helm chart value of .host.port
* Bump minor version
* Remove option to disable liveness probe
* Removed Postgresql own deployment and created dependency to stable/Postgresql.
Updated artifactory version number to 5.8.0.
Updated notes and added ingress documentation.
Added Ingress support to artifactory.
Made the NGINX deployment optional by adding an enabled flag.
Fixed naming of components.
* bump chart version
* Fixed wrong Chart number for artifactory
* Add documentation for Ingress, set Postgresql chart version, set persistence default on true
* Refresh requirements.lock
* Set version to 7.0.0, cecause the API to the chart changed
* revert deletion of RABBITMQ_VHOST environment variable to restore the ability to configure vhosts for bitnami/rabbitmq images
* bump rabbitmq chart version
* removes unused RABBITMQ_DEFAULT_VHOST env variable
* bump version to 0.6.17
* Update nginx/ingress controller to 0.9.0 release
* Update config defaults in nginx-ingress README
* Bump nginx-ingress chart version to 0.8.23
* Use semverCompare for nginx-ingress annotation prefix
* Add nginx-ingress annotation prefix to daemonset
* Update upstream version to 0.10.2
* Bump chart version to 0.9.0
* Remove annotations-prefix flag
* Apply 0.9.x flags to any version 0.9.0-beta.1 and above
Stolen from PR #3369
* Update default image tag in README
* [stable/kong] Add a chart for Kong
- Chart deploys Kong and its backing datastore either Cassandra or
PostgreSql(default)
- Uses official [Kong](https://hub.docker.com/_/kong/) Docker image
* Deployment apiversion update
* added missing selector field
* added release to selector
* update to support Kong v0.12.1
* fix indentation
* [stable/kubernetes-dashboard] Make chart more standardized
The charts ecosystem seems to be converging on some standards, which
seems to be driven by the patterns laid out in `helm create`. This makes
the following breaking changes to this crate:
* move the image definition into a map
* move the service definition into a map
* rename httpPort to externalPort
* reordered files to match the `helm create` order
* Made sure chart names don't contain '+'
Finally this bumps the version from 0.4 to 0.5 since this is not
backwards compatible.
* [stable/kubernetes-dashboard] allow for custom deployment and service labels
* [stable/kubernetes-dashboard] allow service name to be overridden
Closes#2099.
* [stable/kubernetes-dashboard] Add links and the k8s logo
* Update Datadog chart to prepare for agent6
- upgrade kube-state-metrics dependency
- use DD_ prefixed envvars when supported by agent5
- add commented lines for using agent6 images
- cleanup pod specs: remove empty envvars and volumes
- remove kubernetes_state.yaml autoconf as it's shipped by default
- update readme
* fix ressources in spec, fixes#2930
* linting