Commit Graph
3774 Commits
Author SHA1 Message Date
Mung 5c4eacb944 support influxdb with ingress (#5099)
* support influxdb with ingress and increment version to 0.8.5

* don't default value for SSL cert and increment version to 0.9.1
2018-05-18 08:44:51 -07:00
Matt McNaughton b2c9f8514d Fix cockroachdb not abiding by resources reqs (#5629)
The containers in the stateful set were ignoring the resource requests
when specified in `values.yaml`. Comment out the resources requests
in `values.yaml`, so we only set requests if the user specifically
enables them.

I verified this is working by running `kubectl describe pod POD | grep
cpu` on one of the created pods on the fix branch. It returned `cpu:
"100m"`. On the master branch, the same command returned nothing.
2018-05-18 06:24:51 -07:00
Bitnami Bot 73406be9dc [stable/odoo] Release 0.7.11 (#5637)
* odoo: update to `11.0.20180515`

* odoo: bump chart appVersion to `11.0.20180515`

* odoo: bump chart version to `0.7.11`
2018-05-18 01:53:51 -07:00
Bitnami Bot cb13f1d610 [stable/moodle] Release 1.0.3 (#5636)
* moodle: update to `3.5.0`

* moodle: bump chart appVersion to `3.5.0`

* moodle: bump chart version to `1.0.3`
2018-05-18 01:42:50 -07:00
Anuraag Agrawal 8a466d627a [stable/grafana] extraSecretMounts support (#5630)
* [stable/grafana] extraSecretMounts support

* Update Chart.yaml
2018-05-18 00:25:52 -07:00
Daniel Tomcej 9099b86101 update ACME staging CA (#5560) 2018-05-18 00:20:49 -07:00
AdamDang f3f2d4ffb3 [incubator/couchdb] typo fix in README.md (#5539)
* Bump version

version: 0.1.3

* [incubator/couchdb] typo fix in README.md

* Update README.md

* Update Chart.yaml
2018-05-18 00:15:51 -07:00
Wesley Tanaka fc6a6eadf7 Add "helm repo add incubator" to README (#5611) 2018-05-18 00:00:59 -07:00
Karol Chrapek 5e43cfc22e Update dependency version and change zooKeeper variable to zookeeper (#5552)
* Update dependency version and change zooKeeper variable to zookeeper

* Update requrement lock

* Change zookeeper services name to the new value

* Update Chart.yaml
2018-05-18 00:00:49 -07:00
Eric Bailey 9248f6f530 [stable/mysql] Add fullnameOverride (#5531)
Also, update the conditional logic in the mysql.fullname template to more
closely mirror the behaviour of other charts, i.e. if no fullnameOverride is
specified and the release name contains the chart name, use it as the full name.
2018-05-17 23:44:50 -07:00
Mark Betz b8e6f2db5f Stable/unbound/add tcp port + minor fixes (#5544)
* Add the tcp port definition to the unbound container

* Add the tcp port definition to the unbound service

* Wrap resources in with block to prevent rendering when empty

* Style: unindent remaining with blocks to left margin

* Bump chart version.
2018-05-17 23:40:01 -07:00
Marco Vito Moscaritolo 973b4facdb [incubator/drone] Bump version to last stable (0.8.5) (#5501) 2018-05-17 23:39:51 -07:00
Igor Rodionov 302ed5bf18 [incubator/vault] Added annotations (#5114)
* Added annotations

* Added annotations

* Address comments

* Address PR comments
2018-05-17 23:33:53 -07:00
Aaron Biller 2c6d4f3ac7 Bump imageTag to 4.0.1 to match values.yaml (#5624) 2018-05-17 22:47:50 -07:00
cheyang 1905e1f612 refactor fluentd-cloudwatch (#5087)
* refactor fluentd-cloudwatch

* Update Chart.yaml

* update image pullpolicy

* Fix readme

* Update Chart.yaml
2018-05-17 22:39:50 -07:00
Corey O'Brien d3e5c5e424 [stable/cluster-autoscaler] Upgrade to 1.2.2 (#5627) 2018-05-17 22:35:00 -07:00
Corey O'Brien 8be1dbfcfa [stable/newrelic-infrastructure] Fix mount path for config (#5553) 2018-05-17 22:34:50 -07:00
cheyang dc67b785bf refactor etcd to meet the chart tech requirement (#5316)
* de-capitalize all the variables of etcd

* remove unused variables

* refactor the image definition

* update the version

* remove trailing spaces

* bump a major version

* fix typo

* Update Chart.yaml

* disable pvc by default, to make the e2e test pass

* add persistent volume enabled

* fix align issue

* update helpers.tpl

* fix cpu and memory resources

* remove default function
2018-05-17 22:07:53 -07:00
cheyang dd642bfec5 [stable/horovod] Add chart for horovod (#5415)
* [incubator/horovod] support horovod

* fix lint check

* update the readme

* Separate files per resource

* add use secrets

* add env for using secrets

* move to stable

* change to offical docker image
2018-05-17 22:02:50 -07:00
Dan Wendorf 6489136aef [stable/openvpn] Optionally remove redirect-gateway config (#5174)
* [stable/openvpn] Optionally remove redirect-gateway config

It's not always desirable to have all traffic redirect over the VPN

* Update Chart.yaml
2018-05-17 21:43:51 -07:00
Reinhard Nägele bc178b63c7 [stable/nginx-ingress] Update ports (#5348)
* [stable/nginx-ingress] Update ports

* Make port configurations consistent
* Use named ports to refer to target ports from services

* Bumped chart version
2018-05-17 21:36:50 -07:00
Reinhard Nägele 8759f5864d [incubator/keycloak] Add miscellaneous improvements (#5372)
* [incubator/keycloak] Add miscellaneous improvements

* Update Keycloak to 3.4.3.Final
* Use nc to check for PostgreSQL availability in order to avoid
  RBAC configurations
* Allow additional volumes and mounts to be configured
* Allow custom pre-start script to be configured
* Improve affinity configuration
* Add security context
* Update _helpers.tpl
* Only add environment variables for Keycloak credentials on
  install. They are only needed for creating the intial user.
  This avoids an error in the logs
* Add pod disruption budget
* Make test more robust

* Update Postgresql dependency

* Align ingress configuration with best practices
2018-05-17 21:06:50 -07:00
Diwakar b3156d6f2f Update minio NOTES.txt (#5177)
* Update Chart.yaml

* Update NOTES.txt

Fix the command to find pod name of current helm release.

* Update Chart.yaml
2018-05-17 14:54:51 -07:00
Matt Farina 8d00832aa9 Fix for version comparison from strings to semver (#4608)
* Fix for version comparison from strings to semver

See #3002 for more detail

* Include pre-releases in the semver ranges

This is important when testing against alpha and beta builds of
Kubernetes along with environments that use pre-releases to denote
things other than pre-releases (e.g., gke denotes the environment
with a pre-releases)
2018-05-17 14:49:52 -07:00
Alexander 41a11e92d0 Update Secret.yaml (#5546)
* Update Secret.yaml

Increase rabbitmq password complexity

* Update Chart.yaml

Chart version changed
2018-05-17 14:45:10 -07:00
AdamDang af39f93c09 [stable/acs-engine-autoscaler] Fix the failure links and little change in format (#5537)
* Bump version

version: 2.1.5

* Update README.md
2018-05-17 14:45:00 -07:00
Michael Parker d53f93c08b [stable/nginx-ingress] Small README fix (#5365)
* [stable/nginx-ingress] Small README fix

* Bump chart version
2018-05-17 14:44:50 -07:00
Giancarlo Rubio f62797031f [Elastalert] set replicas count in deployment file (#5555)
* set replicas count in deployment file

* Update Chart.yaml

* Update Chart.yaml

* Update values.yaml
2018-05-17 14:28:02 -07:00
Corey O'Brien d89e1753f4 [stable/newrelic-infrastructure] Add rolling update strategy (#5554)
* [stable/newrelic-infrastructure] Add rolling update strategy

* Update Chart.yaml
2018-05-17 14:27:53 -07:00
AdamDang 5d0d60a72c [stable/kanister-operator] Fix the failure links (#5536)
* Update Chart.yaml

* [stable/kanister-operator] fix the failure links in README.md

* Update Chart.yaml
2018-05-17 14:01:54 -07:00
Olivier HEDIN f527df7dce add a component selector to make sure to get the ID of the server POD (#5540)
* add a component selector to make sure to get the ID of the server POD

* Update Chart.yaml
2018-05-17 13:54:51 -07:00
Liran Haimovitch d7785c6d1d updated DataDog version to 6.2.0 (#5535)
* updated DataDog version to 6.2.0

* updated chart version

* Update README.md
2018-05-17 13:50:49 -07:00
Ben Keith 48281f10c6 Updating signalfx-agent to version 3.1.9 (#5619) 2018-05-17 13:47:01 -07:00
Fabio Todaro c08c070d9a Enable RBAC by default (#5581) 2018-05-17 13:46:51 -07:00
Matt McNaughton 7e210b9902 Fix stable/grafana chart (#5556)
Use `secretRef` instead of `secretKeyRef`, because `secretKeyRef` is not
a valid key for `envFrom`.

Here are the relevant
[docs](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#envfromsource-v1-core).

I verified that is working by running `helm install --set
envFromSecret=SOME-EXISTING-SECRET` and verifying that pods successfully
launched on this branch, but did not successfully launch from the master
branch.
2018-05-17 13:31:52 -07:00
Alen Komljen 2720cd8438 Update readme to use stable channel (#5571)
* Update readme to use stable channel

* Increase chart version
2018-05-17 13:26:50 -07:00
AdamDang bd04adec00 [incubator/drone] typo fix: afinity->affinity (#5604)
* Add version

version: 1.0.3

* [incubator/drone] typo fix: afinity->affinity

[incubator/drone] typo fix: afinity->affinity

* Update README.md

* Update README.md
2018-05-17 13:20:51 -07:00
Corey O'Brien 140b711b45 [stable/external-dns] Revert "Allow upgrade with empty clusterIP (#4711)" (#5137)
* Revert "Allow upgrade with empty clusterIP (#4711)"

This reverts commit 26289ca945.

* Bump version
2018-05-17 13:09:52 -07:00
JP d9298820ae fixes error reported in issue 5171 (#5210)
* fixes error reported in issue 5171

* chart version bump

* Adding home
2018-05-17 12:35:50 -07:00
Juanchimienti 112ada058f Added prometheus mysql exporter chart (#5373)
* Added prometheus mysql exporter chart

* Cosmetics

* Added home and appVersion to chart

* Updated diferences with helm 2.8+

* Fix typo

* Corrected wrong indent, simplified secret name

* Changed secretname definition
2018-05-17 12:30:59 -07:00
Kevin Lefevre f3573a5396 [stable/keel] Add support for SLACK_BOT_NAME (#5244)
* [stable/keel] Add support for SLACK_BOT_NAME

Allow to specify a Bot name different from the default "keel".

* add slack botname to README

* bump release version and app version to latest release
2018-05-17 12:30:49 -07:00
Marco Giacomassi 9c3244f87e [Incubator/mysqlha] rechedule fails with persistent disks (#5523)
* STOP SLAVE IO_THREAD before changing master in xtrabackup container

* Remove slave existing data before cloning

* incremented chart version

* fix typo
2018-05-17 12:12:49 -07:00
Valerio Coltrè b552477505 Enhance openvpn chart (#5489)
* openvpn: annotate config sha, to reboot services on configuration change

* openvpn: add externalIP support

* openvpn: remove default nodeport, that way it's auto-assigned

* openvpn: configuration revamp

* openvpn: removed non-working script

* openvpn: configuration reword

* openvpn: explicitly suggested how to disable kube-dns bridge

* openvpn: subPath is now optional
2018-05-17 11:05:51 -07:00
Rafal Piotrowski 12d0778d1b [stable/prometheus] Add optional extra node-exporter pod labels (#5268)
* [stable/prometheus] add optional extra node-exporter pod labels

* [stable/prometheus] increase version to 6.3.0
2018-05-17 10:43:50 -07:00
cheyang 80a14a2d29 fix kanister-operator README (#5610) 2018-05-17 09:26:50 -07:00
Sasha 109a78416a issue_5600: Update README.md (#5614) 2018-05-17 06:22:51 -07:00
Tyler Roscoe 4170eccb6c Add namespace to finish_cluster command. (#5301)
* Add namespace to finish_cluster command.

* Bump version.
2018-05-17 05:59:51 -07:00
Andres 31dbce94f9 [incubator/kubeless] Update kubeless chart (#5598)
* Update kubeless chart

* Bump version

* Configure release namespace
2018-05-17 02:37:53 -07:00
Jason Ertel ca5d95c810 [stable/elastalert] Upgrade to 0.1.30 of elastalert docker image (#5542)
* upgrade to new docker image 0.1.30

* upgrade to new docker image 0.1.30
2018-05-16 15:43:49 -07:00
Jason Gwartz 9ed0ea1d8a Updates redis-metrics service (docs and old references) (#5515)
* Updates redis-metrics service

This updates the field specs to be `metrics.service.annotations`, instead
of `metrics.annotations`, to be more in line with how the `master.service`
is configured.

This commit also fixes documentation and values.yaml references to the old
service annotation configurations.

* Increases chart version

* Fixes duplicate key issue

* Updates chart version (new major)

* Removes metrics endpoint from slave service

* Changes chart to update minor version
2018-05-16 15:30:00 -07:00