diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index d42cf59..851012d 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.8.2 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0 args: - --cookie-secure=false - --provider=oidc diff --git a/manifests/dashboard/dashboard.yaml b/manifests/dashboard/dashboard.yaml index e1ee282..cfb18da 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.8.2 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/mastodon-digest/mastodon_digest.yaml b/manifests/mastodon-digest/mastodon_digest.yaml index 93fcc54..8effc24 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.8.2 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.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 cac99d6..ed5c4d0 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.8.2 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0 name: oauth-proxy ports: - containerPort: 8000