From 3fe171bf71a709dfdbd32ae8b994527799526c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Allamand?= Date: Fri, 28 Jun 2019 01:52:10 +0200 Subject: [PATCH] [incubator/cassandra-operator] Rename readme and add icon (#14753) * [incubator/cassandra] Rename readme and add icon Signed-off-by: sebastien allamand * bump version Signed-off-by: sebastien allamand --- incubator/cassandra-operator/Chart.yaml | 5 ++++- incubator/cassandra-operator/{readme.md => README.md} | 0 incubator/cassandra-operator/templates/role.yaml | 8 ++++---- incubator/cassandra-operator/templates/rolebinding.yaml | 8 ++++---- incubator/cassandra-operator/templates/service.yaml | 9 ++++----- .../cassandra-operator/templates/service_account.yaml | 8 ++++---- 6 files changed, 20 insertions(+), 18 deletions(-) rename incubator/cassandra-operator/{readme.md => README.md} (100%) diff --git a/incubator/cassandra-operator/Chart.yaml b/incubator/cassandra-operator/Chart.yaml index f1b0d01d6a..e5c0fe2fc3 100644 --- a/incubator/cassandra-operator/Chart.yaml +++ b/incubator/cassandra-operator/Chart.yaml @@ -1,10 +1,11 @@ apiVersion: v1 description: A Helm chart for CassKop - the Orange Cassandra Kubernetes operator +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Cassandra_logo.svg/330px-Cassandra_logo.svg.png name: cassandra-operator home: https://github.com/Orange-OpenSource/cassandra-k8s-operator sources: - https://github.com/Orange-OpenSource/cassandra-k8s-operator -version: 0.3.1 +version: 0.3.2 appVersion: 0.3.1-mater maintainers: - name: allamand @@ -17,3 +18,5 @@ keywords: - operator - cassandra - casskop +- database +- nosql diff --git a/incubator/cassandra-operator/readme.md b/incubator/cassandra-operator/README.md similarity index 100% rename from incubator/cassandra-operator/readme.md rename to incubator/cassandra-operator/README.md diff --git a/incubator/cassandra-operator/templates/role.yaml b/incubator/cassandra-operator/templates/role.yaml index 979c7f001a..0f55d831d2 100644 --- a/incubator/cassandra-operator/templates/role.yaml +++ b/incubator/cassandra-operator/templates/role.yaml @@ -3,10 +3,10 @@ kind: Role apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: labels: - app: {{ template "cassandra-operator.name" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version }} - heritage: {{ .Release.Service }} - release: {{ .Release.Name }} + app: {{ template "cassandra-operator.name" . }} + chart: {{ .Chart.Name }}-{{ .Chart.Version }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} name: {{ template "cassandra-operator.name" . }} rules: - apiGroups: diff --git a/incubator/cassandra-operator/templates/rolebinding.yaml b/incubator/cassandra-operator/templates/rolebinding.yaml index c157a5591a..5073684f72 100644 --- a/incubator/cassandra-operator/templates/rolebinding.yaml +++ b/incubator/cassandra-operator/templates/rolebinding.yaml @@ -3,10 +3,10 @@ kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: labels: - app: {{ template "cassandra-operator.name" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version }} - heritage: {{ .Release.Service }} - release: {{ .Release.Name }} + app: {{ template "cassandra-operator.name" . }} + chart: {{ .Chart.Name }}-{{ .Chart.Version }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} name: {{ template "cassandra-operator.name" . }} subjects: - kind: ServiceAccount diff --git a/incubator/cassandra-operator/templates/service.yaml b/incubator/cassandra-operator/templates/service.yaml index 069db611dd..783364600b 100644 --- a/incubator/cassandra-operator/templates/service.yaml +++ b/incubator/cassandra-operator/templates/service.yaml @@ -5,11 +5,10 @@ metadata: name: {{ template "cassandra-operator.name" . }}-metrics labels: component: app - labels: - app: {{ template "cassandra-operator.name" . }}-metrics - chart: {{ .Chart.Name }}-{{ .Chart.Version }} - heritage: {{ .Release.Service }} - release: {{ .Release.Name }} + app: {{ template "cassandra-operator.name" . }}-metrics + chart: {{ .Chart.Name }}-{{ .Chart.Version }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} spec: selector: app: {{ template "cassandra-operator.name" . }} diff --git a/incubator/cassandra-operator/templates/service_account.yaml b/incubator/cassandra-operator/templates/service_account.yaml index bad22d227d..7fa64ac190 100644 --- a/incubator/cassandra-operator/templates/service_account.yaml +++ b/incubator/cassandra-operator/templates/service_account.yaml @@ -2,8 +2,8 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: - app: {{ template "cassandra-operator.name" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version }} - heritage: {{ .Release.Service }} - release: {{ .Release.Name }} + app: {{ template "cassandra-operator.name" . }} + chart: {{ .Chart.Name }}-{{ .Chart.Version }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} name: {{ template "cassandra-operator.name" . }}