Skip to content

Commit

Permalink
chore(monolith): pin helm release redis v20.6.2 (#316)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | redis   | 20.6.1 | 20.6.2 |
  • Loading branch information
parcellab-dev-bot authored Jan 9, 2025
1 parent 4f660bb commit dc76555
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.6.1
version: 20.6.2
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.6.1
version: 20.6.2
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.6.1
version: 20.6.2
condition: redis.enabled
- name: mongodb
version: 16.4.0
Expand Down

0 comments on commit dc76555

Please sign in to comment.