From c878a4141bdf5ec88f06670f2b478cfdd664946b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jan 2025 03:05:19 +0000 Subject: [PATCH] Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.8.0 --- manifests/auth-proxy/proxy.yaml | 2 +- manifests/dashboard/dashboard.yaml | 2 +- manifests/mastodon-digest/mastodon_digest.yaml | 2 +- manifests/social-to-grist/social-to-grist.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index ab88a8b..c2d20c3 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -67,7 +67,7 @@ spec: mountPath: /config/ - name: oauth-proxy - image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0 args: - --cookie-secure=false - --provider=oidc diff --git a/manifests/dashboard/dashboard.yaml b/manifests/dashboard/dashboard.yaml index 5809811..2414324 100644 --- a/manifests/dashboard/dashboard.yaml +++ b/manifests/dashboard/dashboard.yaml @@ -81,7 +81,7 @@ spec: secretKeyRef: key: password name: dashboard-auth - image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/mastodon-digest/mastodon_digest.yaml b/manifests/mastodon-digest/mastodon_digest.yaml index d1154b6..0623b12 100644 --- a/manifests/mastodon-digest/mastodon_digest.yaml +++ b/manifests/mastodon-digest/mastodon_digest.yaml @@ -152,7 +152,7 @@ spec: secretKeyRef: key: password name: mastodon-digest-auth - image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/social-to-grist/social-to-grist.yaml b/manifests/social-to-grist/social-to-grist.yaml index 2e19835..35699a8 100644 --- a/manifests/social-to-grist/social-to-grist.yaml +++ b/manifests/social-to-grist/social-to-grist.yaml @@ -92,7 +92,7 @@ spec: secretKeyRef: key: password name: social-to-grist-auth - image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0 name: oauth-proxy ports: - containerPort: 8000