From 22528590a1dbc591ae78ce02495bf16d70162628 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Oct 2024 03:05:46 +0000 Subject: [PATCH] Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.7.1 --- manifests/auth-proxy/proxy.yaml | 2 +- manifests/dashboard/dashboard.yaml | 2 +- manifests/mastodon-digest/mastodon_digest.yaml | 2 +- manifests/mastodon-to-airtable/twitter-to-airtable.yaml | 2 +- manifests/twitter-to-airtable/twitter-to-airtable.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index 93f7460..ab88a8b 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.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 args: - --cookie-secure=false - --provider=oidc diff --git a/manifests/dashboard/dashboard.yaml b/manifests/dashboard/dashboard.yaml index e561ced..5809811 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.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/mastodon-digest/mastodon_digest.yaml b/manifests/mastodon-digest/mastodon_digest.yaml index 980dc27..d1154b6 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.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/mastodon-to-airtable/twitter-to-airtable.yaml b/manifests/mastodon-to-airtable/twitter-to-airtable.yaml index 85c9636..54e2626 100644 --- a/manifests/mastodon-to-airtable/twitter-to-airtable.yaml +++ b/manifests/mastodon-to-airtable/twitter-to-airtable.yaml @@ -92,7 +92,7 @@ spec: secretKeyRef: key: password name: mastodon-to-airtable-auth - image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/twitter-to-airtable/twitter-to-airtable.yaml b/manifests/twitter-to-airtable/twitter-to-airtable.yaml index 15a489c..3a49f24 100644 --- a/manifests/twitter-to-airtable/twitter-to-airtable.yaml +++ b/manifests/twitter-to-airtable/twitter-to-airtable.yaml @@ -92,7 +92,7 @@ spec: secretKeyRef: key: password name: twitter-to-airtable-auth - image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 name: oauth-proxy ports: - containerPort: 8000 -- 2.45.2