diff --git a/adhoc-config/oauth2-proxy.yaml b/adhoc-config/oauth2-proxy.yaml index 3b2bfdf..2de3456 100644 --- a/adhoc-config/oauth2-proxy.yaml +++ b/adhoc-config/oauth2-proxy.yaml @@ -37,7 +37,7 @@ data: cookie_httponly = true cookie_domains = [".junv.cc"] cookie_expire = "168h" - cookie_refresh = "1h" + cookie_refresh = "3h" # Email Configuration email_domains = ["*"] diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index 1df3825..2c27797 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: n8n - image: mirror.gcr.io/n8nio/n8n:1.120.1 + image: mirror.gcr.io/n8nio/n8n:1.122.3 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0