Skip to content

Commit

Permalink
chore(monolith): pin helm release redis v20.10.0 (#339)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to      |
| ---------- | ------- | ------ | ------- |
| helm       | redis   | 20.9.0 | 20.10.0 |
  • Loading branch information
parcellab-dev-bot authored Feb 28, 2025
1 parent 209cfe5 commit 5a27691
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: 20.9.0
version: 20.10.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: 20.9.0
version: 20.10.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: 20.9.0
version: 20.10.0
condition: redis.enabled
- name: mongodb
version: 16.4.5
Expand Down

0 comments on commit 5a27691

Please sign in to comment.