Skip to content
Snippets Groups Projects
Verified Commit eaeb7876 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

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
parent 9ea00e4e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment