diff --git a/manifests/auth-proxy/auth-proxy.yaml b/manifests/auth-proxy/auth-proxy.yaml index cc39fd1..f63c854 100644 --- a/manifests/auth-proxy/auth-proxy.yaml +++ b/manifests/auth-proxy/auth-proxy.yaml @@ -46,7 +46,7 @@ spec: - 100.100.100.100 containers: - name: oauth-proxy - image: quay.io/oauth2-proxy/oauth2-proxy:v7.2.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.2.1 args: - --cookie-secure=false - --provider=oidc diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index bf671ea..67dca62 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -167,7 +167,7 @@ spec: - 100.100.100.100 containers: - name: oauth-proxy - image: quay.io/oauth2-proxy/oauth2-proxy:v7.2.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.2.1 args: - --cookie-secure=false - --provider=oidc diff --git a/manifests/dashboard/dashboard.yaml b/manifests/dashboard/dashboard.yaml index 84a463d..d1d9c4b 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.2.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.2.1 name: oauth-proxy ports: - containerPort: 8000 diff --git a/manifests/rss/rss.yaml b/manifests/rss/rss.yaml index 8eb7170..7ad4fbc 100644 --- a/manifests/rss/rss.yaml +++ b/manifests/rss/rss.yaml @@ -86,7 +86,7 @@ spec: secretKeyRef: key: password name: rss-auth - image: quay.io/oauth2-proxy/oauth2-proxy:v5.1.1 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.2.1 name: oauth-proxy ports: - containerPort: 8000