1 Commits

Author SHA1 Message Date
f8b083d663 Update Helm release reloader to v2 2026-01-18 03:14:30 +00:00
5 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ spec:
mountPath: /config/
- name: oauth-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
args:
- --cookie-secure=false
- --provider=oidc

View File

@@ -81,7 +81,7 @@ spec:
secretKeyRef:
key: password
name: dashboard-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
name: oauth-proxy
ports:
- containerPort: 8000

View File

@@ -206,7 +206,7 @@ spec:
priorityClassName: critical
containers:
- name: nextcloud
image: "nextcloud:32.0.5-apache"
image: "nextcloud:32.0.4-apache"
imagePullPolicy: IfNotPresent
env:
- name: SQLITE_DATABASE
@@ -340,7 +340,7 @@ spec:
mountPath: /var/www/html/config/smtp.config.php
subPath: smtp.config.php
- name: cron
image: "nextcloud:32.0.5-apache"
image: "nextcloud:32.0.4-apache"
imagePullPolicy: IfNotPresent
command:
- /cron.sh

View File

@@ -46,7 +46,7 @@ spec:
priorityClassName: critical
containers:
- name: outline
image: outlinewiki/outline:1.3.0
image: outlinewiki/outline:1.2.0
imagePullPolicy: IfNotPresent
env:
- name: ALLOWED_DOMAINS

View File

@@ -92,7 +92,7 @@ spec:
secretKeyRef:
key: password
name: social-to-rolodex-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
name: oauth-proxy
ports:
- containerPort: 8000