Skip to content

Commit

Permalink
chore(monolith): pin helm release redis v20.6.0 (#310)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | redis   | 20.5.0 | 20.6.0 |
  • Loading branch information
parcellab-dev-bot authored Dec 17, 2024
1 parent 1cb4c01 commit b2a1064
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.5.0
version: 20.6.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.5.0
version: 20.6.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.5.0
version: 20.6.0
condition: redis.enabled
- name: mongodb
version: 16.4.0
Expand Down

0 comments on commit b2a1064

Please sign in to comment.