Skip to content

Commit

Permalink
fix: redis auth issue (#24)
Browse files Browse the repository at this point in the history
* fix: redis auth issue
* chore: increment chart version
* fix: format comments
  • Loading branch information
vishnu-narayanan authored Aug 6, 2021
1 parent cc32074 commit 5e91e05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/chatwoot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ sources:
- https://github.com/chatwoot/chatwoot
- http://www.chatwoot.com

#This is the chart version.
version: 0.5.1
# This is the chart version.
version: 0.5.3

#This is application version.
appVersion: "v1.18.1"
# This is the application version.
appVersion: "v1.18.2"
8 changes: 5 additions & 3 deletions charts/chatwoot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Overrides the image tag whose default is the chart appVersion.
image:
repository: chatwoot/chatwoot
tag: v1.18.1
tag: v1.18.2
pullPolicy: IfNotPresent

web:
Expand Down Expand Up @@ -114,10 +114,12 @@ postgresql:
redis:
enabled: true
nameOverride: chatwoot-redis
auth:
password: redis
# The following variables are only used when internal Redis is disabled
# host: redis
# Just omit the password field if your redis cluster doesn't use password
password: redis
# password: redis
# port: 6379
# When defined the `password` field is ignored
# existingSecret: secret-name
Expand Down Expand Up @@ -176,7 +178,7 @@ env:
REDIS_SENTINEL_MASTER_NAME: ""
REDIS_SENTINELS: ""
REDIS_HOST: "chatwoot-chatwoot-redis-master"
REDIS_URL: redis://redis@chatwoot-chatwoot-redis-master:6379
REDIS_URL: redis://:redis@chatwoot-chatwoot-redis-master:6379
S3_BUCKET_NAME: ""
SECRET_KEY_BASE: wsedrfghjhygtfrdecfvbhnygtfvbtyftctdrxresxcygvujhb
SENTRY_DSN: ""
Expand Down

0 comments on commit 5e91e05

Please sign in to comment.