Skip to content

Commit

Permalink
Bump redis to 6.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr committed Jun 16, 2023
1 parent 604a793 commit 892488e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/templates/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ spec:
name: dogstatsd
protocol: UDP
- name: redis
image: "bitnami/redis:6.2.10"
image: "bitnami/redis:6.2.12"
env:
- name: ALLOW_EMPTY_PASSWORD
value: "yes"
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ spec:
name: dogstatsd
protocol: UDP
- name: redis
image: "bitnami/redis:6.2.10"
image: "bitnami/redis:6.2.12"
env:
- name: ALLOW_EMPTY_PASSWORD
value: "yes"
Expand Down
2 changes: 1 addition & 1 deletion stable/vulcan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ A Helm chart for deploying Vulcan
| metrics.conf.vulcanApi | string | `nil` | |
| metrics.conf.vulcanAPIToken | string | `"token"` | |
| metrics.conf.vulcanAPIExternal | string | `nil` | |
| metrics.redis.image | string | `"bitnami/redis:6.2.10"` | |
| metrics.redis.image | string | `"bitnami/redis:6.2.12"` | |
| metrics.meta.sqs | bool | `true` | |
| vulndbapi.enabled | bool | `true` | |
| vulndbapi.name | string | `"vulndbapi"` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/vulcan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ metrics:

# : redis sidecar
redis:
image: bitnami/redis:6.2.10
image: bitnami/redis:6.2.12

meta:
sqs: true
Expand Down

0 comments on commit 892488e

Please sign in to comment.