From 83e98fcde01261af64a2904c8950b0a145c59019 Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Sun, 21 Mar 2021 10:21:00 +0000 Subject: [PATCH] Remove comment about setting redis image to upstream for ARM compatibility for now. --- charts/funkwhale/values.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/charts/funkwhale/values.yaml b/charts/funkwhale/values.yaml index d22bb2f..3fc2efe 100644 --- a/charts/funkwhale/values.yaml +++ b/charts/funkwhale/values.yaml @@ -51,13 +51,6 @@ redis: # this to false and adjust the host to use your existing service. enabled: true - # If you wan to run Redis on a Raspbery Pi or another ARM-based - # system, use the official Docker image instead of the Bitnami one - # as the Bitnami images are only available as amd64. - # image: - # repository: redis - # tag: 6.0.12 - host: '' redisPort: 6379 password: funkwhale