Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

Update docker.io/library/nextcloud:34-apache Docker digest to 5baecc7 (#131)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Jun 28, 2026, 7:49 PM UTC) ef817f18 a762d2dd

+2 -2
+2 -2
k8s/charts/nextcloud/templates/deployment.yaml
··· 34 34 tolerationSeconds: {{ $.Values.global.failover.fastTolerationSeconds | default 60 }} 35 35 containers: 36 36 - name: {{ .Chart.Name }} 37 - image: docker.io/library/nextcloud:34-apache@sha256:4d4a6b5ed15a7eb4537538c848eb78833f53bed62f93e7d5af144f360cd53ff2 37 + image: docker.io/library/nextcloud:34-apache@sha256:5baecc7baf8991ca0d4b202c349c75c1c83129568284fd1ec6bb7e4417e0a5bb 38 38 imagePullPolicy: IfNotPresent 39 39 envFrom: 40 40 - configMapRef: ··· 80 80 timeoutSeconds: 10 81 81 failureThreshold: 3 82 82 - name: cron 83 - image: docker.io/library/nextcloud:34-apache@sha256:4d4a6b5ed15a7eb4537538c848eb78833f53bed62f93e7d5af144f360cd53ff2 83 + image: docker.io/library/nextcloud:34-apache@sha256:5baecc7baf8991ca0d4b202c349c75c1c83129568284fd1ec6bb7e4417e0a5bb 84 84 imagePullPolicy: IfNotPresent 85 85 command: 86 86 - /bin/sh