From 3f12218668997d9c6b7d411973a20718736ef81d Mon Sep 17 00:00:00 2001 From: T-vK Date: Wed, 20 Nov 2024 14:35:34 +0100 Subject: [PATCH] chore: add missing executable permission for check-redis.sh --- helm/oauth2-proxy/Chart.yaml | 6 +++--- helm/oauth2-proxy/scripts/check-redis.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 helm/oauth2-proxy/scripts/check-redis.sh diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 3347912..3bcbba3 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.30 +version: 7.7.31 apiVersion: v2 appVersion: 7.7.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -35,7 +35,7 @@ kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - kind: fixed - description: Updated the Redis chart to the latest version. + description: Added missing executable permission for check-redis.sh links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/253 + url: https://github.com/oauth2-proxy/manifests/pull/255 diff --git a/helm/oauth2-proxy/scripts/check-redis.sh b/helm/oauth2-proxy/scripts/check-redis.sh old mode 100644 new mode 100755