12 Commits

Author SHA1 Message Date
renovate c4855c3f30 Update registry.k8s.io/kube-state-metrics/kube-state-metrics Docker tag to v2.19.1 2026-06-13 03:08:21 +00:00
AverageMarcus 55b0408a9e Merge pull request 'Update nextcloud Docker tag to v34' (#726) from renovate/nextcloud-34.x into master
Reviewed-on: #726
2026-06-11 07:58:53 +00:00
AverageMarcus 8f12f678c1 Merge pull request 'Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.3' (#724) from renovate/quay.io-oauth2-proxy-oauth2-proxy-7.x into master
Reviewed-on: #724
2026-06-11 07:57:37 +00:00
AverageMarcus 7c42534cb6 Merge pull request 'Update gristlabs/grist-oss Docker tag to v1.7.15' (#725) from renovate/gristlabs-grist-oss-1.x into master
Reviewed-on: #725
2026-06-11 06:08:20 +00:00
renovate cf00b32e1b Update nextcloud Docker tag to v34 2026-06-11 03:07:14 +00:00
renovate 2487f07d66 Update gristlabs/grist-oss Docker tag to v1.7.15 2026-06-11 03:06:54 +00:00
renovate 3bd4cbd5c2 Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.3 2026-06-10 03:13:12 +00:00
AverageMarcus c592fc69f0 Merge pull request 'Update VictoriaMetrics to v1.145.0' (#723) from renovate/victoriametrics into master
Reviewed-on: #723
2026-06-09 14:47:13 +00:00
renovate b9940c1a83 Update VictoriaMetrics to v1.145.0 2026-06-09 03:14:42 +00:00
AverageMarcus 7168bb6bd0 Merge pull request 'Update outlinewiki/outline Docker tag to v1.8.1' (#722) from renovate/outlinewiki-outline-1.x into master
Reviewed-on: #722
2026-06-07 09:30:44 +00:00
renovate fae3ef506e Update outlinewiki/outline Docker tag to v1.8.1 2026-06-07 03:07:21 +00:00
AverageMarcus c33fbd1370 Tweak memory requests
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-06-06 11:20:58 +01:00
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ spec:
mountPath: /config/
- name: oauth-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
args:
- --cookie-secure=false
- --provider=oidc
+1 -1
View File
@@ -81,7 +81,7 @@ spec:
secretKeyRef:
key: password
name: dashboard-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
name: oauth-proxy
ports:
- containerPort: 8000
+1 -1
View File
@@ -77,7 +77,7 @@ spec:
name: web
resources:
requests:
memory: 800Mi
memory: 700Mi
volumeMounts:
- mountPath: /data
name: git-data
+1 -1
View File
@@ -75,7 +75,7 @@ spec:
priorityClassName: critical
containers:
- name: grist
image: gristlabs/grist-oss:1.7.14
image: gristlabs/grist-oss:1.7.15
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -72,10 +72,10 @@ spec:
resources:
requests:
cpu: 200m
memory: 550M
memory: 375Mi
limits:
cpu: 1000m
memory: 550M
memory: 550Mi
volumes:
- name: data
persistentVolumeClaim:
+1 -1
View File
@@ -47,7 +47,7 @@ spec:
resources:
limits:
cpu: 800m
memory: 2000Mi
memory: 800Mi
requests:
cpu: 400m
memory: 400Mi
+1 -1
View File
@@ -238,7 +238,7 @@ spec:
- --resources=validatingwebhookconfigurations
#- --resources=volumeattachments
imagePullPolicy: IfNotPresent
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.19.0"
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.19.1"
ports:
- containerPort: 8080
livenessProbe:
+1 -1
View File
@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server
containers:
- name: vmagent
image: "victoriametrics/vmagent:v1.144.0"
image: "victoriametrics/vmagent:v1.145.0"
imagePullPolicy: "IfNotPresent"
args:
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
+3 -3
View File
@@ -206,7 +206,7 @@ spec:
priorityClassName: critical
containers:
- name: nextcloud
image: "nextcloud:33.0.5-apache"
image: "nextcloud:34.0.0-apache"
imagePullPolicy: IfNotPresent
env:
- name: SQLITE_DATABASE
@@ -286,7 +286,7 @@ spec:
resources:
requests:
cpu: 1038m
memory: 765M
memory: 500M
limits:
cpu: 1200m
memory: 765M
@@ -340,7 +340,7 @@ spec:
mountPath: /var/www/html/config/smtp.config.php
subPath: smtp.config.php
- name: cron
image: "nextcloud:33.0.5-apache"
image: "nextcloud:34.0.0-apache"
imagePullPolicy: IfNotPresent
command:
- /cron.sh
+3 -3
View File
@@ -46,7 +46,7 @@ spec:
priorityClassName: critical
containers:
- name: outline
image: outlinewiki/outline:1.8.0
image: outlinewiki/outline:1.8.1
imagePullPolicy: IfNotPresent
env:
- name: ALLOWED_DOMAINS
@@ -73,9 +73,9 @@ spec:
resources:
requests:
cpu: 8m
memory: 1389M
memory: 900Mi
limits:
memory: 1489M
memory: 1489Mi
volumeMounts:
- mountPath: /opt/outline/.env
subPath: .env
@@ -92,7 +92,7 @@ spec:
secretKeyRef:
key: password
name: social-to-rolodex-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
name: oauth-proxy
ports:
- containerPort: 8000
+1 -1
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:3.7.1
image: rancher/mirrored-library-traefik:2.11.42
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3