From cbac71dc6eb6642f90ddc21168f8050ee4371315 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 13 Nov 2020 09:22:05 -0500 Subject: [PATCH] [stable/sensu] add repo archive notice and deprecate chart (#24188) * [stable/sensu] add repo archive notice Signed-off-by: Scott Rigby * [stable/sensu] deprecate sensu This chart does not receive updates for a long time Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/sensu/Chart.yaml | 8 +++----- stable/sensu/README.md | 7 +++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/stable/sensu/Chart.yaml b/stable/sensu/Chart.yaml index b53460516c..dcfb57f530 100755 --- a/stable/sensu/Chart.yaml +++ b/stable/sensu/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v1 +deprecated: true name: sensu -version: 0.2.4 +version: 0.2.5 appVersion: 0.28 -description: Sensu monitoring framework backed by the Redis transport +description: DEPRECATED Sensu monitoring framework backed by the Redis transport keywords: - sensu - monitoring @@ -11,8 +12,5 @@ sources: - https://github.com/kubernetes/charts - https://github.com/sstarcher/docker-sensu - https://github.com/sensu/sensu -maintainers: -- name: Shane Starcher - email: shane.starcher@gmail.com icon: https://raw.githubusercontent.com/sensu/sensu/master/sensu-logo.png engine: gotpl diff --git a/stable/sensu/README.md b/stable/sensu/README.md index f318a4c4ac..7f7e1a4a99 100644 --- a/stable/sensu/README.md +++ b/stable/sensu/README.md @@ -1,3 +1,10 @@ +# ⚠️ 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/). + +# ⚠️ Chart Deprecated + # Sensu [Sensu](https://sensuapp.org/) is monitoring that doesn't suck.