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
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ spec:
mountPath: /config/ mountPath: /config/
- name: oauth-proxy - name: oauth-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.2 image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
args: args:
- --cookie-secure=false - --cookie-secure=false
- --provider=oidc - --provider=oidc
+1 -1
View File
@@ -81,7 +81,7 @@ spec:
secretKeyRef: secretKeyRef:
key: password key: password
name: dashboard-auth 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 name: oauth-proxy
ports: ports:
- containerPort: 8000 - containerPort: 8000
+1 -1
View File
@@ -77,7 +77,7 @@ spec:
name: web name: web
resources: resources:
requests: requests:
memory: 800Mi memory: 700Mi
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: git-data name: git-data
+1 -1
View File
@@ -75,7 +75,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: grist - name: grist
image: gristlabs/grist-oss:1.7.14 image: gristlabs/grist-oss:1.7.15
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
+2 -2
View File
@@ -72,10 +72,10 @@ spec:
resources: resources:
requests: requests:
cpu: 200m cpu: 200m
memory: 550M memory: 375Mi
limits: limits:
cpu: 1000m cpu: 1000m
memory: 550M memory: 550Mi
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
+1 -1
View File
@@ -47,7 +47,7 @@ spec:
resources: resources:
limits: limits:
cpu: 800m cpu: 800m
memory: 2000Mi memory: 800Mi
requests: requests:
cpu: 400m cpu: 400m
memory: 400Mi memory: 400Mi
+1 -1
View File
@@ -238,7 +238,7 @@ spec:
- --resources=validatingwebhookconfigurations - --resources=validatingwebhookconfigurations
#- --resources=volumeattachments #- --resources=volumeattachments
imagePullPolicy: IfNotPresent 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: ports:
- containerPort: 8080 - containerPort: 8080
livenessProbe: livenessProbe:
+1 -1
View File
@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server serviceAccountName: prometheus-server
containers: containers:
- name: vmagent - name: vmagent
image: "victoriametrics/vmagent:v1.144.0" image: "victoriametrics/vmagent:v1.145.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/
+3 -3
View File
@@ -206,7 +206,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: nextcloud - name: nextcloud
image: "nextcloud:33.0.5-apache" image: "nextcloud:34.0.0-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: SQLITE_DATABASE - name: SQLITE_DATABASE
@@ -286,7 +286,7 @@ spec:
resources: resources:
requests: requests:
cpu: 1038m cpu: 1038m
memory: 765M memory: 500M
limits: limits:
cpu: 1200m cpu: 1200m
memory: 765M memory: 765M
@@ -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.5-apache" image: "nextcloud:34.0.0-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /cron.sh - /cron.sh
+3 -3
View File
@@ -46,7 +46,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: outline - name: outline
image: outlinewiki/outline:1.8.0 image: outlinewiki/outline:1.8.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: ALLOWED_DOMAINS - name: ALLOWED_DOMAINS
@@ -73,9 +73,9 @@ spec:
resources: resources:
requests: requests:
cpu: 8m cpu: 8m
memory: 1389M memory: 900Mi
limits: limits:
memory: 1489M memory: 1489Mi
volumeMounts: volumeMounts:
- mountPath: /opt/outline/.env - mountPath: /opt/outline/.env
subPath: .env subPath: .env
@@ -92,7 +92,7 @@ spec:
secretKeyRef: secretKeyRef:
key: password key: password
name: social-to-rolodex-auth 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 name: oauth-proxy
ports: ports:
- containerPort: 8000 - containerPort: 8000