Commit Graph
3497 Commits
Author SHA1 Message Date
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
Thomas Liddle 0e83ecd39d Added env variables for collation and lcid (#4731) 2018-04-19 13:19:59 -07:00
André Bauer 86c2173025 bump nginx-ingress image to version 0.13.0 (#5130)
* updated nginx-ingress docker image tag to 0.13.0

* raised chart and app version

* Update README.md
2018-04-19 13:15:09 -07:00
knutjda db84f02b67 Added config option for imagePullSecrets in keycloak chart (#4924)
* Added config option for imagePullSecrets in keycloak chart

* Increased chart version

* Update Chart.yaml
2018-04-19 13:14:59 -07:00
cheyang 9821afb3dd fix tensorflow serving document (#5033)
* fix tensorflow serving document

* add owners file
2018-04-19 13:07:09 -07:00
keke d3dfa619a6 Removed unused imports from locust task script (#5027)
* remove: unused imports

* fix: increment new chart version
2018-04-19 13:06:59 -07:00
cheyang e9cadcaee3 TensorFlow notebook (#4990)
* [incubator/tensorflow-notebook] add tensorflow notebook and tensorboard

add hook

* update helmignore

* add home

* change Always to IfNotPresent

* move to stable
2018-04-19 12:58:00 -07:00
Elliot Kennedy 0cbc762c7b Support custom labels on nginx ingress controller service (#5035) 2018-04-19 12:48:00 -07:00
todoesverso 88e151b750 Add loadbalancer IP to kibana (#5021)
* Add loadbalancer IP to kibana

* Bumped kibana chart minor version

* Documented loadBalancerIP for kibana service
2018-04-19 12:43:59 -07:00
Corey O'Brien cfbfbbcdc7 [incubator/vault] Add HA configuration (#4709)
* [incubator/vault] Vault enhancements (customization, HA).

* Add support for service customization (ports, annotations)
* Add support for pod annotations
* Add readinessProbe to Vault service (for use in HA)
* Add support for Vault in HA mode (detect pod IP)

* Update how POD_IP is propagated into VAULT_CLUSTER_ADDR.

* [incubator/vault] Improved HA
* Use RollingUpdate with maxUnavailable
* Add PDB with maxUnavailable
* Make readiness default to exclude sealed vaults but configurable
* Remove `.Release.Revision` so `helm upgrade` doesn't require unsealing
2018-04-19 12:40:00 -07:00
Corey O'Brien b0df5fc2c3 [stable/cluster-autoscaler] Add PDB (#4398)
* [stable/cluster-autoscaler] Add PDB

* [stable/cluster-autoscaler] Add missing Chart.yml meta

* Make maxUnavailable configurable

* Add labels and make configuration more robust

* Bump version for new feature

* Fixup readme

* Make pbb values a string to make it easier to switch off the default
2018-04-19 10:47:59 -07:00
Federico Nusymowicz e6cc219825 [incubator/drone] Allows custom drone annotations (#5030)
* Allows custom drone annotations

* Fixes values.yaml

* Update Chart.yaml
2018-04-19 10:34:00 -07:00
Jeff Hodges 8ea04174d9 correct ImageTag setting in stable/jenkins (#4371)
The actual default value for the ImageTag in stable/jenkins is `lts`, not a specific version.

(I'm not sure if that setting is ideal, but that I'm just documenting what it is. What should it be?)
2018-04-19 09:41:59 -07:00
Will Salt 1899b88053 [stable/grafana] add pod annotations to grafana chart (#5084)
* add pod annotations to grafana chart

* Fix indentation of pod annotations

* bump semver

* added parameters to the readme
2018-04-19 08:01:00 -07:00