Commit Graph
1781 Commits
Author SHA1 Message Date
Timothy Clarke 95c27d4e66 Sonarqube on AWS - PR-3239 update (#3438)
* PR-3239 caused the inverse issue on AWS. This should make it work on both

* Extended readyness checkes as startup looked to take longer in tests
2018-02-07 06:04:48 -08:00
Maciej Strzelecki 46779914a3 [stable/prometheus] update kube-state-metrics to v1.2.0 and fix rbac (#3572)
* [stable/prometheus] update kube-state-metrics to v1.2.0 and fix rbac

* fix indention

* increment chart version
2018-02-06 15:58:44 -08:00
Xavier Vello 12eb363290 [datadog] mount auto_conf in the right folder for alpine images (#3575)
* datadog: mount auto_conf in the right folder for alpine images

* update chart version
2018-02-06 12:49:12 -08:00
M. Ryan Rigdon bf7c49b74b [datadog] Too much whitespace stripping (#3584)
* [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
2018-02-06 12:33:13 -08:00
Ryan Luckie d6e7453f67 [stable/minio] Add pod assignment configuration options for affinity and tolerations (#3561)
- update deplyment and statefulset manifests
- add sane default values
- update README
- bump chart version
2018-02-06 12:06:14 -08:00
Bitnami Bot 80014d3b57 [stable/wordpress] Release 0.8.4 (#3563)
* wordpress: update to `bitnami/wordpress:4.9.3-r0`

* wordpress: bump chart appVersion to `4.9.3`

* wordpress: bump chart version to `0.8.4`
2018-02-06 08:49:11 -08:00
liaoj 230e01e157 Update README.md (#3553)
change charts to chart
2018-02-06 07:29:13 -08:00
James Munnelly c7a3d86e04 cert-manager: update with expanded docs. Remove creating TPR support. (#3562) 2018-02-06 07:21:12 -08:00
Olaf Klischat c1e2d69c81 Bugfix: wordpress ingress: always delegate to service's HTTP port (#3477)
* 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
2018-02-05 01:13:05 -08:00
lemaral 25118e2bbd [stable/external-dns] Add --google-project --txt-owner-id … (#3389)
* Update to external-dns 0.4.8 and add --google-project --txt-owner-id --annotation-filter

* Update Chart.yaml

* Update deployment.yaml
2018-02-03 10:32:06 -08:00
Itamar Ostricher 7ea5f277ad [stable/gcp-night-king] Add new Helm Chart for GCP Night King service (#3205) 2018-02-03 10:28:05 -08:00
Thomas Liddle 0c1830ef38 SQL Server 2017 Linux HELM Chart (#3246)
* 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
2018-02-02 04:35:08 -08:00
Paul Czarkowski 0205ce7139 [incubator/percona-xtradb-cluster] New Chart! (#2995)
* [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
2018-02-02 04:30:12 -08:00
Sven Müller 15915021c6 Add chart elasticsearch-exporter (#2525)
* Add initial resources.

* Remove traling space.

* Fix table layout.

* Fix typo.

* Add more information.

* Incorporate review comments.

* Make list indentation consistent.

* Simplify port handling.

* Fix indentation.

* Switch to stable version 1.0.2.

* Fix indentation.

* Fix validation error.

* Adjust variable name.

* Fix indentation for list values.

* Do not specify defaults for resources.

* Move chart to stable folder.
2018-02-02 04:21:06 -08:00
Severin Holzer-Graf 88f7f82ba9 External-dns improve azure support (#3404)
* 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.
2018-02-02 04:16:05 -08:00
Joshua Wester 7dcc7b0095 [stable/weave-scope] only use serviceAccountName if rbac.create is true (#3446)
* only use serviceAccountName if rbac.create is true

* increment chart version

* Enhance chart to follow best practices

seperated creating service account from enabling rbac.
see https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/rbac.md

* added missing starting space.
2018-02-01 11:22:07 -08:00
Dan Gorst c0a4cbb957 [stable/kube2iam] Add liveness probe (#3400)
* 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
2018-02-01 07:40:12 -08:00
Tim Hockin 1144328634 Convert registry to k8s.gcr.io (#3141)
* Pushes go to staging-k8s.gcr.io

* Updating chart version
2018-02-01 07:32:10 -08:00
Reinhard Nägele 51f60bda0b [stable/mongodb-replicaset] Add various enhancements (#3487)
* [stable/mongodb-replicaset] Add various enhancements

* Update helper templates to latest ones from chartutil
* Allow flexible affinity configuration
* Add tolerations
* Fix readme

* Add pod disruption budget
2018-02-01 06:49:12 -08:00
Reinhard Nägele 15643d6a60 Update helper templates to those from current chartutil (#3510) 2018-02-01 00:32:09 -08:00
Jakub Kvita f839448f3a [stable/kubernetes-dashboard] Fix labels and fullname template (#3475)
* [BUGFIX] Forgotten dashboard pod label.

* version number incremented

* Fix labels and fullname template
2018-01-31 08:09:13 -08:00
Nitish Tiwari 5fa9ef5e2e Fix bucket creation issues with Minio chart (#3470)
- Also update to latest Minio release

Fixes #3128
2018-01-31 06:52:13 -08:00
John Wells e48b680cf9 [stable/concourse] Fix typo in Vault cert paths. (#3465) 2018-01-30 12:46:07 -08:00
Alen Komljen 675fa11bbc Fix the wrong chart name (#3474)
* Fix the wrong chart name

* Increase chart version
2018-01-30 09:48:09 -08:00
Karthik Gaekwad 702fb47980 Word fixes (#3473)
* Word fixes

* Update Chart.yaml
2018-01-30 09:38:06 -08:00
Joost Hofman 5a47997e12 [stable/artifactory] Postgresql requirement / ingress support / nginx optional (#3242)
* 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
2018-01-30 09:28:10 -08:00
Colin Gabrielson d31e2725b8 [stable/rabbitmq] Fix breaking bitnami based RabbitMQ vhost configuration (#3363)
* 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
2018-01-30 09:18:07 -08:00
Александр Костырев a23db4997c [stable/nginx-ingress] Use autoscaling/v1 for hpa (#3418) 2018-01-29 12:27:33 -08:00
Charles Vallance 79feb6ca8f [stable/postgresql] Added ability to set the NodePort for the postgresql chart. (#3349)
* Added ability to set the NodePort for the postgresql chart.

* Update Chart.yaml
2018-01-29 12:23:34 -08:00
Andrey Voronkov e8838ca15d [stable/rabbitmq] Expose affinity, nodeSelector and tolerations. (#3443) 2018-01-29 12:13:31 -08:00
Guang Ya Liu 090fd30e47 [stable/consul] Use storageClassName for consul. (#1975) 2018-01-29 12:06:34 -08:00
Yves Junqueira ac2333443f stable/fluent-bit: Add Merge_JSON_Log support (#3387)
* stable/fluent-bit: Add Merge_JSON_Log support

* stable/fluent-bit: Bump the chart version

* Update Chart.yaml
2018-01-29 11:44:36 -08:00
Wes Morgan c5da6c2931 [stable/nginx-ingress] Update to 0.10.x release (#3462)
* 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
2018-01-29 10:07:32 -08:00
Adriien 5453fc144f [docker-registry] add authentication support (#3298) (#3303)
* [docker-registry] add authentication support (#3298)

* Bump chart version

* Re-bump chart version
2018-01-29 08:12:35 -08:00
Spencer Smith 40668d461c [stable/grafana] - allow for custom clusterIP to support headless services (#3101)
* allow for clusterIP to be specified in grafana svc

* bump grafana version

* move all equality checks from contains to eq

* version bump to 0.6.1
2018-01-29 07:58:33 -08:00
Eran Kampf d276326814 Sentry - Allow adding custom environment variables (for plugins support) (#3142)
* Allow adding custom environment variables (for plugins support)

Signed-off-by: Eran Kampf <eran@ekampf.com>

* Updated Sentry chart version

Signed-off-by: Eran Kampf <eran@ekampf.com>

* Fixed chart version
2018-01-28 13:02:31 -08:00
Bitnami Bot af2894e3f2 [stable/suitecrm] Release 0.3.5 (#3467)
* suitecrm: update to `bitnami/suitecrm:7.9.11-r0`

* suitecrm: bump chart appVersion to `7.9.11`

* suitecrm: bump chart version to `0.3.5`
2018-01-28 12:52:29 -08:00
Leo O'Donnell 7e25e8e101 Added a note for minikube users to address persistent volume failures (#3460)
* Added a note for minikube users to address persistent volume failures

* Bumped the redis chart version on README.md change

* Updated chart to 1.1.11
2018-01-28 10:51:31 -08:00
Eliran Bivas b095990e53 Grafana import dashboards (#3192)
* dashboard import job

* fix init script syntax

* circle ci comments (trailing spaces and version)

* Fix import dashboard by URL and better documentation

* Split resources to different files

* Remove files confition when creating configmap

* Remove default method, fix list indent, remove component label from import job
2018-01-28 01:57:31 -08:00
Vic Iglesias 9b99db67ce [stable/jenkins] Lower initial healthcheck delay (#3463) 2018-01-27 12:41:31 -08:00
Bitnami Bot 24f9db26d1 [stable/odoo] Release 0.7.2 (#3456)
* odoo: update to `bitnami/odoo:11.0.20180115-r0`

* odoo: bump chart appVersion to `11.0.20180115`

* odoo: bump chart version to `0.7.2`
2018-01-27 10:16:31 -08:00
Omar Nahhas Sanchez fb5850b873 Fix helm upgrade on grafana helm chart (#3373)
* Update job.yaml

Without those annotation, helm upgrade fails because of :
https://github.com/kubernetes/helm/issues/1769

* Increasing version number
2018-01-27 10:04:31 -08:00
Andrey Voronkov e04cc34987 [stable/redis] add volumeMount subPath feature. (#3356)
* [stable/redis] add `volumeMount` `subPath` feature.

* [stable/redis] add `volumeMount` `subPath` feature.
2018-01-27 09:58:30 -08:00
Adam Hamsik 892bac43f2 Add ability to pass boolean args to cluster-autoscaler like logtostderr (#3297)
* Add ability to pass boolean args to cluster-autoscaler like logtostderr

*  Bump chart version
2018-01-27 09:37:31 -08:00
shashi ranjan 356c348548 [stable/kong] Add a chart for Kong (#3150)
* [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
2018-01-27 06:23:31 -08:00
Erick Tryzelaar 2a105069a4 [kubernetes-dashboard] clean up and allow for labels, annotations, and custom service names (#2435)
* [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
2018-01-27 06:06:31 -08:00
Xavier Vello 083fde4663 [stable/datadog] update chart to support agent6 beta (#3368)
* 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
2018-01-27 05:30:30 -08:00
Eliran Bivas d91d44948f Fluent bit outputs (#3341)
* http output type

* remove extra space

* Update chart version (after merge)
2018-01-27 05:22:31 -08:00
Noah Kantrowitz e58195aea4 [stable/spinnaker] Avoid IP infringement in default config (#3428)
* Avoid IP infringement in default config

Even though the value isn't used, might as well not leave it in.

* Bump chart version.
2018-01-26 03:03:33 -08:00
Bitnami Bot fe40789eb9 [stable/magento] Release 0.6.1 (#3442)
* magento: update to `bitnami/magento:2.2.2-r2`

* magento: bump chart version to `0.6.1`
2018-01-26 02:50:32 -08:00