14 Commits

Author SHA1 Message Date
901c2e01e3 Update grafana/promtail Docker tag to v3 2025-10-15 03:06:00 +00:00
1267aee558 Merge pull request 'Update nodered/node-red Docker tag to v4.1.1' (#569) from renovate/nodered-node-red-4.x into master
Reviewed-on: #569
2025-10-14 06:19:07 +00:00
c4deb4530c Update nodered/node-red Docker tag to v4.1.1 2025-10-14 03:07:33 +00:00
8071aaf13c Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.3.2' (#568) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #568
2025-10-11 14:59:59 +00:00
b3507ddbb4 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.3.2 2025-10-11 03:15:14 +00:00
bfcddd7a76 Merge pull request 'Update victoriametrics/vmagent Docker tag to v1.127.0' (#567) from renovate/victoriametrics into master
Reviewed-on: #567
2025-10-08 07:09:33 +00:00
b3aa166e16 Update victoriametrics/vmagent Docker tag to v1.127.0 2025-10-08 03:19:04 +00:00
2bc0b9f4df Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.3.1' (#566) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #566
2025-10-03 06:32:37 +00:00
b6b5027601 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.3.1 2025-10-03 03:07:29 +00:00
c22d5d3428 Set grist to recreate strategy
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-10-01 08:13:44 +01:00
6c34c4ca9e Merge pull request 'Update gristlabs/grist-oss Docker tag to v1.7.4' (#565) from renovate/gristlabs-grist-oss-1.x into master
Reviewed-on: #565
2025-10-01 06:47:46 +00:00
d32d64d78e Update gristlabs/grist-oss Docker tag to v1.7.4 2025-10-01 03:12:53 +00:00
cf3a9b9aba Merge pull request 'Update nextcloud Docker tag to v32' (#564) from renovate/nextcloud-32.x into master
Reviewed-on: #564
2025-09-30 06:10:33 +00:00
42c7163710 Update nextcloud Docker tag to v32 2025-09-30 03:13:03 +00:00
6 changed files with 10 additions and 8 deletions

View File

@@ -64,6 +64,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: grist app.kubernetes.io/name: grist
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -73,7 +75,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: grist - name: grist
image: gristlabs/grist-oss:1.7.3 image: gristlabs/grist-oss:1.7.4
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.3.0 image: ghcr.io/mealie-recipes/mealie:v3.3.2
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:

View File

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

View File

@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server serviceAccountName: prometheus-server
containers: containers:
- name: vmagent - name: vmagent
image: "victoriametrics/vmagent:v1.126.0" image: "victoriametrics/vmagent:v1.127.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

@@ -204,7 +204,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: nextcloud - name: nextcloud
image: "nextcloud:31.0.9-apache" image: "nextcloud:32.0.0-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: SQLITE_DATABASE - name: SQLITE_DATABASE
@@ -379,7 +379,7 @@ spec:
restartPolicy: Never restartPolicy: Never
containers: containers:
- name: nextcloud - name: nextcloud
image: "nextcloud:31.0.9-apache" image: "nextcloud:32.0.0-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: [ "curl" ] command: [ "curl" ]
args: args:

View File

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