convert to valkey

This commit is contained in:
2024-08-12 21:14:47 -05:00
parent 7738f0b60b
commit fb10ebf19b
8 changed files with 19 additions and 19 deletions

View File

@@ -30,9 +30,9 @@ dependencies:
alias: minio alias: minio
version: 6.0.1 version: 6.0.1
repository: https://operator.min.io/ repository: https://operator.min.io/
- name: redis - name: valkey
version: 0.3.13
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 19.6.4
- name: cloudflared - name: cloudflared
alias: cloudflared-outline alias: cloudflared-outline
repository: http://alexlebens.github.io/helm-charts repository: http://alexlebens.github.io/helm-charts

View File

@@ -179,7 +179,7 @@ minio:
host: minio-outline.alexlebens.net host: minio-outline.alexlebens.net
path: / path: /
pathType: Prefix pathType: Prefix
redis: valkey:
architecture: standalone architecture: standalone
auth: auth:
enabled: false enabled: false

View File

@@ -24,8 +24,8 @@ dependencies:
alias: vikunja alias: vikunja
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
version: 3.3.2 version: 3.3.2
- name: redis - name: valkey
version: 19.6.4 version: 0.3.13
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: cloudflared - name: cloudflared
alias: cloudflared-api alias: cloudflared-api

View File

@@ -87,7 +87,7 @@ vikunja:
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: config.yml subPath: config.yml
redis: valkey:
architecture: standalone architecture: standalone
auth: auth:
enabled: true enabled: true

View File

@@ -45,13 +45,13 @@ dependencies:
alias: mautrix-whatsapp alias: mautrix-whatsapp
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
version: 3.3.2 version: 3.3.2
- name: redis - name: valkey
alias: redis-synapse alias: valkey-synapse
version: 19.6.4 version: 0.3.13
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: redis - name: valkey
alias: redis-hookshot alias: valkey-hookshot
version: 19.6.4 version: 0.3.13
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: cloudflared - name: cloudflared
alias: cloudflared-synapse alias: cloudflared-synapse

View File

@@ -292,8 +292,8 @@ mautrix-whatsapp:
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: config.yaml subPath: config.yaml
redis-synapse: valkey-synapse:
fullnameOverride: matrix-synapse-redis fullnameOverride: matrix-synapse-valkey
architecture: standalone architecture: standalone
auth: auth:
enabled: true enabled: true
@@ -305,8 +305,8 @@ redis-synapse:
replica: replica:
persistence: persistence:
enabled: false enabled: false
redis-hookshot: valkey-hookshot:
fullnameOverride: matrix-hookshot-redis fullnameOverride: matrix-hookshot-valkey
architecture: standalone architecture: standalone
auth: auth:
enabled: false enabled: false

View File

@@ -26,8 +26,8 @@ dependencies:
alias: stalwart alias: stalwart
version: 3.3.2 version: 3.3.2
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
- name: redis - name: valkey
version: 19.6.4 version: 0.3.13
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: elasticsearch - name: elasticsearch
version: 21.3.6 version: 21.3.6

View File

@@ -71,7 +71,7 @@ stalwart:
main: main:
- path: /opt/stalwart-mail - path: /opt/stalwart-mail
readOnly: false readOnly: false
redis: valkey:
architecture: standalone architecture: standalone
auth: auth:
enabled: false enabled: false