change redis image to use valkey
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: outline
|
name: outline
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
description: Chart for Outline wiki
|
description: Chart for Outline wiki
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
|
@@ -39,10 +39,6 @@ persistence:
|
|||||||
storageSize: 50Gi
|
storageSize: 50Gi
|
||||||
localRootDir: /var/lib/outline/data
|
localRootDir: /var/lib/outline/data
|
||||||
uploadMaxSize: 26214400
|
uploadMaxSize: 26214400
|
||||||
redis:
|
|
||||||
architecture: standalone
|
|
||||||
auth:
|
|
||||||
enabled: false
|
|
||||||
outline:
|
outline:
|
||||||
nodeEnv: production
|
nodeEnv: production
|
||||||
url:
|
url:
|
||||||
@@ -98,3 +94,11 @@ outline:
|
|||||||
usernameClaim:
|
usernameClaim:
|
||||||
displayName:
|
displayName:
|
||||||
scopes: openid profile email
|
scopes: openid profile email
|
||||||
|
redis:
|
||||||
|
image:
|
||||||
|
registry: docker.io
|
||||||
|
repository: valkey/valkey
|
||||||
|
tag: 7.2.4-rc1
|
||||||
|
architecture: standalone
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user