change redis image to use valkey

This commit is contained in:
2024-04-11 18:03:44 -06:00
parent acc9710c72
commit 3270a3102b
2 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: outline
version: 0.2.0
version: 0.3.0
description: Chart for Outline wiki
keywords:
- wiki

View File

@@ -39,10 +39,6 @@ persistence:
storageSize: 50Gi
localRootDir: /var/lib/outline/data
uploadMaxSize: 26214400
redis:
architecture: standalone
auth:
enabled: false
outline:
nodeEnv: production
url:
@@ -98,3 +94,11 @@ outline:
usernameClaim:
displayName:
scopes: openid profile email
redis:
image:
registry: docker.io
repository: valkey/valkey
tag: 7.2.4-rc1
architecture: standalone
auth:
enabled: false