diff --git a/incubator/keycloak-proxy/Chart.yaml b/incubator/keycloak-proxy/Chart.yaml index 3179a7b59f..07e7511c79 100644 --- a/incubator/keycloak-proxy/Chart.yaml +++ b/incubator/keycloak-proxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "3.4.2.Final" description: Keycloak Proxy supports Single Sign-On with Keycloak name: keycloak-proxy -version: 0.0.1 +version: 0.0.2 keywords: - authentication - sso diff --git a/incubator/keycloak-proxy/README.md b/incubator/keycloak-proxy/README.md index 32dcd80def..bb737cb39b 100644 --- a/incubator/keycloak-proxy/README.md +++ b/incubator/keycloak-proxy/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/). + # Keycloak Proxy Keycloak has an HTTP(S) proxy that you can put in front of web applications and services where it is not possible to install the Keycloak adapter. You can set up URL filters so that certain URLs are secured either by browser login and/or bearer token authentication. You can also define role constraints for URL patterns within your applications. diff --git a/incubator/keycloak-proxy/templates/deployment.yaml b/incubator/keycloak-proxy/templates/deployment.yaml index d4917e3ce1..e262d4a2bd 100644 --- a/incubator/keycloak-proxy/templates/deployment.yaml +++ b/incubator/keycloak-proxy/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "keycloak-proxy.fullname" . }}