Compare commits

...

2 Commits

Author SHA1 Message Date
3316d7884e Update freshrss/freshrss Docker tag to v1.28.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 29s
2025-12-26 03:30:53 +00:00
d3b3e19a1f change redis
All checks were successful
lint-test-helm / lint-helm (push) Successful in 18s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 56s
2025-12-25 21:29:53 -06:00
2 changed files with 11 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ freshrss:
main:
image:
repository: freshrss/freshrss
tag: 1.27.1
tag: 1.28.0
pullPolicy: IfNotPresent
env:
- name: PGID

View File

@@ -39,9 +39,9 @@ rayflume:
name: rayflume-config-secret
key: MB_USER_AGENT
- name: CELERY_BROKER_URL
value: redis://redis-replication-rayflume-master:6379/0
value: redis://redis-replication-rayflume-master.rayflume:6379/0
- name: CELERY_RESULT_BACKEND
value: redis://redis-replication-rayflume-master:6379/0
value: redis://redis-replication-rayflume-master.rayflume:6379/0
- name: REFRESH_MINUTES
value: 60
resources:
@@ -88,5 +88,13 @@ rayflume:
main:
- path: /data
readOnly: false
redis-replication:
existingSecret:
enabled: false
redisReplication:
clusterSize: 3
redisSentinel:
enabled: true
clusterSize: 3
volsync-target-data:
pvcTarget: rayflume-data