13 Commits

Author SHA1 Message Date
842a228c15 Update rancher/mirrored-library-traefik Docker tag to v3 2026-04-04 03:09:13 +00:00
1a9e02db02 Merge pull request 'Update nextcloud Docker tag to v33.0.2' (#683) from renovate/nextcloud-33.x into master
Reviewed-on: #683
2026-04-03 07:18:10 +00:00
9e26c4a018 Update nextcloud Docker tag to v33.0.2 2026-04-03 03:10:48 +00:00
de74f642b8 Merge pull request 'Update victoriametrics/vmagent Docker tag to v1.139.0' (#682) from renovate/victoriametrics into master
Reviewed-on: #682
2026-04-02 06:48:17 +00:00
1ac805a8c9 Update victoriametrics/vmagent Docker tag to v1.139.0 2026-04-02 03:06:05 +00:00
1f54e0c3a4 Merge pull request 'Update gristlabs/grist-oss Docker tag to v1.7.12' (#681) from renovate/gristlabs-grist-oss-1.x into master
Reviewed-on: #681
2026-04-01 04:44:49 +00:00
783b6a3cdc Update gristlabs/grist-oss Docker tag to v1.7.12 2026-04-01 03:13:59 +00:00
d8e855148c Merge pull request 'Update Helm release cert-manager to v1.20.1' (#677) from renovate/cert-manager-1.x into master
Reviewed-on: #677
2026-03-30 20:37:22 +00:00
c6446d9e78 Merge pull request 'Update nextcloud Docker tag to v33.0.1' (#678) from renovate/nextcloud-33.x into master
Reviewed-on: #678
2026-03-30 20:37:18 +00:00
2ed56146cc Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.14.0' (#679) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #679
2026-03-30 20:37:13 +00:00
3a35247283 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.14.0 2026-03-28 03:06:39 +00:00
8c017e1645 Update nextcloud Docker tag to v33.0.1 2026-03-28 03:06:15 +00:00
c0eb5b6d83 Update Helm release cert-manager to v1.20.1 2026-03-28 03:06:08 +00:00
6 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ spec:
name: cluster-fun (v2) name: cluster-fun (v2)
source: source:
repoURL: 'https://charts.jetstack.io' repoURL: 'https://charts.jetstack.io'
targetRevision: v1.20.0 targetRevision: v1.20.1
chart: cert-manager chart: cert-manager
helm: helm:
version: v3 version: v3

View File

@@ -75,7 +75,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: grist - name: grist
image: gristlabs/grist-oss:1.7.11 image: gristlabs/grist-oss:1.7.12
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@@ -31,7 +31,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: frontend - name: frontend
image: ghcr.io/mealie-recipes/mealie:v3.13.1 image: ghcr.io/mealie-recipes/mealie:v3.14.0
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server serviceAccountName: prometheus-server
containers: containers:
- name: vmagent - name: vmagent
image: "victoriametrics/vmagent:v1.138.0" image: "victoriametrics/vmagent:v1.139.0"
imagePullPolicy: "IfNotPresent" imagePullPolicy: "IfNotPresent"
args: args:
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/

View File

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

View File

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true - --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure - --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https - --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:2.11.38 image: rancher/mirrored-library-traefik:3.6.10
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3