[stable/kuberos] add repo archive notice (#24144)

* [stable/kuberos] add repo archive notice

Signed-off-by: Scott Rigby <scott@r6by.com>

* [stable/kuberos] use apps/v1

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Scott Rigby
2020-11-10 04:24:39 -08:00
committed by GitHub
co-authored by Carlos Panato
parent afb1eb8723
commit d9d98294b9
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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
+5 -1
View File
@@ -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)
+1 -1
View File
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "kuberos.fullname" . }}