rspamd: bump to v3.4, helm chart v0.4.2

This commit is contained in:
ace 2022-12-25 00:47:14 +03:00
parent cb283cd960
commit 6938feb0dd
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
4 changed files with 5 additions and 8 deletions

View File

@ -5,7 +5,7 @@ dependencies:
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.3.2 version: 17.4.0
type: application type: application
version: 0.3.0 version: 0.4.2
appVersion: 3.2 appVersion: 3.4

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@ persistence:
rspamd: rspamd:
image: image:
repository: registry.geekhome.org/ghp/rspamd repository: registry.geekhome.org/ghp/rspamd
tag: 3.2-1 tag: 3.4-1
pullPolicy: Always pullPolicy: Always
local.d: local.d:
redis.conf: | redis.conf: |
@ -28,10 +28,7 @@ rspamd:
redis: redis:
enabled: true enabled: true
usePassword: false architecture: standalone
password: ""
cluster:
enabled: false
service: service:
type: ClusterIP type: ClusterIP