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 valkey/valkey:9-alpine Docker digest to c9b7791 (#182)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Jul 15, 2026, 6:32 AM UTC) 8d53360c b39919fe

+1 -1
+1 -1
k8s/charts/valkey/templates/deployment.yaml
··· 33 33 tolerationSeconds: {{ $.Values.global.failover.fastTolerationSeconds | default 60 }} 34 34 containers: 35 35 - name: {{ .Chart.Name }} 36 - image: valkey/valkey:9-alpine@sha256:a35428eba9043cc0b79dbe54100f0c92784f2de00ad09b01182bfb1c5c83d1bd 36 + image: valkey/valkey:9-alpine@sha256:c9b77919daeba2c02ad954d0c844cc4e7142069d177b89c5fd771f405daf9e02 37 37 imagePullPolicy: IfNotPresent 38 38 args: 39 39 {{- toYaml .Values.args | nindent 12 }}