Commit Graph
626 Commits
Author SHA1 Message Date
Adnan AbdulhusseinandGitHub 48ca508d2c [incubator/zookeeper] update description and icon (#595)
* [incubator/zookeeper] update description and icon

* bump chart version
2017-02-10 16:16:56 -08:00
Miguel Ángel Martínez TriviñoandLachlan Evenson 91f5c24e1f [Jenkins] Change description (#553) 2017-02-10 15:16:55 -08:00
Michael GoodnessandLachlan Evenson 671108ad88 Added ingress support stable/wordpress (#607)
* Added ingress support

* Added annotations support

* Change the if order

* Changing the message

* Added TLS config
2017-02-10 15:05:37 -08:00
Michael GoodnessandGitHub d0064e596b fix test flake (#605) 2017-02-10 11:44:23 -06:00
VladandAdnan Abdulhussein bc7c546b5c Missing chart in helm install statement (#598)
* Missing chart in helm install statement

Usage: (v2.1.3)
  helm install [CHART] [flags]

* Include chart in install statement
* Fix set flag to use strings as required

* Trim to single line set option

* Managed to stomp the package during rebase

* Consistency of install package
2017-02-09 09:27:12 -08:00
Matthew FisherandAdnan Abdulhussein a52a9d15ac add kube-registry-proxy chart to incubator (#286)
* add kube-registry-proxy chart to incubator

* set default registry.host
2017-02-07 14:38:42 -08:00
kabakaevandAdnan Abdulhussein 519c188d5a exporter fails if localhost cannot be resolved (#475)
* exporter fails if localhost cannot be resolved

prometheus metrics postgresql exporter fails silently if "localhost" cannot be resolved

* Patch version bump to v0.3.3
2017-02-07 14:11:14 -08:00
Lachlan EvensonandVic Iglesias f9ce327b86 add review process documentation (#545) 2017-02-06 09:44:11 -08:00
Kenneth OwensandLachlan Evenson 59af278202 This PR contains updates to the ZooKeeper chart for Kubernetes 1.5 (#359)
* Remove init containers from the chart
Upgrades the chart to use StatefulSet instead of the deprecated PetSet
Integrates with the 1.5 version of the ZooKeeper contrib example
Externalizes ZooKeeper configuration to allow the chart to be tuned to
different use cases and environments
Adds a ConfigMap to store the configuration
Adds a PodDisruptionBudget to ensure that kubectl drain respects the
ensemble's quorum
Defaults the ZooKeeper log retention policy to be 1 hour instead of
forever
Configures the ensemble to log to stdout for integration with Kubernetes
log rolling
Adds pod anti-affinity to ensure the ensemble is deployed in a way that
it tolerates node failure

* This time with templates!!!

* Updates to address the enisoc and vigersiasce comments
Defalut storage is is now 50 Gi
Default cores is set to 1
All templates have been moved to separate files (when they where in a
single manifest delete errors occured in helm)
NOTES.txt has been added.
Storage annontation has been modified to use beta if the user has
specified a value or alpha default if they have not

* Removing incubator and bumping version

* moving back to incubator as testing fails

* removing stable

* adding back modifications to preamble of README

* Defaults MinAvailable to .Values.Servers-1. Cleans up some space
formatting in the template files.

* Adds zk prefix to statefulset name
Removes quotes from default storage type

* add prefixes to make Objects easier to find
comment out default storage class
2017-02-06 09:15:34 -08:00
Laurent CrisciandLachlan Evenson c87494c104 Removed default Persistence.StorageClass: generic (#530)
This is related to the changes done on the following commit:

https://github.com/kubernetes/charts/commit/a7fc595aa796664d5b6feb80a20f5c5ec25edb94

With the existing default generic StorageClass, we get errors when
testing though minikube ( didn't test on AWS or other cloud solutions )
2017-02-03 13:52:43 -08:00
Rio KierkelsandLachlan Evenson 25b475f761 fix(stable/minio): enlarge truncate to 63 and add trimSuffix (#480)
* fix(minio): enlarge truncate to 63 and add trimSuffix

* Remove random 's' in helpers
2017-02-03 13:52:05 -08:00
Amanda CameronandLachlan Evenson bb72e643f2 [stable/prometheus] Update to the recommended pvc patterns. (#463)
* Convert chart prometheus to use the recommended pvc patterns

* rebase and fix truncation in pvc conditional

* bump chart version
2017-02-03 13:51:44 -08:00
Jainish ShahandLachlan Evenson cfa7ce9dcf Upgraded artifactory version to 4.16.0 (#430) 2017-02-03 13:49:35 -08:00
electromaandVic Iglesias 08bed3c934 [stable/traefik] Added support for node and namespace selectors (#401)
* Added: support for node and namespace selectors

* Added: docs

* Minor: NL

* Fixed: extra check for "kubernetes" key presence, thanks to @krancour

* Fixed comments from @krancour:
-removed condition on service https port
-ingress filter is commented out by default

* Fixed configuration: accept list of namespaces instead of TOML string

* bump chart version
2017-02-03 12:06:48 -08:00
Lachlan EvensonandVic Iglesias 345b47c868 [WIP] Add tensorflow inception model to incubator (#165)
* initial commit

* update chart home

* add resource limits and readinessProbe
2017-02-03 11:23:41 -08:00
Faraaz KhanandVic Iglesias 00e7aea7f0 adds chart for kafka (#144)
* adds chart for kafka

* upgrading chart to using requirements.yaml for dependencies

* updates README.md

* adds notes.txt

Adds liveness probe
Adds resource limits
Improves README.md

* adds readiness probe and removes empty dir

* ensure endpoints for all services and better testing instructions
2017-02-03 11:22:55 -08:00
Michael GoodnessandAdnan Abdulhussein a76cf96aa2 [NEW] kube-lego (#397)
* kube-lego v0.1.0

* Stand-alone chart for use with nginx or GCLB

* kube-lego v0.1.2

* env values in quotes

* kube-lego v0.1.3

* Delete kube-lego-nginx service on release deletion
* Updated 'app' label & container name
* Improved values documentation

* cleanup secret & ingress

* skip cleanup
2017-01-31 18:42:03 -08:00
Ravi MehraandAdnan Abdulhussein ffc31993a8 [stable/prometheus] Use volumeMount subPath to fix prometheus-server from crashing (#424)
* Use volumeMount subPath to fix prometheus-server from crashing

* Added persistence.subPath options to server and alertmanager that default to ""

* Fixed variable names in templates.
2017-01-31 18:24:11 -08:00
Chris KnowlesandAdnan Abdulhussein 57e599dd86 [stable/traefik] Allow annotations and labels on Service and UI Ingress (#434)
* Allow annotations and labels on Service and UI Ingress

Should resolve https://github.com/kubernetes/charts/issues/334.

Allows for many additional use cases such as setup of various AWS ELB
and Route 53 annotations including use of
https://github.com/fairfaxmedia/area53.

* Clarify annotation/label config options are maps

* Ensure templates work when ingress or service configs missing

* Update Chart.yaml

* Update Chart.yaml
2017-01-31 18:23:42 -08:00
Andrés BonoandAdnan Abdulhussein 55884018a3 [stable/dokuwiki] Bump dokuwiki version to 20160626a-r7 (#486)
* dokuwiki-0.1.1: bump `bitnami/dokuwiki` image to version `20160626a-r7`

* bump chart version
2017-01-31 18:23:23 -08:00
Andrés BonoandAdnan Abdulhussein d27af70b6b drupal-0.4.1: bump bitnami/drupal image to version 8.2.5-r3 (#487) 2017-01-31 18:18:54 -08:00
Andrés BonoandAdnan Abdulhussein b466fad90e orangehrm-0.4.1: bump bitnami/orangehrm image to version 3.3.3-r8 (#489) 2017-01-31 18:17:34 -08:00
Juan Ariza ToledanoandAdnan Abdulhussein 76c2bf3930 [stable/mariadb] Bump MariaDB version (#427)
* mariadb-0.5.7: bump `bitnami/mariadb` image to version `10.1.21-r0`

* Bump chart version to 0.5.8
2017-01-31 16:34:44 -08:00
Amanda CameronandAdnan Abdulhussein e79b1f68d0 [stable/prestashop] Update to the recommended pvc patterns. (#462)
* Convert chart prestashop to use the recommended pvc patterns

* fix notes for 1.5

* bump mariadb dep

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* document alpha storage class fallback

* bump version

* fix NOTES when no mariadb password
2017-01-30 16:51:12 -08:00
Amanda CameronandAdnan Abdulhussein fbf4d8df74 [stable/phabricator] Update to the recommended pvc patterns. (#459)
* Convert chart phabricator to use the recommended pvc patterns

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* document alpha storage class fallback

* update mariadb dep

* truncate to 63 and trim trailing dashes

* bump version

* fix NOTES when no mariadb password
2017-01-30 16:50:35 -08:00
Amanda CameronandAdnan Abdulhussein 323f7f2ab6 [stable/opencart] Update to the recommended pvc patterns. (#457)
* Convert chart opencart to use the recommended pvc patterns

* update mariadb dep

* fix notes for 1.5

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* bump version

* document alpha storage class fallback

* fix NOTES when no mariadb password
2017-01-30 16:50:12 -08:00
Amanda CameronandAdnan Abdulhussein 11f64eeea6 [stable/testlink] Update to the recommended pvc patterns. (#468)
* Convert chart testlink to use the recommended pvc patterns

* remove annotations and fix trunc in pvc

* document alpha storage class fallback

* remove annotations and fix trunc in apache pvc

* increase truncation to 63 and trim trailing dashes

* update mariadb dep and NOTES.txt
2017-01-30 16:32:25 -08:00
Amanda CameronandAdnan Abdulhussein af1b2065a9 [stable/sapho] Update to the recommended pvc patterns. (#467)
* Convert chart sapho to use the recommended pvc patterns

* update based on recommendations
2017-01-30 16:32:15 -08:00
Amanda CameronandAdnan Abdulhussein 9860060ae6 [stable/redmine] Update to the recommended pvc patterns. (#466)
* Convert chart redmine to use the recommended pvc patterns

* update mariadb dep

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* document alpha storage class fallback

* bump version
2017-01-30 16:22:58 -08:00
Amanda CameronandAdnan Abdulhussein 909ed21be3 [stable/rabbitmq] Update to the recommended pvc patterns. (#464)
* Convert chart rabbitmq to use the recommended pvc patterns

* fix notes for 1.5

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* document alpha storage class fallback

* bump version
2017-01-30 16:12:36 -08:00
Amanda CameronandAdnan Abdulhussein 2d71d5bce8 [stable/phpbb] Update to the recommended pvc patterns. (#460)
* Convert chart phpbb to use the recommended pvc patterns

* fix notes for 1.5

* update mariadb dep

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* document alpha storage class fallback

* bump version
2017-01-30 16:12:18 -08:00
Amanda CameronandAdnan Abdulhussein e1bde6872d [stable/owncloud] Update to the recommended pvc patterns. (#458)
* Convert chart owncloud to use the recommended pvc patterns

* fix notes for 1.5

* update mariadb dep

* update comments in helpers

* bump version
2017-01-30 16:00:43 -08:00
Amanda CameronandAdnan Abdulhussein ee334ec76e [stable/mongodb] Update to the recommended pvc patterns. (#455)
* Convert chart mongodb to use the recommended pvc patterns

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in apache pvc

* document alpha storage class fallback

* bump version
2017-01-30 15:33:36 -08:00
Amanda CameronandAdnan Abdulhussein 4d3f641a61 [stable/minecraft] Update to the recommended pvc patterns. (#454)
* Convert chart minecraft to use the recommended pvc patterns

* truncate to 63 and trim trailing dashes

* remove annotations and fix trunc in pvc

* bump version
2017-01-30 15:33:10 -08:00
Amanda CameronandAdnan Abdulhussein e2e460e3bf [stable/grafana] Update to the recommended pvc patterns. (#445)
* Convert chart grafana to use the recommended pvc patterns

* Update Chart.yaml

* update based on recommendations
2017-01-30 15:32:41 -08:00
Amanda CameronandVic Iglesias 1b14587524 [stable/ghost] Update to the recommended pvc patterns. (#443)
* Convert chart ghost to use the recommended pvc patterns

* Update README.md

* Update pvc.yaml

* Update _helpers.tpl

* Update requirements.lock

* Update requirements.yaml

* update trunction in mariadb helper

* fix notes for 1.5

* bump version
2017-01-29 14:53:08 -08:00
Amanda CameronandVic Iglesias ea61bb639b [stable/gitlab-ce] Update to the recommended pvc patterns. (#444)
* Convert chart gitlab-ce to use the recommended pvc patterns

* Update data-pvc.yaml

* Update etc-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* gitlab-ce: Update requirements

* update postgresql dependency

* gitlab-ce: Update to redis 0.4.3

* gitlab-ce: update requirements.lock for redis
2017-01-29 14:47:34 -08:00
Adnan AbdulhusseinandVic Iglesias 48740ddcfb update redis to 3.2.6 (#523) 2017-01-29 13:27:25 -08:00
Amanda CameronandAdnan Abdulhussein 858f0df9c8 [stable/mediawiki] Update to the recommended pvc patterns. (#453)
* Convert chart mediawiki to use the recommended pvc patterns

* Update README.md

* Update apache-pvc.yaml

* Update mediawiki-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* Update requirements.lock

* Update requirements.yaml

* fix notes for 1.5
2017-01-27 17:53:02 -08:00
Amanda CameronandAdnan Abdulhussein 65c2f65f65 [stable/magento] Update to the recommended pvc patterns. (#451)
* Convert chart magento to use the recommended pvc patterns

* Update README.md

* Update apache-pvc.yaml

* Update magento-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* Update requirements.lock

* Update requirements.yaml

* fix notes for 1.5
2017-01-27 17:50:06 -08:00
Amanda CameronandAdnan Abdulhussein 07aaa131e5 [stable/kapacitor] Update to the recommended pvc patterns. (#450)
* Convert chart kapacitor to use the recommended pvc patterns

* Update pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl
2017-01-27 17:46:48 -08:00
Amanda CameronandAdnan Abdulhussein 9d8ed51050 [stable/joomla] Update to the recommended pvc patterns. (#449)
* Convert chart joomla to use the recommended pvc patterns

* Update README.md

* Update apache-pvc.yaml

* Update joomla-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* Update requirements.lock

* Update requirements.yaml

* fix notes for 1.5

* Update requirements.lock
2017-01-27 17:41:18 -08:00
Amanda CameronandAdnan Abdulhussein a7fc595aa7 [stable/jenkins] Update to the recommended pvc patterns. (#448)
* Convert chart jenkins to use the recommended pvc patterns

* Update home-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* fix notes for 1.5
2017-01-27 17:37:15 -08:00
Amanda CameronandAdnan Abdulhussein feb23a713f [stable/jasperreports] Update to the recommended pvc patterns. (#447)
* Convert chart jasperreports to use the recommended pvc patterns

* Update README.md

* Update pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* Update requirements.yaml

* Update requirements.lock

* fix notes for 1.5
2017-01-27 17:33:43 -08:00
Amanda CameronandAdnan Abdulhussein 5d798a17c6 [stable/influxdb] Update to the recommended pvc patterns. (#446)
* Convert chart influxdb to use the recommended pvc patterns

* Update pvc.yaml

* Update _helpers.tpl

* fix condition in pvc

* bump version
2017-01-27 17:28:48 -08:00
Amanda CameronandAdnan Abdulhussein 5baa7c5049 [stable/factorio] Update to the recommended pvc patterns. (#442)
* Convert chart factorio to use the recommended pvc patterns

* Update mods-pvc.yaml

* Update saves-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl
2017-01-27 16:47:27 -08:00
Amanda CameronandAdnan Abdulhussein f5e826a751 [stable/drupal] Update to the recommended pvc patterns. (#441)
* Convert chart drupal to use the recommended pvc patterns

* Update README.md

* Update _helpers.tpl

* update MariaDB dep and bump version
2017-01-27 16:45:36 -08:00
Amanda CameronandAdnan Abdulhussein e915a571ec [stable/dokuwiki] Update to the recommended pvc patterns. (#440)
* Convert chart dokuwiki to use the recommended pvc patterns

* Update README.md

* Update apache-pvc.yaml

* Update dokuwiki-pvc.yaml

* Update Chart.yaml

* Update _helpers.tpl

* fix notes for 1.5
2017-01-27 16:43:06 -08:00
Amanda CameronandAdnan Abdulhussein 62b5072a04 [stable/chronograf] Update to the recommended pvc patterns. (#439)
* Convert chart chronograf to use the recommended pvc patterns

* Update pvc.yaml

* Update _helpers.tpl

* Update Chart.yaml

* Update pvc.yaml
2017-01-27 16:34:39 -08:00
Adnan AbdulhusseinandVic Iglesias 89f291797e [stable/postgresql] revision 0.3.2 (#521)
Changes:
- update truncation to recommended practices
- fix NOTES.txt for 1.5.x
- fix newline in pvc
2017-01-27 16:31:15 -08:00