From acb1da89563bd585ac70d6e8fb6ea411747258b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:02:50 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io/dra?= =?UTF-8?q?gonflydb/dragonfly=20(=20v1.38.1=20=E2=86=92=20v1.40.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------- | | docker | ghcr.io/dragonflydb/dragonfly | v1.38.1 | v1.40.1 | Signed-off-by: Roger Rumao --- infrastructure/dragonfly-operator/templates/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dragonfly-operator/templates/cluster.yaml b/infrastructure/dragonfly-operator/templates/cluster.yaml index 2d68a0b88..8bff1b586 100644 --- a/infrastructure/dragonfly-operator/templates/cluster.yaml +++ b/infrastructure/dragonfly-operator/templates/cluster.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/instance: {{ $.Release.Name }} # Add this! app.kubernetes.io/part-of: {{ $.Release.Name }} spec: - image: ghcr.io/dragonflydb/dragonfly:v1.38.1 + image: ghcr.io/dragonflydb/dragonfly:v1.40.1 replicas: {{ default 1 .replicas }} env: - name: MAX_MEMORY