From 2bcc0c1d099a82cf63110f512fa721a3ff5d4ca1 Mon Sep 17 00:00:00 2001 From: Kaushal Date: Tue, 7 Jan 2025 23:16:55 +0530 Subject: [PATCH] Updated chart version and artifacthub details --- helm/oauth2-proxy/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 21d01d05..dc8533b2 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.9.0 +version: 7.9.1 apiVersion: v2 appVersion: 7.7.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -34,8 +34,8 @@ maintainers: kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - - kind: added - description: allow requests to be directed to sidecar first + - kind: fixed + description: fixed incorrect helm template syntax in readme.md links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/270 + url: https://github.com/oauth2-proxy/manifests/pull/274