Compare commits
10 Commits
29449e2c9f
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
| 21360ad22c | |||
| 27aaeefd95 | |||
| 11cbca1b6f | |||
| c232daf504 | |||
| d3b93c07f4 | |||
| 003ec6b24f | |||
| c756f5804a | |||
| e856c3d995 | |||
| e48fa28c3f | |||
| 25fbb7d23f |
@@ -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.14.3
|
||||
args:
|
||||
- --cookie-secure=false
|
||||
- --provider=oidc
|
||||
|
||||
@@ -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.14.3
|
||||
name: oauth-proxy
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:32.0.6-apache"
|
||||
image: "nextcloud:33.0.0-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.6-apache"
|
||||
image: "nextcloud:33.0.0-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
- name: update-native-modules
|
||||
image: nodered/node-red:4.1.5-18
|
||||
image: nodered/node-red:4.1.6-18
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- bash
|
||||
@@ -73,7 +73,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: web
|
||||
image: nodered/node-red:4.1.5-18
|
||||
image: nodered/node-red:4.1.6-18
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
|
||||
@@ -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.14.3
|
||||
name: oauth-proxy
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
@@ -45,7 +45,7 @@ spec:
|
||||
- --entrypoints.websecure.http.tls=true
|
||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||
image: rancher/mirrored-library-traefik:2.11.36
|
||||
image: rancher/mirrored-library-traefik:3.6.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
||||
Reference in New Issue
Block a user