From a7dc5b24e79bedf5038ffcdd94941fff8f63b862 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 15:07:07 -0500 Subject: [PATCH] [stable/kuberos] deprecating chart (#24348) Signed-off-by: Matt Farina --- stable/kuberos/Chart.yaml | 8 +++----- stable/kuberos/README.md | 4 ++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/stable/kuberos/Chart.yaml b/stable/kuberos/Chart.yaml index 04bdac79bc..e7786f83f0 100644 --- a/stable/kuberos/Chart.yaml +++ b/stable/kuberos/Chart.yaml @@ -1,11 +1,9 @@ apiVersion: v1 appVersion: "2018-07-03" -description: An OIDC authentication helper for Kubernetes +description: DEPRECATED - An OIDC authentication helper for Kubernetes name: kuberos -version: 0.2.2 +version: 0.2.3 home: https://github.com/negz/kuberos sources: - https://github.com/negz/kuberos -maintainers: - - name: timothyclarke - email: ghtimothy@timothy.fromnz.net +deprecated: true diff --git a/stable/kuberos/README.md b/stable/kuberos/README.md index 6f25788433..6c6a07bf32 100644 --- a/stable/kuberos/README.md +++ b/stable/kuberos/README.md @@ -7,6 +7,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https This is a config snippet generator for a k8s cluster +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## TL;DR; Sorry you will need to look at the [configuration](#configuration) values below for this one.