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

Configure Feed

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

Update docker.io/library/nextcloud:34-apache Docker digest to e15c14f (#179)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Jul 14, 2026, 5:34 PM EDT) 6ff3a6ef 77d05c15

+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:6444fc5450302534e850b4d23c05b5f06c7b0d25bd5ece716452061454699c58 37 + image: docker.io/library/nextcloud:34-apache@sha256:e15c14f83a90484e497dabc7d01248370f69e1de353c072b8aa15dbd19d5fd9b 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:6444fc5450302534e850b4d23c05b5f06c7b0d25bd5ece716452061454699c58 83 + image: docker.io/library/nextcloud:34-apache@sha256:e15c14f83a90484e497dabc7d01248370f69e1de353c072b8aa15dbd19d5fd9b 84 84 imagePullPolicy: IfNotPresent 85 85 command: 86 86 - /bin/sh