1 Commits

Author SHA1 Message Date
9ccc72005c Update Helm release cert-manager to v1.19.4 2026-02-25 03:20:39 +00:00
9 changed files with 20 additions and 20 deletions

View File

@@ -68,7 +68,7 @@ spec:
mountPath: /config/
- name: oauth-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.3
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
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.3
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
name: oauth-proxy
ports:
- containerPort: 8000

View File

@@ -110,7 +110,7 @@ spec:
requests:
memory: 300M
limits:
memory: 600M
memory: 300M
securityContext:
capabilities:
add:

View File

@@ -39,16 +39,16 @@ spec:
memory: 50Mi
requests:
memory: 50Mi
livenessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
# livenessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
# readinessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
---
apiVersion: networking.k8s.io/v1
kind: Ingress

View File

@@ -216,7 +216,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:3.6.7"
image: "grafana/promtail:2.9.17"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -206,7 +206,7 @@ spec:
priorityClassName: critical
containers:
- name: nextcloud
image: "nextcloud:33.0.0-apache"
image: "nextcloud:32.0.6-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:33.0.0-apache"
image: "nextcloud:32.0.6-apache"
imagePullPolicy: IfNotPresent
command:
- /cron.sh

View File

@@ -57,7 +57,7 @@ spec:
- name: data
mountPath: /data
- name: update-native-modules
image: nodered/node-red:4.1.6-18
image: nodered/node-red:4.1.5-18
imagePullPolicy: IfNotPresent
command:
- bash
@@ -73,7 +73,7 @@ spec:
mountPath: /data
containers:
- name: web
image: nodered/node-red:4.1.6-18
image: nodered/node-red:4.1.5-18
imagePullPolicy: Always
ports:
- containerPort: 1880

View File

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

View File

@@ -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.38
image: rancher/mirrored-library-traefik:2.11.36
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3