Skip to content

Commit 12f5546

Browse files
fix: update redis/valkey comment (#13858)
* fix: update redis/valkey comment * feat(ci): additional comment updates --------- Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent 0986fc1 commit 12f5546

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/defectdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ A Helm chart for Kubernetes to install DefectDojo
751751
| redisParams | string | `""` | Parameters attached to the redis connection string, defaults to "ssl_cert_reqs=optional" if `redisScheme` is `rediss` |
752752
| redisPort | int | `6379` | Define the protocol to use with the external Redis instance |
753753
| redisScheme | string | `"redis"` | Define the protocol to use with the external Redis instance |
754-
| redisServer | string | `nil` | To use an external Redis instance, set `redis.enabled` to false and set the address here: |
754+
| redisServer | string | `nil` | To use an external Redis instance, set `valkey.enabled` to false and set the address here: |
755755
| revisionHistoryLimit | int | `10` | Allow overriding of revisionHistoryLimit across all deployments. |
756756
| secrets.annotations | object | `{}` | Add annotations for secret resources |
757757
| securityContext | object | `{"containerSecurityContext":{"runAsNonRoot":true},"enabled":true,"podSecurityContext":{"runAsNonRoot":true}}` | Security context settings |

helm/defectdojo/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@
13301330
"type": "string"
13311331
},
13321332
"redisServer": {
1333-
"description": "To use an external Redis instance, set `redis.enabled` to false and set the address here:",
1333+
"description": "To use an external Redis instance, set `valkey.enabled` to false and set the address here:",
13341334
"type": [
13351335
"string",
13361336
"null"

helm/defectdojo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ valkeyParams: ""
701701
# External database support.
702702
#
703703
# @schema type:[string, null]
704-
# -- To use an external Redis instance, set `redis.enabled` to false and set the address here:
704+
# -- To use an external Redis instance, set `valkey.enabled` to false and set the address here:
705705
redisServer: ~
706706
# -- Parameters attached to the redis connection string, defaults to "ssl_cert_reqs=optional" if `redisScheme` is `rediss`
707707
redisParams: ""

0 commit comments

Comments
 (0)