From 8eddbfbf067e67c964529fce2d283fde885756cc Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:26:19 -0500 Subject: [PATCH] [stable/gangway] add repo archive notice (#24111) Signed-off-by: Scott Rigby --- stable/gangway/Chart.yaml | 2 +- stable/gangway/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/gangway/Chart.yaml b/stable/gangway/Chart.yaml index a168a4175c..13a1af69a3 100644 --- a/stable/gangway/Chart.yaml +++ b/stable/gangway/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster. name: gangway -version: 0.4.3 +version: 0.4.4 appVersion: 3.3.0 home: https://github.com/heptiolabs/gangway sources: diff --git a/stable/gangway/README.md b/stable/gangway/README.md index 1f4f33e97c..a85f310a53 100644 --- a/stable/gangway/README.md +++ b/stable/gangway/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/). + # Gangway An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.