Commit Graph
3510 Commits
Author SHA1 Message Date
Kirill Rakhman 3ec99ddb3a chronograf: fix values.yaml (#5264)
* chronograf: fix values.yaml

* chronograf: bump version
2018-04-26 12:54:26 -07:00
Alexander Babai 9e1cce036a [stable/postgresql] Standardize labels (#5110)
* [stable/postgresql] standardize labels

* use "postgresql.name" as app label instead of "postgresql.fullname"
* match pods by two labels, release and app

* [stable/postgresql] bump version to 0.9.6

* [stable/postgresql] update notes

* [stable/postgresql] bump version to 0.11.0
2018-04-26 12:49:29 -07:00
James Munnelly 2c63a5db53 cert-manager: fast-forward to upstream dab1d42d (#5274)
* Update chart for v0.2.5 release (jetstack/cert-manager#518)
2018-04-26 10:59:02 -07:00
Pete Brown 7d8367b279 [stable/docker-registry] Add pod annotations and checksum for configmap to deployment (#5080)
* Add pod annotations and checksum for configmap to deployment

The will allow us to annotate the pod as necessicary and will restart the Deployemnt on ConfigMap changes

* Fix path in configmap checksu annotation

* Use Template.basePath to find ConfigMap

Using print $.Chart.Name "/templates/configmap.yaml" does not work when this is used as a subchart

* Add podAnnotations to README
2018-04-26 10:14:02 -07:00
AdamDang b7cf30cfbb Add home key and typo fix in vaultingkube (#5181)
* Add home key for vaultingkube/Chart.yaml

home: https://github.com/sunshinekitty/vaultingkube

* Add version

* Typo fix in vaultingkube/README.md

tables lists->table liests
2018-04-26 10:10:03 -07:00
Daren Desjardins fb5ff1341e [stable/sumologic-fluentd] Allow the time_key field to be defined via environment variables (#4539)
* Allow the time_key field to be defined via environment variables

- The fluentd config for docker containers was hardcoded to use time as the name of the field but this is not a universal standard.

* Increase chart version and add appVersion

* Remove trailing space

* bump version to 0.4.0

* Upgrade to 1.9 release

* Update appVersion in chart to 1.9

* Upgrade to v1.10

* Upgrade sumologic-fluentd to 1.11

* Update appversion to 1.11

* Update readme

* Undo typo in readme
2018-04-26 09:10:02 -07:00
vtuson 1ab586c137 support for an existing PVC (#5265) 2018-04-26 07:30:03 -07:00
Sameer Naik 7e1365a2b5 [stable/redis] enable probes in the default configuration (#5259) 2018-04-26 02:54:02 -07:00
Miguel Elias dos Santos 8f6d6de5ca Adding support for custom labels on grafana svc (#4172) 2018-04-25 17:09:01 -07:00
Petteri Vaarala 732d25b535 [rabbitmq-ha] AppVersion to 3.7.4 and more configuration parameters added (#4907)
* AppVersion to 3.7.4 and more configuration options added

New configurable parameters
* customSecret similar to customConfigMap
* terminationGracePeriodSeconds
* persistentVolume name

Also use rabbitmqManagerPort value in statefulset container port instead
of hardcoded value.

* Added persistentVolume.name to README.md & rebased
2018-04-25 13:15:01 -07:00
Jakob 3fe5381f28 Update config.yaml (#5039)
* Update config.yaml

* Update Chart.yaml
2018-04-25 13:07:11 -07:00
Ken 3249e1343e Fix typo in docker-registry/README.md (#5031) 2018-04-25 13:07:02 -07:00
cheyang a75d1ed02d update document of sumologic-fluentd (#4921) 2018-04-25 12:56:01 -07:00
Casey Kuhlman fa387df750 graduate kubewatch to stable (#3482) 2018-04-25 12:24:02 -07:00
Bitnami Bot 3ca25082a4 [stable/drupal] Release 0.11.17 (#5252)
* drupal: update to `8.5.3`

* drupal: bump chart appVersion to `8.5.3`

* drupal: bump chart version to `0.11.17`
2018-04-25 12:14:02 -07:00
Frank Reno 416a3b5cae only install daemonset if collectorUrl is set (#5235)
* only install daemonset if collectorUrl is set as it will not work properly. This will also ensure our tests reliably pass.

* bump version and add current appVersion

* use test values the use fake URL but exclude paths from processing to prevent errors.
2018-04-25 12:05:01 -07:00
James C Scott III 53a4ae3284 [elasticsearch-curator] Add extra volumes & mounts (#5243)
* [elasticsearch-curator] Add extra volumes & mounts

Similar to the fluentd-elasticsearch chart where one
would like to mount extra volumes for things like TLS,
this commit adds the same thing for this chart.
Example Use Case: Need to mount certificate authority
file so the curator can talk to a elasticsearch cluster
where HTTPS is enforced

* [elasticsearch-curator] properly bump version

the previous changes introduce a new feature (non-breaking)
2018-04-25 08:45:03 -07:00
Bruno 57018ecde6 Fix for concourse version on statefulset for workers picking up TSA host (#4905)
* Fix for concourse version on statefulset for workers picking up TSA host

* Updated chart version

* Updated version
2018-04-25 08:33:02 -07:00
Miouge1 54f00dfcde Add support for default certificate (#5223) 2018-04-25 08:17:02 -07:00
Adrien Chardon 9954fc85fb [stable/sonatype-nexus] Fix resources not applied + allow env var (#5218)
* [stable/sonatype-nexus] Allow additional env variables for nexus container

* [stable/sonatype-nexus] Fix .Value.nexus.resources not applied

* [stable/sonatype-nexus] Bump Chart version
2018-04-25 07:46:01 -07:00
Kiall Mac Innes 294015f83d [stable/nfs-server-provisioner]: Add nfs-server-provisioner chart (#3870)
* [stable/nfs-provisioner]: Add nfs-provisioner chart

Adds a new chart to deploy the kubernetes-incubator nfs-provisioner
using a StatefulSet. Additionally, it requested, will define the
necessary StorageClass resource needed to make use of the provisioner.

* [stable/nfs-provisioner]: Update image tag to v1.0.9

* [stable/nfs-server-provisioner]: Move stable/nfs-provisioner to stable/nfs-server-provisioner

* [stable/nfs-server-provisioner]: Update Chart.yaml and README.md for name change
2018-04-25 03:10:02 -07:00
Juan Ariza Toledano d9f690a7e9 [stable/rabbitmq] enable RBAC by default (#5202)
* Disable K8s plugins when RBAC is disabled

* Enabling plugin again. RBAC by default

* Bumping Chart Major Version. Adapting comment on values.yaml
2018-04-25 02:43:03 -07:00
Marco Bachmann f3e170ae27 Allow setting node port for NodePort typed service (#5200)
* Allow setting node port for NodePort typed service

* fix service type build failure in RabbitMQ svc

* patch RabbitMQ version
2018-04-25 00:38:02 -07:00
Christian Roy 7ed1645418 [stable/redis-ha] Consistent label "name" for all deployments (Issue 4517) (#4518)
* [stable/redis-ha] Consistent label "name" for all deployments

* Bump version

* [stable/redis-ha] The name is present in another place.

* [stable/redis-ha] Standardize labels and added tests

* Added standard labels to tests

* Fix the name of the tests to be standard too
2018-04-24 20:25:02 -07:00
Ricardo Barros 0043bdb6a8 [stable/redis] Fix README password typo (#5209)
* [stable/redis] Fix README password typo (#5209)

Bump redis chart version to 3.0.3

* Incrementing chart version
2018-04-24 13:05:02 -07:00
Braden Wright 6b67d9968d [incubator/kafka] Added support for Prometheus exporter, updated JMX stats (#5120)
* Added support for Prometheus exporter also tried to support more variables, updated jmx stats, etc.

* fixing linting error

* fix readme formatting

* Added whitelist option

* moving configmap to higher level jmx setting

* default jmx to off

* bwright: tweaking values

* fixed formatting and add notes to values

* fixing linting whitespace issue

* added to notes

* more details around whitelist

* tweaked notes per Bens comment

* more notes about jmx stats

* fixing hardcoded namespace and trying to localize operator values as suggest.  Intervals were single variables so I left those, if more arise grouping them would make sense

* missed a couple

* fixing lint

* added monitoring section to README

* README tweaks

* default operator to false

* clean up values readme
2018-04-24 11:07:03 -07:00
Alika Larsen bf877829d9 [stable/mysql] Adding BYO SSL certificates option (#4387)
* Adding BYO ssl certificate option for secure connections to MySQL

* Updating README w/SSL options.

* Removing CA option from SSL test. This will fail if the certificate is self-signed.

* Bumping minor version to signify new features and after rebase

* Fixing helm test for default values.

* Allowing user to manage SSL secrets externally

* Updating SSL documentation
2018-04-24 10:00:00 -07:00
Adrien Chardon 4732b70502 [Nexus] Fix ingress path (#5205) 2018-04-24 07:53:00 -07:00
Bitnami Bot 5ce0568e08 [stable/phabricator] Release 1.0.5 (#5214)
* phabricator: update to `2018.16.0`

* phabricator: bump chart appVersion to `2018.16.0`

* phabricator: bump chart version to `1.0.5`
2018-04-24 02:09:01 -07:00
Bitnami Bot 41707b24ec [stable/wordpress] Release 1.0.4 (#5204)
* wordpress: update to `4.9.5`

* wordpress: bump chart appVersion to `4.9.5`

* wordpress: bump chart version to `1.0.4`
2018-04-24 00:53:59 -07:00
Bitnami Bot d3c97a6e24 [stable/ghost] Release 3.0.3 (#5208)
* ghost: update to `1.22.3`

* ghost: bump chart appVersion to `1.22.3`

* ghost: bump chart version to `3.0.3`
2018-04-24 00:49:00 -07:00
Bob Potter af9915e3f6 [incubator/jaeger] support ES_NODES_WAN_ONLY for spark job (#4877)
* [incubator/jaeger] support ES_NODES_WAN_ONLY for spark job

Setting this is necessary for the spark job to work against AWS
elasticsearch clusters.

https://github.com/jaegertracing/spark-dependencies#elasticsearch

* [jaeger/incubator] bump version to 0.3.11

* Update common-cm.yaml
2018-04-23 16:44:00 -07:00
Jon Campbell 78ee4ba154 [stable/jenkins] Allow NetworkPolicy.ApiVersion and Master.Ingress.ApiVersion to Differ (#5103) 2018-04-23 15:25:59 -07:00
Jacob LeGrone 0fe90b5204 [stable/jenkins] Secure Defaults (#5026)
* Allow disabling agent protocols

* Allow disabling the CLI

* Add CSRF toggle

* Add defaults

* Enable CSRF by default

* Disable CLI by default

* document new options

* Increment chart version

* Fix helm lint and templating issues
2018-04-23 11:25:59 -07:00
Giancarlo Rubio 23529d3baf Remove checksum annotations (#5199) 2018-04-23 08:41:01 -07:00
030 f1d8f76655 [#5118] update nexus version to 3.10.0-04 (#5119)
* [#5118] update nexus version to 3.10.0-04

* [#5118] increment chart version
2018-04-23 05:15:59 -07:00
Sameer Magan e36dbfa437 Added support for authenticating with SASL-SCRAM: (#5076)
* Added support for authenticating with SASL-SCRAM:
 - added secrets file for kafka and zookeeper auth
 - updated values.yaml with config for sasl-scram
 - add config-map for jaas file to use for java authentication
 - added KAFKA_OPTS environment variable for specifying location of jaas
 file
 - added init container to substitute secrets into jaas file before
 application startup
 - bumped minor version as this is adding a new feature

* modifications based on pull requesrt feedback:
- implemented allowing the user to specify their own k8s secret
- changed kafkaOpts to schemaRegistryOpts
- cleaned up whitespace
- removed redundant range loop

* bumping minor version as this is adding a new feature
2018-04-23 05:00:59 -07:00
Joshua Dotson ab44875229 [stable/wordpress] Allow service type to be ClusterIP (#5097)
- To support oauth-proxy use case.
2018-04-22 23:52:59 -07:00
Max V 455a232888 [stable/cluster-autoscaler] add gce support (#4614)
* add gce support

* update readme

* update Chart version to 0.5.3

* increment chart version

* update RBAC and doc's

* Update Chart.yaml
2018-04-22 00:34:00 -07:00
Bitnami Bot 917bf46355 [stable/odoo] Release 0.7.9 (#5056)
* odoo: update to `11.0.20180415`

* odoo: bump chart appVersion to `11.0.20180415`

* odoo: bump chart version to `0.7.9`
2018-04-21 04:13:00 -07:00
dimitrovvlado b269dfbf46 Fixing indent of Grafana readiness probe (#5108)
* Fixing indent of Grafana readiness probe

* Fixing indent of Grafana readiness probe.
2018-04-21 02:49:59 -07:00
Dave Anderson b64f65f843 stable/metallb: bump binary version to v0.6.1. (#5149) 2018-04-20 12:47:01 -07:00
Carlos Sanchez 2cd3fc481c [stable/jenkins] Wait for up to 2 minutes before failing liveness check (#5161)
* [stable/jenkins] Wait for up to 2 minutes before failing liveness check

Otherwise a plugin installation causes 2 restarts

* Update Chart.yaml
2018-04-20 11:56:59 -07:00
Jason Gwartz 4d25fb1ccb [kubernetes-dashboard] Adds docs about fullnameOverride for kubectl proxy (#5052)
* [kubernetes-dashboard] Adds docs about fullnameOverride for kubectl proxy

If you want to use 'localhost:8001/ui' as a shorthand to get
to the kubernetes-dashboard, the service name must be
'kubernetes-dashboard', but this is not typically what
Helm generates. This commit adds a short note
about how to override that.

* Increments kubernetes-dashboard chart version
2018-04-20 10:10:59 -07:00
Varsha Varadarajan e25931c792 [stable/gocd] Bump up GoCD version to 18.3.0 (#5146)
* Bump up GoCD version to 18.3.0

* update changelog.
2018-04-20 10:03:59 -07:00
Tim Hobbs 4946b3613c Remove duplicate updateStrategy declaration (#5150)
* Remove duplicate updateStrategy declaration

* Bump version
2018-04-20 09:54:59 -07:00
jeff-knurek 7c41a0cf4a [stable/sonatype-nexus] a significant refactor of the nexus chart that allows for easy backups and proxy (#3617)
* [stable/sonatype-nexus] a significant refactor of the nexus chart that allows for easy backups and proxy

Makes the chart more production ready from install

* [sonatype-nexus] add in the template changes from Helm 2.8.1

* [sonatype-nexus] implement as a deployment instead of statefulset

stable storage is a requirement, but couldn't find a reason why it still needed to be a statefulset

* [sonatype-nexus] increase k8s version as prerequisite

* [sonatype-nexus] fix the other PR comments, namely keeping the storage class settings consistent

* [sonatype-nexus] rename the port values, and make it clearer how they are used

* [sonatype-nexus] remove dependency of cert-manager

* [sonatype-nexus] during merge conflicts, almost lost latest change of pv annotations

* [sonatype-nexus] update nexus version to 3.9.0

* [sonatype-nexus] add option for securityContext to allow for official sonatype/nexus3 image to start up

* [sonatype-nexus] add option for disabling the backup container (and it's resources)

* [sonatype-nexus] add option for using an existing PV

* [sonatype-nexus] use an empty dir for backup if backup container isn't enabled

* [sonatype-nexus] update NOTES.txt to use the actual value of admin pwd instead of hardcoded default

* [sonatype-nexus] add the liveness/readiness probe back in

* [sonatype-nexus] Backup is currently only works with GCP at the moment, so disable it by default

* [sonatype-nexus] Add a link to the repo that is used for the nexusBackup container
2018-04-20 06:50:59 -07:00
Juan Ariza Toledano e82722adc8 Adding 'usePassword' parameter to allow deploying the chart without a… (#5159)
* Adding 'usePassword' parameter to allow deploying the chart without authentication

* Bump chart version
2018-04-20 05:22:00 -07:00
Dale Tristram 2fe630187a [stable/rabbitmq] Fix hardcoded service account name (#5158)
* [stable/rabbitmq] Fix hardcoded service account name

The service account name in rolebinding.yaml is currently hardcoded to rabbitmq. This change aligns it with the value the name the service account is actually created with: {{ template "rabbitmq.fullname" . }}

* [stable/rabbitmq] Bump chart version to 0.7.6
2018-04-20 03:03:59 -07:00
wwojcik 7da5c61319 [stable/heapster] Add annotations to service (#4949)
* [stable/heapster] Add annotations to service

* Update README.md
2018-04-19 13:31:00 -07:00