From f6cd0547cec874e5fc7f8c8d1cc3085c896be43f Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 10 Nov 2020 07:08:40 -0500 Subject: [PATCH] [stable/kanister-operator] add repo archive notice (#24136) * [stable/kanister-operator] add repo archive notice Signed-off-by: Scott Rigby * [stable/kanister-operator] use apps/v1 Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/kanister-operator/Chart.yaml | 2 +- stable/kanister-operator/README.md | 5 +++++ stable/kanister-operator/templates/deployment.yaml | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/stable/kanister-operator/Chart.yaml b/stable/kanister-operator/Chart.yaml index 1b86371c77..480daaa6c3 100644 --- a/stable/kanister-operator/Chart.yaml +++ b/stable/kanister-operator/Chart.yaml @@ -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 diff --git a/stable/kanister-operator/README.md b/stable/kanister-operator/README.md index de562da563..4b475dec0c 100644 --- a/stable/kanister-operator/README.md +++ b/stable/kanister-operator/README.md @@ -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. diff --git a/stable/kanister-operator/templates/deployment.yaml b/stable/kanister-operator/templates/deployment.yaml index e393e6b9df..0a7daefbb6 100644 --- a/stable/kanister-operator/templates/deployment.yaml +++ b/stable/kanister-operator/templates/deployment.yaml @@ -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: