mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/cassandra-operator] Rename readme and add icon (#14753)
* [incubator/cassandra] Rename readme and add icon Signed-off-by: sebastien allamand <sebastien.allamand@orange.com> * bump version Signed-off-by: sebastien allamand <sebastien.allamand@orange.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bba76bc354
commit
3fe171bf71
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user