From 43b221408de01e42c7f29435f029f9fc094b47fb Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 9 Sep 2023 10:37:23 +0000 Subject: [PATCH] Added oauth2-proxy source url --- source-urls.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source-urls.json b/source-urls.json index 64c4a13..b835cd8 100644 --- a/source-urls.json +++ b/source-urls.json @@ -73,6 +73,10 @@ "bitnami/redis" ], "sourceUrl": "https://github.com/bitnami-labs/sealed-secrets" + }, + { + "packageNames": ["quay.io/oauth2-proxy/oauth2-proxy"], + "sourceUrl": "https://github.com/oauth2-proxy/oauth2-proxy" } ] }