diff --git a/stable/kuberos/Chart.yaml b/stable/kuberos/Chart.yaml index 940ce0766a..04bdac79bc 100644 --- a/stable/kuberos/Chart.yaml +++ b/stable/kuberos/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "2018-07-03" description: An OIDC authentication helper for Kubernetes name: kuberos -version: 0.2.1 +version: 0.2.2 home: https://github.com/negz/kuberos sources: - https://github.com/negz/kuberos diff --git a/stable/kuberos/README.md b/stable/kuberos/README.md index cb1d034e8b..6f25788433 100644 --- a/stable/kuberos/README.md +++ b/stable/kuberos/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/). + # Kuberos OIDC Helper This is a config snippet generator for a k8s cluster @@ -91,4 +96,3 @@ kind: Cluster For G Suite : The redacted part of a ClientID is about 45 alphanumeric characters long (may also contain a hyphen or two) The client secret will be about 25 alphanumeric chacters (may also contain a hyphen or two) - diff --git a/stable/kuberos/templates/deployment.yaml b/stable/kuberos/templates/deployment.yaml index d96431aa2b..c857020fbb 100644 --- a/stable/kuberos/templates/deployment.yaml +++ b/stable/kuberos/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "kuberos.fullname" . }}