Compare commits
2 Commits
tubearchiv
...
outline-0.
Author | SHA1 | Date | |
---|---|---|---|
3270a3102b | |||
acc9710c72 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: outline
|
name: outline
|
||||||
version: 0.1.2
|
version: 0.3.0
|
||||||
description: Chart for Outline wiki
|
description: Chart for Outline wiki
|
||||||
keywords:
|
keywords:
|
||||||
- wiki
|
- wiki
|
||||||
@@ -14,5 +14,5 @@ icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 18.19.4
|
version: 19.1.0
|
||||||
appVersion: v0.75.2
|
appVersion: v0.75.2
|
||||||
|
@@ -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