11 Commits

Author SHA1 Message Date
f4f7d06206 Update rancher/mirrored-library-traefik Docker tag to v3 2026-01-17 03:15:10 +00:00
cbcfb488a7 Temp downgrade nextcloud until image available
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-16 14:12:41 +00:00
922a496d18 Upgrade nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-16 13:42:13 +00:00
96b5e8cf24 Rollback Nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-16 13:38:45 +00:00
10fe20e939 Merge pull request 'Update nextcloud Docker tag to v32.0.4' (#631) from renovate/nextcloud-32.x into master
Reviewed-on: #631
2026-01-16 12:59:51 +00:00
b21c4b8413 Merge pull request 'Update ghcr.io/google/cadvisor Docker tag to v0.56.1' (#632) from renovate/ghcr.io-google-cadvisor-0.x into master
Reviewed-on: #632
2026-01-16 12:59:42 +00:00
c507a43352 Added kubecon-eu-26 link
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-16 07:43:02 +00:00
593b9812d9 Update ghcr.io/google/cadvisor Docker tag to v0.56.1 2026-01-16 03:10:42 +00:00
60d42c872c Update nextcloud Docker tag to v32.0.4 2026-01-16 03:10:26 +00:00
4b9d02607e Merge pull request 'Update gristlabs/grist-oss Docker tag to v1.7.10' (#630) from renovate/gristlabs-grist-oss-1.x into master
Reviewed-on: #630
2026-01-13 07:25:30 +00:00
de755bd511 Update gristlabs/grist-oss Docker tag to v1.7.10 2026-01-13 03:14:18 +00:00
5 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -40,6 +40,7 @@ data:
cdl-talk-2026: https://speaking.marcusnoble.co.uk/0rRvmv/debugging-your-conference-talk-practical-tips-to-resonate-with-your-audience cdl-talk-2026: https://speaking.marcusnoble.co.uk/0rRvmv/debugging-your-conference-talk-practical-tips-to-resonate-with-your-audience
cdl-talk-2026-feedback: https://yay-or-nay.cluster.fun/feedback/22TO05MQ cdl-talk-2026-feedback: https://yay-or-nay.cluster.fun/feedback/22TO05MQ
technical-talking-blog-post: https://marcusnoble.co.uk/2025-04-30-my-tips-on-giving-technical-talks/ technical-talking-blog-post: https://marcusnoble.co.uk/2025-04-30-my-tips-on-giving-technical-talks/
kubecon-eu-26: https://speaking.marcusnoble.co.uk/zT471P/kube-oddities-the-quirks-that-keep-kubernetes-interesting
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service

View File

@@ -38,7 +38,7 @@ spec:
operator: "Exists" operator: "Exists"
automountServiceAccountToken: false automountServiceAccountToken: false
containers: containers:
- image: ghcr.io/google/cadvisor:0.55.1 - image: ghcr.io/google/cadvisor:0.56.1
name: cadvisor name: cadvisor
ports: ports:
- containerPort: 8080 - containerPort: 8080

View File

@@ -206,7 +206,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: nextcloud - name: nextcloud
image: "nextcloud:32.0.3-apache" image: "nextcloud:32.0.4-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:32.0.3-apache" image: "nextcloud:32.0.4-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.34 image: rancher/mirrored-library-traefik:3.6.7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3