Commit Graph
2284 Commits
Author SHA1 Message Date
Rico Pahlisch 2c5ab7c26d add pull secret option and enable adding additional commandline args (#4508) 2018-03-29 15:23:03 -07:00
xasor e851ab6ee3 [stable/mysql] Add nodeSelector config parameter (#4509)
* Add nodeSelector config parameter to mysql chart

* Add appVersion

* Rerun ci
2018-03-29 15:09:04 -07:00
Simon Wydooghe b96d16fd3e [stable/prometheus] Configurable name overrides / appVersion (#4397)
Similar to other charts, this allows for configurable name
overrides so 'cleaner' resource names can be achieved, independent
of the wanted release names.

This PR also adds appVersion to Chart.yaml, as this seems to be
a requirement now for tests to pass.
2018-03-29 15:03:03 -07:00
Haoyun effdd5fc47 fix grammar mistake (#4504)
* fix grammar mistake

fix grammar mistake 
change tables-> table

* version: 1.0.5

version: 1.0.5
2018-03-29 14:57:13 -07:00
Thomas Liddle 9383c7149b [mssql-linux] Updated service port and image tag to recent (#4510)
* Updated service port and image tag to recent

* Updated deploy with environment variable and svc name

* Updated Chart.yaml with home and appVersion
2018-03-29 14:57:03 -07:00
Sameer Naik 1ce8c0430d stable/wordpress: remove unused MARIADB_ROOT_PASSWORD env parameter (#4503) 2018-03-29 14:48:04 -07:00
Valerii Shyian 9cb2b207a6 Remove mistaken tag for selector (#4287)
* Remove mistaken tag for selector

* Incr. chart version

* Change docker image source

* Incr. chart version
2018-03-29 14:31:03 -07:00
Stephan van Maris 53d1cd54f0 add an InitContainer to the Deployment to copy the files from the ConfigMap to an EmptyDir (#4271)
* Update deployment.yaml

ConfigMaps are mounted read-only since Kubernetes 1.9.4 (kubernetes/kubernetes#58720). The Grafana Chart uses a ConfigMap to provision the config- and dashboard directories. Grafana tries to create/modify files in these directories, which is not allowed anymore. This PR adds an busybox initContainer to the Deployment that copies the files from the ConfigMap to a new emptyDir, similar to #4169. Fixes #4267.

* bump Chart version
2018-03-29 13:50:03 -07:00
Bill McMath 0dc89ac284 Changed the liveness and readiness probe to have configurable port numbers (#4478)
* Changed the liveness and readiness probe to have configurable port numbers

* Corrected the variable path

* Updated the chart version to 0.11.4

* Added home

* Bumping minor version to 0.12.0
2018-03-29 13:45:03 -07:00
Tim Hobbs 94a7b54e63 [stable/external-dns] Empty clusterIP does not attempt invalid update (#4377)
* Empty clusterIP does not attempt invalid update

clusterIP cannot be updated https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.9/#servicespec-v1-core
The empty string is a valid value on installation, but not update.
Empty string is the default value, therefore only set `clusterIP` if a non-empty value is provided.

This will prevent `Error: UPGRADE FAILED: Service "my-external-dns" is invalid: spec.clusterIP: Invalid value: "": field is immutable`

* Increase version
2018-03-29 13:37:04 -07:00
rodesousa 71cafadedf [stable/sonatype-nexus] fix reusability of existing claim (#4438)
* Deployment does not use the existing volume claim name when mounting
volume

Signed-off-by: rodesousa <dessroberto@gmail.com>
2018-03-29 13:33:02 -07:00
Peter Rifel 0ccaa453d4 [stable/kube-state-metrics] Update ClusterRole to match new collectors (#4467) 2018-03-29 13:24:04 -07:00
Haoyun a6c3ac9a27 Typo fix (#4512)
* Typo fix

Typo fix

* Version update

Version update
2018-03-29 13:19:02 -07:00
Kai Chen 378d3e3fdd concourse: Small fixes in README and templates (#4484)
* concourse: Small fixes in README and templates

* Update chart version (version got bumped since the earlier PR)
2018-03-29 00:04:05 -07:00
AdamDang deab197fa2 Update stable/chronograf/README.md (#4490)
* Add version for chronograf

Add version for chronograf

* Update stable/chronograf/README.md

Delete duplicated word.

* Add appVersion key

Add appVersion key

* Modify appVersion

Modify appVersion

* Update Chart.yaml
2018-03-28 23:54:13 -07:00
AdamDang 90f6f303a3 Update stable/influxdb/README.md (#4491)
* Add version for influxdb

Add version for influxdb

* Update stable/influxdb/README.md

Update stable/influxdb/README.md

* Add appVersion key

Add appVersion key

* Modify appVersion

Modify appVersion

* Update Chart.yaml
2018-03-28 23:54:03 -07:00
AdamDang 6d5c788cba Update kapacitor/README.md (#4492)
* Add version for kapacitor

Add version for kapacitor

* Update kapacitor/README.md

Update kapacitor/README.md

* Add appVersion key

Add appVersion key

* Modify appVersion

Modify appVersion

* Update Chart.yaml
2018-03-28 23:48:03 -07:00
AdamDang b61b4bf7b9 Update stable/postgresql/README.md (#4495)
* Add version for postgresql

Add version for postgresql

* Update stable/postgresql/README.md

Update stable/postgresql/README.md

* Add appVersion key

Add appVersion key

* Modify appVersion

Modify appVersion
2018-03-28 22:14:03 -07:00
AdamDang 1cb6251e10 Update stable/redis/README.md (#4489)
* Add version for redis

Add version for redis

* Update README.md

Delete duplicated word.
2018-03-28 21:48:02 -07:00
Chr1st0ph 0463ddc98b stable/selenium values.yaml: fixed comments (#4483)
* stable/selenium values.yaml: fixed comments

* stable/selenium update Chart.yaml version
2018-03-28 21:42:03 -07:00
AdamDang ec7f0d1535 Update /stable/rabbitmq/README.md (#4493)
* Add version for rabbitmq

Add version for rabbitmq

* Update /stable/rabbitmq/README.md

Update /stable/rabbitmq/README.md
2018-03-28 21:38:12 -07:00
AdamDang 560547463e Update stable/mariadb/README.md (#4496)
* Add version for mariadb

Add version for mariadb

* Update stable/mariadb/README.md

Update stable/mariadb/README.md
2018-03-28 21:38:03 -07:00
AdamDang 115a6a206e Update stable/quassel/README.md (#4494)
* Add version for quasse

Add version for quasse

* Update stable/quassel/README.md

Update stable/quassel/README.md
2018-03-28 21:30:12 -07:00
AdamDang e1d4dc53ec Update stable/mongodb/README.md (#4497)
* Add version for mongodb

Add version for mongodb

* Update stable/mongodb/README.md

Update stable/mongodb/README.md
2018-03-28 21:30:03 -07:00
Bitnami Bot 8013cc498f [stable/drupal] Release 0.11.13 (#4500)
* drupal: update to `bitnami/drupal:8.5.1-r0`

* drupal: bump chart appVersion to `8.5.1`

* drupal: bump chart version to `0.11.13`
2018-03-28 20:12:03 -07:00
Diego Rodriguez 5bd9c486a9 [stable/sumologic-fluentd] Support creating persistence directory (#3453)
* Add support for creating the host path

* remove unnecessary else

* update documentation to include note about minimum k8s version for certain params

* Remove the Daemonset when the Sumologic collector URL value is not provided

* undo
2018-03-28 16:09:03 -07:00
AdamDang bafdaf7fe8 Update stable/concourse/README.md (#4488)
* Add version for concourse

Add version for concourse

* Update README.md

Delete the duplicated word "Volume volume"
2018-03-28 14:02:03 -07:00
Dylan Arbour 7bad0e0087 Fix Vault for cert and token auth (#4425)
* Fix Vault for `cert` and `token` auth

- `caCert` was renamed to `useCaCert` but not in README or values.yaml
- `vault-client-key` and `vault-client-cert` should only need to be set
  when the auth mode has been set to `cert`. Without the check, `approle`
  and `token` auth will fail (due to Go not being able to parse the PEM
  of "")

* Bump minor
2018-03-28 06:43:03 -07:00
Jason Poon 744a7cdae7 [stable/ethereum] Add Chart for Deploying Private Ethereum Network (#3220)
* add chart for deploying private ethereum network. closes #2088.

* fix: update readme. add privatekey for default account to fund

* fix: add private key to values. import-geth-account to geth nodes

* fix: decrease difficulty of network. increase gas limit, allow remote connections to geth-tx

* fix: make difficulty/gasLimit configurable. use versioned ethstats image

* fix: use component labels

* fix: remove LICENSE

* fix: as per code review, remove keys

* docs: add documentation on creating a new geth account

* fix: clarify documentation on creating a new account

* add custom test values.yaml

* move chart to stable

* use latest _helpers
2018-03-28 02:17:03 -07:00
Ryan Luckie 4ec06ab31e [stable/minio] Fix configmap issue, add ingress resource and general refactor (#4281)
* Rename manifests to align with best practices

* Refactor minio chart

- add ingress resource
- consolidate svc resource to support all deployment modes
- update labels and selectors to align with helm best practices
- general cleanup to align with helm best practices/patterns observed in `helm create`
- update values, README and _helpers accordingly
- bump image tag
- bump chart version

* Fix issue caused by ConfigMaps now being mounted ReadOnly

Tested on:
k8s 1.8.10 and 1.9.6

Related:
https://github.com/kubernetes/kubernetes/pull/58720

Fixes:
https://github.com/kubernetes/charts/issues/4272

* Bump chart version to 1.0.0
2018-03-28 00:52:05 -07:00
Ole Markus With c9c99aaaab [stable/neo4j] Add support for imagePullSecrets (#4454)
* Add support for imagePullSecret

* Bumping minor version

* lower case imagePullSecret
2018-03-27 14:45:13 -07:00
Miouge1 fa884bc4ae Update Nexus image (#4458) 2018-03-27 14:45:03 -07:00
Shane Starcher fa18254696 Filebeat k8s fix (#4408)
* upgrade filebeat to 6.2.3 to prevent k8s metadata infinite loop

* fix filebeat /var/log and drop seperate prospectors configuration

* fix linting
2018-03-27 14:27:03 -07:00
Bryan Shelton ede96813ff [stable/buildkite] Fix newline issue when using extraEnv (#4403) 2018-03-27 14:16:03 -07:00
Christopher Randles 08e49f402c [stable/kube-state-metrics]: support toleration configuration (#4412) 2018-03-27 13:56:04 -07:00
Kurt McAlpine 2bec084260 Use nodeSelector from worker (#4469) 2018-03-27 13:43:12 -07:00
Jess G 0dd644755b Add svc annotations support in kibana chart (#4480)
* Adding support for kibana svc annotations.

* Increment Chart version

* Add svc annotation in README.md

* Add default value and example in values.yaml

* increment minor version

* Update comment in values.yml file to follow guidelines

* add home to Chart.yaml file to pass validation test

* add newline char
2018-03-27 13:43:03 -07:00
Bitnami Bot 584c5e3769 [stable/mariadb] Release 2.1.17 (#4482)
* mariadb: update to `bitnami/mariadb:10.1.32-r0`

* mariadb: bump chart appVersion to `10.1.32`

* mariadb: bump chart version to `2.1.17`
2018-03-27 13:31:03 -07:00
Pete Brown 88c10bad70 Add update strategy for docker-registry deployment (#4475) 2018-03-27 13:25:02 -07:00
Raymond Botha d2272b8cbf Add initcontainer to bypass 1.9.4 read-only configmap mount (#4411) 2018-03-27 13:21:03 -07:00
Giancarlo Rubio d13c73ce32 Change service port to 80 because the pod does not enable https by default (#4470) 2018-03-27 13:17:03 -07:00
Maxime VISONNEAU a14c8a25d1 Added the possibility to specify affinity options to kube2iam chart (#4203) 2018-03-27 13:11:03 -07:00
Ashley Penney 6020983d5c Add stackdriver-exporter (#4167)
* Add stackdriver-exporter

Stackdriver-exporter gathers metrics from Google Cloud projects and
presents them for Prometheus to gather.

* Update URL

* Switch to lowerCamelCase across the chart

* Use Helm 2.8 _helpers.tpl as a foundation.

* Fix chart label
2018-03-27 13:07:02 -07:00
Alexey Remizov 54bf0b00fb [stable/sentry] Configure externalIPs (#4179)
* [sentry] Added variable service.externalIPs

* [sentry] Fixed notes about access to service of type ClusterIP

* Update Chart.yaml
2018-03-27 13:03:05 -07:00
Simon Wydooghe 0807c777d7 [stable/traefik] Add configurable PVC annotations (#4205)
* [stable/traefik] Add configurable PVC annotations

When migrating one traefik setup to another, it's handy to be able
set annotations on the PVC, especially "helm.sh/resource-policy".

* Update Chart.yaml
2018-03-27 12:55:02 -07:00
Casey Kuhlman f72d9e49a1 move placeholder keys and genesis.json to ci folder (#4448) 2018-03-27 12:48:02 -07:00
Tim Stoop e2ffed17ab Set an externalTrafficPolicy. (#4353) 2018-03-27 12:40:01 -07:00
DaNuk (DNk) caab81fa1a dnk: Use user.password if present (#4462) 2018-03-27 11:15:03 -07:00
Eliran Bivas a8e94c2f4a Support additional k8s filter params (#4406)
* Support additional k8s filter params

* trailing spaces

* values typo

* lower case values
2018-03-27 11:07:02 -07:00
Marek Bartík 3256b1dbd5 fix helm upgrade wrong syntax (#4394)
* fix helm upgrade wrong syntax

* bump Chart version

* Update Chart.yaml
2018-03-27 10:58:13 -07:00