From e8ad1645f23dadea31a1ee434aa677fbcec79ecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 06:24:22 +0000 Subject: [PATCH] feat(container): update image ghcr.io/dragonflydb/dragonfly to v1.24.0 --- .../kubernetes/apps/database/dragonfly/cluster/cluster.yaml.j2 | 2 +- kubernetes/apps/database/dragonfly/cluster/cluster.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/templates/kubernetes/apps/database/dragonfly/cluster/cluster.yaml.j2 b/bootstrap/templates/kubernetes/apps/database/dragonfly/cluster/cluster.yaml.j2 index 028e61f6..074bd220 100644 --- a/bootstrap/templates/kubernetes/apps/database/dragonfly/cluster/cluster.yaml.j2 +++ b/bootstrap/templates/kubernetes/apps/database/dragonfly/cluster/cluster.yaml.j2 @@ -5,7 +5,7 @@ kind: Dragonfly metadata: name: dragonfly spec: - image: ghcr.io/dragonflydb/dragonfly:v1.20.1 + image: ghcr.io/dragonflydb/dragonfly:v1.24.0 replicas: 3 env: - name: MAX_MEMORY diff --git a/kubernetes/apps/database/dragonfly/cluster/cluster.yaml b/kubernetes/apps/database/dragonfly/cluster/cluster.yaml index 028e61f6..074bd220 100644 --- a/kubernetes/apps/database/dragonfly/cluster/cluster.yaml +++ b/kubernetes/apps/database/dragonfly/cluster/cluster.yaml @@ -5,7 +5,7 @@ kind: Dragonfly metadata: name: dragonfly spec: - image: ghcr.io/dragonflydb/dragonfly:v1.20.1 + image: ghcr.io/dragonflydb/dragonfly:v1.24.0 replicas: 3 env: - name: MAX_MEMORY