[stable/contour] add repo archive notice (#24090)

* [stable/contour] add repo archive notice

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

* [stable/contour] replace maintaner because user does not exist anymore

and was not able to find if just change the name

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 02:54:39 -08:00
committed by GitHub
co-authored by Carlos Panato
parent ac5a8167e2
commit 7ca29798fd
2 changed files with 10 additions and 3 deletions
+5 -3
View File
@@ -2,12 +2,14 @@ apiVersion: v1
appVersion: "v0.15.0"
description: Contour Ingress controller for Kubernetes
name: contour
version: 0.2.0
version: 0.2.1
home: https://projectcontour.io
keywords:
- ingress
- envoy
- contour
maintainers:
- name: pickledrick
email: pegrant@vmware.com
- name: cpanato
email: ctadeu@gmail.com
- name: scottrigby
email: scott@r6by.com
+5
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/).
# Contour
[Contour](https://github.com/heptio/contour) is an Ingress controller for Kubernetes that works by deploying the Envoy proxy as a reverse proxy and load balancer. Unlike other Ingress controllers, Contour supports dynamic configuration updates out of the box while maintaining a lightweight profile.