From 5a07408f91e8b5060fe858f693ffc65aec5c7f74 Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen Date: Fri, 1 Apr 2016 12:43:01 +0200 Subject: [PATCH] Fix source description as an array --- alpine/Chart.yaml | 30 +++++++++++++++++++------- cassandra/Chart.yaml | 15 +++++++------ docker-registry/Chart.yaml | 18 ++++++++++------ elasticsearch/Chart.yaml | 17 +++++++++------ example-nginx/Chart.yaml | 30 +++++++++++++++++++------- example-todo/Chart.yaml | 25 +++++++++++++++------ jenkins/Chart.yaml | 17 +++++++++------ memcached/Chart.yaml | 24 +++++++++++++++------ mysql/Chart.yaml | 18 ++++++++++------ nginx-alpine/Chart.yaml | 21 ++++++++++++------ nginx/Chart.yaml | 21 ++++++++++++------ owncloud/Chart.yaml | 17 +++++++++------ postgresql/Chart.yaml | 18 ++++++++++------ proxy-2-service/Chart.yaml | 21 ++++++++++++------ rabbitmq/Chart.yaml | 18 ++++++++++------ redis-cluster/Chart.yaml | 30 +++++++++++++++++++------- redis-standalone/Chart.yaml | 23 ++++++++++++++------ redmine/Chart.yaml | 22 +++++++++++++------ riak/Chart.yaml | 19 ++++++++++------ selenium-hub/Chart.yaml | 29 +++++++++++++++++++------ spark/Chart.yaml | 18 ++++++++++------ storm/Chart.yaml | 9 ++++---- third_party/elasticsearch-1/Chart.yaml | 18 ++++++++++------ third_party/minecraft/Chart.yaml | 28 +++++++++++++++++------- ubuntu-debootstrap/Chart.yaml | 19 ++++++++++------ 25 files changed, 364 insertions(+), 161 deletions(-) diff --git a/alpine/Chart.yaml b/alpine/Chart.yaml index 701c8d5ab0..8f9bc84ee3 100644 --- a/alpine/Chart.yaml +++ b/alpine/Chart.yaml @@ -1,10 +1,24 @@ name: alpine -home: http://www.alpinelinux.org/ -version: 0.1.0 description: Simple pod running Alpine Linux. -maintainers: - - Matt Butcher -details: - This package provides a basic Alpine Linux image that can be used for basic - debugging and troubleshooting. By default, it starts up, sleeps for a long - time, and then eventually stops. +version: 0.1.0 +keywords: + - package + - provides + - basic + - alpine + - linux + - image + - used + - basic + - debugging + - troubleshooting + - default + - starts + - sleeps + - long + - time + - eventually + - stops +source: + - https://github.com/kubernetes/charts/tree/master/alpine +home: http://www.alpinelinux.org/ \ No newline at end of file diff --git a/cassandra/Chart.yaml b/cassandra/Chart.yaml index 5f8cdc26f1..058c74e067 100644 --- a/cassandra/Chart.yaml +++ b/cassandra/Chart.yaml @@ -1,8 +1,11 @@ name: cassandra -home: http://cassandra.apache.org/ -version: 0.2.1 description: The Apache Cassandra Project. -maintainers: - - Matt Fisher -details: - This package deploys Cassandra to kubernetes. +version: 0.2.1 +keywords: + - package + - deploys + - cassandra + - kubernetes +source: + - https://github.com/kubernetes/charts/tree/master/cassandra +home: http://cassandra.apache.org/ \ No newline at end of file diff --git a/docker-registry/Chart.yaml b/docker-registry/Chart.yaml index 036ba36f82..e8af0936ec 100644 --- a/docker-registry/Chart.yaml +++ b/docker-registry/Chart.yaml @@ -1,8 +1,14 @@ name: docker-registry -home: https://github.com/docker/distribution -version: 0.2.0 description: The Docker toolset to pack, ship, store, and deliver content. -maintainers: - - Matt Fisher -details: - This package provides a Docker Registry that can be used for development purposes. +version: 0.2.0 +keywords: + - package + - provides + - docker + - registry + - used + - development + - purposes +source: + - https://github.com/kubernetes/charts/tree/master/docker-registry +home: https://github.com/docker/distribution \ No newline at end of file diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 4933a911c9..ebaab76f14 100644 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -1,8 +1,13 @@ name: elasticsearch -home: https://github.com/elastic/elasticsearch -version: 0.2.0 description: Elasticsearch Restful Search Engine -maintainers: - - Ian Coffey -details: - This Chart provides a basic Elasticsearch search service. +version: 0.2.0 +keywords: + - chart + - provides + - basic + - elasticsearch + - search + - service +source: + - https://github.com/kubernetes/charts/tree/master/elasticsearch +home: https://github.com/elastic/elasticsearch \ No newline at end of file diff --git a/example-nginx/Chart.yaml b/example-nginx/Chart.yaml index c4e2508dc9..af32ad206a 100644 --- a/example-nginx/Chart.yaml +++ b/example-nginx/Chart.yaml @@ -1,10 +1,24 @@ name: example-nginx -home: http://github.com/slack/kubernetes-nginx-example -version: 0.0.2 description: An example nginx + git-sync application -maintainers: - - Jason Hansen -details: - This chart provides a simple nginx website which demonstrates a Pod with - two containers. One container runs nginx, the other constantly syncs a git - repository. +version: 0.0.2 +keywords: + - chart + - provides + - simple + - nginx + - website + - demonstrates + - pod + - two + - containers + - one + - container + - runs + - nginx + - constantly + - syncs + - git + - repository +source: + - https://github.com/kubernetes/charts/tree/master/example-nginx +home: http://github.com/slack/kubernetes-nginx-example \ No newline at end of file diff --git a/example-todo/Chart.yaml b/example-todo/Chart.yaml index d6e45b5047..f1a0d212a6 100644 --- a/example-todo/Chart.yaml +++ b/example-todo/Chart.yaml @@ -1,9 +1,20 @@ name: example-todo -home: http://github.com/deis/example-todo -version: 0.0.6 description: Example Todo application backed by Redis -maintainers: - - Gabe Monroy -details: - This chart contains an Example Todo application backed by Redis. - It supports standalone and clustered (sentinel) Redis backends. +version: 0.0.6 +keywords: + - chart + - contains + - example + - todo + - application + - backed + - redis + - supports + - standalone + - clustered + - sentinel + - redis + - backends +source: + - https://github.com/kubernetes/charts/tree/master/example-todo +home: http://github.com/deis/example-todo \ No newline at end of file diff --git a/jenkins/Chart.yaml b/jenkins/Chart.yaml index 7fc6721537..75eb0d8a44 100644 --- a/jenkins/Chart.yaml +++ b/jenkins/Chart.yaml @@ -1,8 +1,13 @@ name: jenkins -home: https://jenkins-ci.org/ -version: 0.2.0 description: The leading open-source continuous integration server. -maintainers: - - Matt Fisher -details: - Jenkins is the leading open-source continuous integration server. +version: 0.2.0 +keywords: + - jenkins + - leading + - open-source + - continuous + - integration + - server +source: + - https://github.com/kubernetes/charts/tree/master/jenkins +home: https://jenkins-ci.org/ \ No newline at end of file diff --git a/memcached/Chart.yaml b/memcached/Chart.yaml index 1eb284171b..315f771f50 100644 --- a/memcached/Chart.yaml +++ b/memcached/Chart.yaml @@ -1,9 +1,19 @@ name: memcached -home: http://https://hub.docker.com/_/memcached/ -version: 0.1.0 description: A simple Memcached cluster -maintainers: -- Matt Butcher -details: |- - Memcached is a simple cache server. This chart provides multiple replication - controllers that can be grouped together into a cluster. +version: 0.1.0 +keywords: + - memcached + - simple + - cache + - server + - chart + - provides + - multiple + - replication + - controllers + - grouped + - together + - cluster +source: + - https://github.com/kubernetes/charts/tree/master/memcached +home: http://https://hub.docker.com/_/memcached/ \ No newline at end of file diff --git a/mysql/Chart.yaml b/mysql/Chart.yaml index fc4adfaafa..77af1dd196 100644 --- a/mysql/Chart.yaml +++ b/mysql/Chart.yaml @@ -1,8 +1,14 @@ name: mysql -home: https://www.mysql.com/ -version: 0.2.0 description: Chart running MySQL. -maintainers: - - Matt Fisher -details: - This package provides a basic MySQL database for development purposes. +version: 0.2.0 +keywords: + - package + - provides + - basic + - mysql + - database + - development + - purposes +source: + - https://github.com/kubernetes/charts/tree/master/mysql +home: https://www.mysql.com/ \ No newline at end of file diff --git a/nginx-alpine/Chart.yaml b/nginx-alpine/Chart.yaml index 04554ed123..3802f495ae 100644 --- a/nginx-alpine/Chart.yaml +++ b/nginx-alpine/Chart.yaml @@ -1,8 +1,17 @@ name: nginx-alpine -home: https://www.nginx.com -version: 0.1.0 description: Nginx http service -maintainers: - - Rimas Mocevicius -details: - This chart contains a basic nginx http service useful in verifying proof of concept. +version: 0.1.0 +keywords: + - chart + - contains + - basic + - nginx + - http + - service + - useful + - verifying + - proof + - concept +source: + - https://github.com/kubernetes/charts/tree/master/nginx-alpine +home: https://www.nginx.com \ No newline at end of file diff --git a/nginx/Chart.yaml b/nginx/Chart.yaml index 6b9880c4ab..2a6dbf1043 100644 --- a/nginx/Chart.yaml +++ b/nginx/Chart.yaml @@ -1,8 +1,17 @@ name: nginx -home: https://www.nginx.com -version: 0.2.0 description: Nginx http service -maintainers: - - Rimas Mocevicius -details: - This chart contains a basic nginx http service useful in verifying proof of concept. +version: 0.2.0 +keywords: + - chart + - contains + - basic + - nginx + - http + - service + - useful + - verifying + - proof + - concept +source: + - https://github.com/kubernetes/charts/tree/master/nginx +home: https://www.nginx.com \ No newline at end of file diff --git a/owncloud/Chart.yaml b/owncloud/Chart.yaml index 194170c460..458ae51b50 100644 --- a/owncloud/Chart.yaml +++ b/owncloud/Chart.yaml @@ -1,8 +1,13 @@ name: owncloud -home: https://owncloud.org/ -version: 0.2.0 description: a self-hosted file sync and share server. -maintainers: - - Matt Fisher -details: - OwnCloud is a self-hosted file sync and share server. +version: 0.2.0 +keywords: + - owncloud + - self-hosted + - file + - sync + - share + - server +source: + - https://github.com/kubernetes/charts/tree/master/owncloud +home: https://owncloud.org/ \ No newline at end of file diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index 1e34169304..fb578b3bb2 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -1,8 +1,14 @@ name: postgresql -home: http://www.postgresql.org/ -version: 0.2.0 description: The world's most advanced open source database. -maintainers: - - Matt Fisher -details: - This package provides a basic PostgreSQL database for development purposes. +version: 0.2.0 +keywords: + - package + - provides + - basic + - postgresql + - database + - development + - purposes +source: + - https://github.com/kubernetes/charts/tree/master/postgresql +home: http://www.postgresql.org/ \ No newline at end of file diff --git a/proxy-2-service/Chart.yaml b/proxy-2-service/Chart.yaml index f83acf1b50..054c778349 100644 --- a/proxy-2-service/Chart.yaml +++ b/proxy-2-service/Chart.yaml @@ -1,8 +1,17 @@ name: proxy-2-service -home: https://github.com/kubernetes/contrib/tree/master/for-demos/proxy-to-service -version: 0.1.0 description: Proxy a pod port or host port to a kubernetes Service -maintainers: -- Rimas Mocevicius -details: |- - Very handy for demos from your laptop to be able to access service via host IP and port +version: 0.1.0 +keywords: + - handy + - demos + - laptop + - able + - access + - service + - via + - host + - ip + - port +source: + - https://github.com/kubernetes/charts/tree/master/proxy-2-service +home: https://github.com/kubernetes/contrib/tree/master/for-demos/proxy-to-service \ No newline at end of file diff --git a/rabbitmq/Chart.yaml b/rabbitmq/Chart.yaml index 95ec050bd1..badc332347 100644 --- a/rabbitmq/Chart.yaml +++ b/rabbitmq/Chart.yaml @@ -1,8 +1,14 @@ name: rabbitmq -home: https://www.rabbitmq.com/ -version: 0.2.0 description: Chart running RabbitMQ. -maintainers: - - Matt Fisher -details: - This package provides RabbitMQ (a message broker) for development purposes. +version: 0.2.0 +keywords: + - package + - provides + - rabbitmq + - message + - broker + - development + - purposes +source: + - https://github.com/kubernetes/charts/tree/master/rabbitmq +home: https://www.rabbitmq.com/ \ No newline at end of file diff --git a/redis-cluster/Chart.yaml b/redis-cluster/Chart.yaml index e13b397df3..4d140d970c 100644 --- a/redis-cluster/Chart.yaml +++ b/redis-cluster/Chart.yaml @@ -1,10 +1,24 @@ name: redis-cluster -home: http://github.com/deis/redis-cluster -version: 0.0.5 description: Highly available Redis cluster with multiple sentinels and standbys. -maintainers: - - Gabe Monroy -details: - This package provides a highly available Redis cluster with multiple sentinels and standbys. - Note the `redis-master` pod is used for bootstrapping only and can be deleted once - the cluster is up and running. +version: 0.0.5 +keywords: + - package + - provides + - highly + - available + - redis + - cluster + - multiple + - sentinels + - standbys + - note + - `redis-master` + - pod + - used + - bootstrapping + - deleted + - cluster + - running +source: + - https://github.com/kubernetes/charts/tree/master/redis-cluster +home: http://github.com/deis/redis-cluster \ No newline at end of file diff --git a/redis-standalone/Chart.yaml b/redis-standalone/Chart.yaml index 77e8a0debc..757e7fcc43 100644 --- a/redis-standalone/Chart.yaml +++ b/redis-standalone/Chart.yaml @@ -1,9 +1,18 @@ name: redis-standalone -home: http://github.com/deis/helm -version: 0.0.1 description: Standalone Redis Master -maintainers: - - Gabe Monroy -details: - This package provides a standalone Redis master useful for prototyping. - Note this does not include any high availability. +version: 0.0.1 +keywords: + - package + - provides + - standalone + - redis + - master + - useful + - prototyping + - note + - include + - high + - availability +source: + - https://github.com/kubernetes/charts/tree/master/redis-standalone +home: http://github.com/deis/helm \ No newline at end of file diff --git a/redmine/Chart.yaml b/redmine/Chart.yaml index 9251eba836..d8d1138f19 100644 --- a/redmine/Chart.yaml +++ b/redmine/Chart.yaml @@ -1,8 +1,18 @@ name: redmine -home: http://www.redmine.org/ -version: 0.2.0 description: A flexible project management web application. -maintainers: - - Matt Fisher -details: - Redmine is a flexible project management web application written using Ruby on Rails framework. +version: 0.2.0 +keywords: + - redmine + - flexible + - project + - management + - web + - application + - written + - using + - ruby + - rails + - framework +source: + - https://github.com/kubernetes/charts/tree/master/redmine +home: http://www.redmine.org/ \ No newline at end of file diff --git a/riak/Chart.yaml b/riak/Chart.yaml index c15230cbb6..a5ef6cdc23 100644 --- a/riak/Chart.yaml +++ b/riak/Chart.yaml @@ -1,8 +1,15 @@ name: riak -home: http://github.com/deis/riak -version: 0.2.0 description: A distributed NoSQL database. -maintainers: - - Matt Fisher -details: - This Chart provides a standalone Riak node in kubernetes for development purposes. +version: 0.2.0 +keywords: + - chart + - provides + - standalone + - riak + - node + - kubernetes + - development + - purposes +source: + - https://github.com/kubernetes/charts/tree/master/riak +home: http://github.com/deis/riak \ No newline at end of file diff --git a/selenium-hub/Chart.yaml b/selenium-hub/Chart.yaml index b250356439..d1b914f029 100644 --- a/selenium-hub/Chart.yaml +++ b/selenium-hub/Chart.yaml @@ -1,9 +1,24 @@ name: selenium-hub -home: http://www.seleniumhq.org -version: 2.47.1 description: Selenium is a suite of tools to automate web browsers across many platforms. -maintainers: -- Elson Rodriguez -details: |- - Selenium is a browser automation tool used primarily for testing web applications. - This chart deploys a Selenium Grid setup with 2 Chrome and 2 Firefox workers. +version: 2.47.1 +keywords: + - selenium + - browser + - automation + - tool + - used + - primarily + - testing + - web + - applications + - chart + - deploys + - selenium + - grid + - setup + - chrome + - firefox + - workers +source: + - https://github.com/kubernetes/charts/tree/master/selenium-hub +home: http://www.seleniumhq.org \ No newline at end of file diff --git a/spark/Chart.yaml b/spark/Chart.yaml index ad200a6c40..c405ddfe9c 100644 --- a/spark/Chart.yaml +++ b/spark/Chart.yaml @@ -1,8 +1,14 @@ name: spark -home: http://spark.apache.org/ -version: 0.1.0 description: spark for kubernetes -maintainers: -- Naga Ravi Chaitanya Elluri -details: - Apache Spark is a fast and general-purpose cluster computing system +version: 0.1.0 +keywords: + - apache + - spark + - fast + - general-purpose + - cluster + - computing + - system +source: + - https://github.com/kubernetes/charts/tree/master/spark +home: http://spark.apache.org/ \ No newline at end of file diff --git a/storm/Chart.yaml b/storm/Chart.yaml index 3953d48fb0..c7e01d8273 100644 --- a/storm/Chart.yaml +++ b/storm/Chart.yaml @@ -1,6 +1,7 @@ name: storm -home: http://storm.apache.org/ +description: Apache Storm app version: 0.1.0 -description: Apache Storm app -maintainers: -- Naga Ravi Chaitanya Elluri +keywords: +source: + - https://github.com/kubernetes/charts/tree/master/storm +home: http://storm.apache.org/ \ No newline at end of file diff --git a/third_party/elasticsearch-1/Chart.yaml b/third_party/elasticsearch-1/Chart.yaml index a6c01cf83b..5e6557b412 100644 --- a/third_party/elasticsearch-1/Chart.yaml +++ b/third_party/elasticsearch-1/Chart.yaml @@ -1,8 +1,14 @@ name: elasticsearch-1 -home: https://github.com/elastic/elasticsearch -version: 0.1.0 description: Elasticsearch Restful Search Engine -maintainers: - - Nick Barrett -details: - This Chart provides a basic Elasticsearch v1 search service. +version: 0.1.0 +keywords: + - chart + - provides + - basic + - elasticsearch + - v1 + - search + - service +source: + - https://github.com/kubernetes/charts/tree/master/third_party/elasticsearch-1 +home: https://github.com/elastic/elasticsearch \ No newline at end of file diff --git a/third_party/minecraft/Chart.yaml b/third_party/minecraft/Chart.yaml index dd5bb287bc..5192f7bc7c 100644 --- a/third_party/minecraft/Chart.yaml +++ b/third_party/minecraft/Chart.yaml @@ -1,10 +1,22 @@ name: minecraft -home: https://minecraft.net/ -version: 1.0.0 description: A minecraft server -maintainers: -- Ben Barclay -details: |- - Minecraft is a moderately popular game involving the collection, moving and - re-assembling of raw materials. It may be an elaborate parody of the - Australian economy. +version: 1.0.0 +keywords: + - minecraft + - moderately + - popular + - game + - involving + - collection + - moving + - re-assembling + - raw + - materials + - may + - elaborate + - parody + - australian + - economy +source: + - https://github.com/kubernetes/charts/tree/master/third_party/minecraft +home: https://minecraft.net/ \ No newline at end of file diff --git a/ubuntu-debootstrap/Chart.yaml b/ubuntu-debootstrap/Chart.yaml index fd88f79360..26c76cd1e5 100644 --- a/ubuntu-debootstrap/Chart.yaml +++ b/ubuntu-debootstrap/Chart.yaml @@ -1,9 +1,14 @@ name: ubuntu-debootstrap -home: https://hub.docker.com/_/ubuntu-debootstrap/ -version: 0.0.1 description: Simple pod running minimal Ubuntu -maintainers: - - Matt Butcher -details: - This package runs a minimal Linux environment based on - ubuntu-debootstrap. +version: 0.0.1 +keywords: + - package + - runs + - minimal + - linux + - environment + - based + - ubuntu-debootstrap +source: + - https://github.com/kubernetes/charts/tree/master/ubuntu-debootstrap +home: https://hub.docker.com/_/ubuntu-debootstrap/ \ No newline at end of file