From eaeb7876a7d8838980bf6029a9e6cf643469acc9 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 13 Sep 2023 01:20:54 +0200 Subject: [PATCH] fix(redis): Run version 3.2.9 instead Currently 3.3.0 has a bug, where the CRDs contain templating that doesn't work, resulting in failed installations. References: https://github.com/spotahome/redis-operator/issues/654 https://github.com/spotahome/redis-operator/pull/655 --- infrastructure/redis/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/redis/release.yaml b/infrastructure/redis/release.yaml index 2cc083ef6..a3d7666a3 100644 --- a/infrastructure/redis/release.yaml +++ b/infrastructure/redis/release.yaml @@ -12,7 +12,7 @@ spec: kind: HelmRepository name: redis-operator namespace: redis-system - version: 3.3.0 + version: 3.2.9 interval: 1h install: crds: CreateReplace @@ -34,4 +34,4 @@ metadata: namespace: redis-system data: values.yaml: | - \ No newline at end of file + -- GitLab