10 Commits

Author SHA1 Message Date
f7b9c1a4e8 Merge pull request 'Update victoriametrics/vmagent Docker tag to v1.132.0' (#611) from renovate/victoriametrics into master
Reviewed-on: #611
2025-12-16 08:15:19 +00:00
e01ce9d8f8 Update victoriametrics/vmagent Docker tag to v1.132.0 2025-12-16 03:08:00 +00:00
e087a4c70f Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.7.0' (#609) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #609
2025-12-13 08:31:27 +00:00
bf300f829a Merge pull request 'Update ghcr.io/mocdaniel/yay-or-nay Docker tag to v1.2.1' (#608) from renovate/ghcr.io-mocdaniel-yay-or-nay-1.x into master
Reviewed-on: #608
2025-12-13 08:30:49 +00:00
e7d696f04c Merge pull request 'Update ghcr.io/namelessplanet/url-to-grist Docker tag to v1.6.0' (#610) from renovate/ghcr.io-namelessplanet-url-to-grist-1.x into master
Reviewed-on: #610
2025-12-13 08:30:36 +00:00
b5d4bda35c Update ghcr.io/namelessplanet/url-to-grist Docker tag to v1.6.0 2025-12-13 03:07:57 +00:00
54f0173e5a Update ghcr.io/mealie-recipes/mealie Docker tag to v3.7.0 2025-12-13 03:07:53 +00:00
7b0d7a4c4f Update ghcr.io/mocdaniel/yay-or-nay Docker tag to v1.2.1 2025-12-13 03:07:49 +00:00
8509d0335f Merge pull request 'Update nextcloud Docker tag to v32.0.3' (#606) from renovate/nextcloud-32.x into master
Reviewed-on: #606
2025-12-12 08:07:10 +00:00
e4cf167942 Update nextcloud Docker tag to v32.0.3 2025-12-12 03:05:22 +00:00
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@@ -52,7 +52,7 @@ spec:
spec:
containers:
- name: url-to-grist
image: ghcr.io/namelessplanet/url-to-grist:v1.5.3
image: ghcr.io/namelessplanet/url-to-grist:v1.6.0
imagePullPolicy: IfNotPresent
env:
- name: PORT

View File

@@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: yay-or-nay
image: ghcr.io/mocdaniel/yay-or-nay:1.2.0
image: ghcr.io/mocdaniel/yay-or-nay:1.2.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000