diff --git a/stable/contour/Chart.yaml b/stable/contour/Chart.yaml index 2e646db45f..380ece25b0 100644 --- a/stable/contour/Chart.yaml +++ b/stable/contour/Chart.yaml @@ -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 diff --git a/stable/contour/README.md b/stable/contour/README.md index 2f97fde084..de21550b34 100644 --- a/stable/contour/README.md +++ b/stable/contour/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/). + # 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.