From f7503036ebd2a59c8b8731e14a096482d7812385 Mon Sep 17 00:00:00 2001 From: Chris Kim Date: Mon, 11 Mar 2019 22:04:30 -0700 Subject: [PATCH] change chart author + app version/add readme --- README.md | 3 +++ submariner-k8s-broker/Chart.yaml | 6 +++--- submariner/Chart.yaml | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..44eb4ef --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# submariner-charts + +Please see https://github.com/rancher/submariner for more information. This is only a supporting repository for Submariner diff --git a/submariner-k8s-broker/Chart.yaml b/submariner-k8s-broker/Chart.yaml index b7e07e4..f825fd7 100644 --- a/submariner-k8s-broker/Chart.yaml +++ b/submariner-k8s-broker/Chart.yaml @@ -1,11 +1,11 @@ name: submariner-k8s-broker version: 0.0.1 -appVersion: 0.0.1 +appVersion: v0.0.1 description: Submariner Kubernetes Broker keywords: home: https://submariner.io/ sources: - https://github.com/rancher/submariner-charts maintainers: -- name: Chris Kim - email: chris.kim@rancher.com +- name: Rancher Labs + email: charts@rancher.com diff --git a/submariner/Chart.yaml b/submariner/Chart.yaml index 1313206..7921a68 100644 --- a/submariner/Chart.yaml +++ b/submariner/Chart.yaml @@ -1,11 +1,11 @@ name: submariner version: 0.0.1 -appVersion: 0.0.1 +appVersion: v0.0.1 description: Submariner keywords: home: https://submariner.io/ sources: - https://github.com/rancher/submariner-charts maintainers: -- name: Chris Kim - email: chris.kim@rancher.com +- name: Rancher Labs + email: charts@rancher.com