mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kanister-operator] add repo archive notice (#24136)
* [stable/kanister-operator] add repo archive notice Signed-off-by: Scott Rigby <scott@r6by.com> * [stable/kanister-operator] use apps/v1 Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
co-authored by
Carlos Panato
parent
085fbdbcf5
commit
f6cd0547ce
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Kanister-operator Helm chart for Kubernetes
|
||||
name: kanister-operator
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
home: https://kanister.io/
|
||||
maintainers:
|
||||
- email: ilya@kasten.io
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# ⚠️ Repo Archive Notice
|
||||
|
||||
As of Nov 13, 2020, charts in this repo will no longer be updated.
|
||||
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
|
||||
|
||||
# kanister-operator
|
||||
|
||||
[kanister-operator](https://github.com/kanisterio/kanister) is a Kubernetes operator for the Kanister framework.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "kanister-operator.fullname" . }}
|
||||
@@ -6,6 +6,10 @@ metadata:
|
||||
{{ include "kanister-operator.helmLabels" . | indent 4 }}
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
release: {{ .Release.Name }}
|
||||
app: {{ template "kanister-operator.name" . }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user