Commit Graph
2918 Commits
Author SHA1 Message Date
Fran cfaf100048 [fix] Revert value in statefulset container port (#5722)
It was changed in PR #4907 but caused issues as described in Issue #5577
2018-05-24 11:03:31 -07:00
AdamDang 350f6d8ac1 [stable/kubewatch] typo fix: tables lists->table lists (#5715)
* Add version: 0.3.1

Add version: 0.3.1

* [stable/kubewatch] typo fix: tables lists->table lists

[stable/kubewatch] typo fix: tables lists->table lists
2018-05-24 10:50:34 -07:00
AdamDang 3cda48838c [stable/mongodb-replicaset] typo fix: tables lists->table lists (#5710)
* Add version 3.4.1

Add version 3.4.1

* [stable/mongodb-replicaset] typo fix: tables lists->table lists

[stable/mongodb-replicaset] typo fix: tables lists->table lists
2018-05-24 10:46:32 -07:00
Bitnami Bot e41954a7df [stable/ghost] Release 3.1.4 (#5755)
* ghost: update to `1.23.0`

* ghost: bump chart appVersion to `1.23.0`

* ghost: bump chart version to `3.1.4`
2018-05-24 10:20:32 -07:00
Beltran 0584108804 Update Joomla! to use latest MariaDB chart version (#5740)
* Do not use 'master' in release name when replication is not enabled

* Do not use 'master' in release name when replication is not enabled

* Use the same version in the Chart.yaml and in the values.yaml. Most of the web apps are compatible with 10.1 right now

* Updated Joomla! to use latest MariaDB chart

* Updated Joomla! to use latest MariaDB chart

* Update minor version

* Update MariaDB chart version

* Updated Joomla! to use latest MariaDB chart

* Updated Joomla! to use latest MariaDB chart

* Update MariaDB chart version

* Increase the Joomla! Chart versio

* Update readme options and bump the Joomla version
2018-05-24 10:16:32 -07:00
Bren Briggs c203b8713a [stable/sonatype-nexus] Update Nexus version to 3.12.0 (#5754) 2018-05-24 10:05:41 -07:00
Daniel Whatmuff fde5856486 Adding HTTPS using AWS ACM with whitelisting option to the concourse chart (#5594)
* adding https option to use ACM in AWS and also whitelisting for service type LoadBalancer

* fixing check for range of IPs

* removing extraneous space

* adding description of value

* bumping version

* bumping to 1.6.0
2018-05-24 10:05:32 -07:00
Tomas Pizarro 02ced33d96 [stable/prestashop] - Expose readiness/liveness probes to values.yaml (#5735)
* Expose readiness/liveness probes to values.yaml

* Fix lint issue

* Undo mariadb update
2018-05-24 09:51:31 -07:00
Tomas Pizarro 6d304a142e [stable/moodle] - Expose liveness/readiness probes to values.yaml (#5733)
* Expose liveness/readiness probes to values.yaml

* Add newline at the end of values.yaml

* bump chart version

* Edit default value for initialDelaySeconds

* Undo mariadb update
2018-05-24 09:46:32 -07:00
Vincent Schwarzer 0d5e1dac48 [stable/sonarqube] Allow user to restrict LB SourceRange and assign fixed LB IP (#5741) 2018-05-24 09:35:31 -07:00
AdamDang 8a8841956f [stable/phpmyadmin] fix some typos in README.md (#5752)
* Add version: 0.1.2

version: 0.1.2

* [stable/phpmyadmin] fix some typos in README.md

[stable/phpmyadmin] fix some typos
2018-05-24 09:06:31 -07:00
James Munnelly cc8e3fddcd cert-manager: fast-forward to upstream 1e606b3e (#5744)
* Bump chart and manifests for v0.3.0 release (jetstack/cert-manager#575)
* add pod labels (jetstack/cert-manager#563)
* Add leaderElection.namespace option to helm chart (jetstack/cert-manager#548)
* Add clusterResourceNamespace option to Helm chart (jetstack/cert-manager#547)
* Fix ingress-shim cli flags (jetstack/cert-manager#526)
* Create chart OWNERS (jetstack/cert-manager#528)
* Link ingress-shim into main controller binary (jetstack/cert-manager#502)
* readthedocs documentation rewrite (jetstack/cert-manager#428)
* add selector, as otherwise it fails on GKE k8s v1.9.x (jetstack/cert-manager#440)
* Add podAnnotations (jetstack/cert-manager#387)
* Document common ingressShim.extraArgs use case in chart (jetstack/cert-manager#382)
* Helm Chart: Add support for affinity and tolerations (jetstack/cert-manager#350)
* Set default cluster resource namespace to current pod namespace (jetstack/cert-manager#329)
* Create a Namespace resource as part of the static manifest bundle (jetstack/cert-manager#340)
* Add default shortNames to certificates CRD (jetstack/cert-manager#312)
* fix: Use ConfigMaps for leaderelection (jetstack/cert-manager#327)
2018-05-24 07:25:30 -07:00
Josh Giles 51bf618246 [stable/traefik] Add ingressClass value option. (#5609)
Adds the ability to specify the kubernetes.io/ingress.class value to
watch for.

The Traefik chart currently allows filtering by ingress label selector,
but ingress annotations are more commonly supported in charts than
ingress labels (see e.g. the stable/dashboard and stable/prometheus
charts). Supporting ingress class specification allows users to easily
have multiple Traefik instances (e.g. internal vs external) filtering on
this standard annotation.
2018-05-24 06:59:31 -07:00
Matt McNaughton ae9f9045db [stable/rabbitmq] Update rabbitmq supported ver. (#5743)
The previous information around supported k8s versions in the rabbitmq
chart was incorrect. It said this chart could be used with k8s 1.4+ with
the beta APIs enabled. However, the statefulset utilized
apps/v1beta2, which is only available in 1.8+. Supporting 1.8+
corresponds with the overall Charts policy of supporting the current and
previous minor release (in this case, 1.10 and 1.9).)
2018-05-24 06:23:32 -07:00
Matt McNaughton 8cf97fb5aa [stable/redis] Update redis supported versions (#5739)
The previous information around supported k8s versions in the `redis`
chart was incorrect. It said this chart could be used with k8s 1.4+ with
the beta APIs enabled. However, the `statefulset` utilized
`apps/v1beta2`, which is only available in 1.8+. Supporting 1.8+
corresponds with the overall Charts policy of supporting the current and
previous minor release (in this case, 1.10 and 1.9).
2018-05-24 06:18:30 -07:00
AdamDang d207b1506d [stable/mariadb] typo fix tables lists->table lists (#5712)
* [stable/mariadb]Add version

[stable/mariadb]Add version

* [stable/mariadb] typo fix tables lists->table liests

[stable/mariadb] typo fix tables lists->table liests
2018-05-24 05:15:31 -07:00
Louis Cloutier 6aba2d6e0e [redis] Support existingSecret for metrics deployment (#5723) 2018-05-24 04:48:31 -07:00
Bitnami Bot 8523d8b538 [stable/phabricator] Release 1.0.9 (#5734)
* phabricator: update to `2018.20.0`

* phabricator: bump chart appVersion to `2018.20.0`

* phabricator: bump chart version to `1.0.9`
2018-05-24 04:41:30 -07:00
Beltran f5892cedce Use the same version in the Chart.yaml and in the values.yaml (#5738)
* Do not use 'master' in release name when replication is not enabled

* Do not use 'master' in release name when replication is not enabled

* Use the same version in the Chart.yaml and in the values.yaml. Most of the web apps are compatible with 10.1 right now

* Update minor version
2018-05-24 04:16:31 -07:00
AdamDang 15d66175cc [stable/horovod] typo fix: tables lists->table lists (#5714)
* Add version 0.1.3

Add version 0.1.3

* [stable/horovod] typo fix: tables lists->table lists

[stable/horovod] typo fix: tables lists->table lists
2018-05-23 23:00:32 -07:00
AdamDang f7400b4455 [stable/tensorflow-notebook] Typo fix: tables lists->table lists (#5709)
* Add Version 0.1.2

Add Version 0.1.2

* [stable/tensorflow-notebook] Typo fix: tables lists->table lists

[stable/tensorflow-notebook] Typo fix: tables lists->table lists
2018-05-23 16:26:31 -07:00
Victor Trac bce2824ce8 Fix redis-ha README.md with correct server values param (#4444)
* Fix redis-ha README.md with correct server values param

* Update Chart.yaml

* Update Chart.yaml
2018-05-23 11:22:31 -07:00
AdamDang a05d39a920 [stable/tensorflow-serving] typo fix: tables lists->table lists (#5707)
* Add Version: 0.1.2

Add Version: 0.1.2

* [stable/tensorflow-serving] typo fix: tables lists->table lists

[stable/tensorflow-serving] typo fix: tables lists->table lists
2018-05-23 11:15:32 -07:00
Beltran f1711c2209 Do not use 'master' in release name when replication is not enabled (#5713)
* Do not use 'master' in release name when replication is not enabled

* Do not use 'master' in release name when replication is not enabled
2018-05-23 08:03:32 -07:00
vtuson c6cab1ea04 added a default annotaion to rewrite path (#5705)
* added a default annotaion to  rewrite path

* fix linter issues
2018-05-23 06:43:31 -07:00
Vic Iglesias 8e5117a213 [stable/spinnaker] Allow users to register arbitrary Kubernetes clusters (#5456)
* Update component versions

* Bump Spinnaker version in Chart.yaml

* Use either local or kubeconfig accounts

* Update docs for spinnaker multicluster

* Fix capitalization of values

* Fix README indentation

* Add more info to values file

* Bump Spinnaker chart minor version

* Only mount secrets if kubeConfig is enabled
2018-05-23 02:56:31 -07:00
vtuson e01b646315 Phpmyadmin chart (#5567)
* first draft

* allow to connect for web if host not passed

* moved to stable folder

* removed from incubator

* added readme and notes

* rename properly

* fix lint errors

* fixes for juans review

* fix typo

* unguiculus feedback

* improvements to how the db fullname template was named

* sameersbn feedback

* readibility improvements

* fixes to sameer's review

* rename suffix to chartName

* rename part2
2018-05-23 02:46:32 -07:00
Reinhard Nägele 2efcf20f31 [stable/nginx-ingress] Align RBAC with current best practices (#5639) 2018-05-23 02:41:32 -07:00
Giancarlo Rubio 26d94b15c8 [Node-exporter] Add extra flags arguments and rollingUpdate strategy (#5699)
* specify rolling update strategy

* add extra args

* review readme

* bump chart version
2018-05-23 02:30:32 -07:00
cheyang 11e9f197b9 fix docs and add owner file of horovod chart (#5667) 2018-05-22 15:06:22 -07:00
cheyang 7e15697ae8 fix typo in prometheus-rabbitmq-exporter's readme (#5666) 2018-05-22 15:01:25 -07:00
Bitnami Bot e1120579e6 [stable/joomla] Release 1.0.3 (#5690)
* joomla: update to `3.8.8`

* joomla: bump chart appVersion to `3.8.8`

* joomla: bump chart version to `1.0.3`
2018-05-22 09:21:57 -07:00
Bitnami Bot 9e60a26126 [stable/mongodb] Release 2.0.6 (#5683)
* mongodb: update to `3.6.5`

* mongodb: bump chart appVersion to `3.6.5`

* mongodb: bump chart version to `2.0.6`
2018-05-21 23:52:54 -07:00
Bitnami Bot 52c90ce4a0 [stable/parse] Release 1.0.4 (#5680)
* parse: update to `2.8.0`

* parse: bump chart appVersion to `2.8.0`

* parse: bump chart version to `1.0.4`
2018-05-21 23:47:56 -07:00
Bitnami Bot 05709987c2 [stable/wordpress] Release 1.0.7 (#5679)
* wordpress: update to `4.9.6`

* wordpress: bump chart appVersion to `4.9.6`

* wordpress: bump chart version to `1.0.7`
2018-05-21 23:41:55 -07:00
Bitnami Bot a49be0ece6 [stable/phabricator] Release 1.0.8 (#5642)
* phabricator: update to `2018.19.0`

* phabricator: bump chart appVersion to `2018.19.0`

* phabricator: bump chart version to `1.0.8`
2018-05-20 13:45:48 -07:00
Lachlan Evenson 497f79525f Update kube-lego to latest version (#5647) 2018-05-18 15:17:51 -07:00
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
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
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 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