Skip to content

Commit

Permalink
chore(monolith): pin helm release redis v20 (#242)
Browse files Browse the repository at this point in the history
| datasource | package | from    | to     |
| ---------- | ------- | ------- | ------ |
| helm       | redis   | 18.19.4 | 20.1.0 |

Co-authored-by: andibeuge <[email protected]>
  • Loading branch information
parcellab-dev-bot and andibeuge authored Nov 7, 2024
1 parent 86559fc commit ffe4c24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parcellab/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
version: 20.1.0
condition: redis.enabled
2 changes: 1 addition & 1 deletion parcellab/microservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
version: 20.1.0
condition: redis.enabled
2 changes: 1 addition & 1 deletion parcellab/monolith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
version: 20.1.0
condition: redis.enabled
- name: mongodb
version: 15.6.26
Expand Down

0 comments on commit ffe4c24

Please sign in to comment.