Skip to content

Commit 78e1d7e

Browse files
ausias-armestoEduardo Morillo
authored and
Eduardo Morillo
committed
Bug/discourse remove redis username (bitnami#14265)
* [14264] Using external redis authentication with username is not implemented Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> * [14264] - Using external redis authentication with username is not implemented Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> * [14264] - Using external redis authentication with username is not implemented Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> Signed-off-by: Eduardo Morillo <eduardo.morillo@blueamber.io>
1 parent babd054 commit 78e1d7e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

bitnami/discourse/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sources:
3636
- https://github.com/bitnami/containers/tree/main/bitnami/discourse
3737
- https://github.com/spinnaker
3838
- https://www.discourse.org/
39-
version: 9.0.6
39+
version: 9.0.7

bitnami/discourse/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ The command removes all the Kubernetes components associated with the chart and
329329
| `redis.architecture` | Redis&reg; architecture. Allowed values: `standalone` or `replication` | `standalone` |
330330
| `externalRedis.host` | Redis&reg; host | `localhost` |
331331
| `externalRedis.port` | Redis&reg; port number | `6379` |
332-
| `externalRedis.username` | Redis&reg; username | `""` |
333332
| `externalRedis.password` | Redis&reg; password | `""` |
334333
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis&trade credentials | `""` |
335334
| `externalRedis.existingSecretPasswordKey` | Name of an existing secret key containing the Redis&trade credentials | `redis-password` |

bitnami/discourse/values.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -865,17 +865,13 @@ redis:
865865
## All of these values are only used when redis.enabled is set to false
866866
## @param externalRedis.host Redis&reg; host
867867
## @param externalRedis.port Redis&reg; port number
868-
## @param externalRedis.username Redis&reg; username
869868
## @param externalRedis.password Redis&reg; password
870869
## @param externalRedis.existingSecret Name of an existing secret resource containing the Redis&trade credentials
871870
## @param externalRedis.existingSecretPasswordKey Name of an existing secret key containing the Redis&trade credentials
872871
##
873872
externalRedis:
874873
host: localhost
875874
port: 6379
876-
## Most Redis&reg; implementations do not require a username
877-
## to authenticate and it should be enough with the password
878-
username: ""
879875
password: ""
880876
existingSecret: ""
881877
existingSecretPasswordKey: "redis-password"

0 commit comments

Comments
 (0)