Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
feat(helm)!: Update chart redis to 17.16.0
Browse files Browse the repository at this point in the history
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| helm       | redis   | 16.13.2 | 17.16.0 |
| helm       | redis   | 16.6.0  | 17.16.0 |
| helm       | redis   | 17.3.11 | 17.16.0 |
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 232c3d4 commit 1024f60
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions charts/nocodb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.11
version: 11.9.13
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.6.0
digest: sha256:2105676d71640371f1b0b0777760a5cf2cc72b7ef2073cb92efb0cf085df61b4
generated: "2022-10-21T08:44:22.436216509-07:00"
version: 17.16.0
digest: sha256:709ec4f086277eb568febf0acd758d1faf5b961ddcaf4e33c303b161e50c96d4
generated: "2023-08-23T14:27:58.430396987Z"
2 changes: 1 addition & 1 deletion charts/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 16.6.0
version: 17.16.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
6 changes: 3 additions & 3 deletions charts/penpot/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 11.9.13
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:c2c1a646479fc24a9b0936c7f34fecc5783832e178dac8ba27472259bbf3b2d1
generated: "2023-06-26T11:06:57.567677876-07:00"
version: 17.16.0
digest: sha256:b3a60cb211f138c3fd3ef4761b77884e99384fec4cf44953f8e6c41c9d2931c5
generated: "2023-08-23T14:27:48.192710062Z"
2 changes: 1 addition & 1 deletion charts/penpot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 16.x.x
version: 17.x
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: redis
version: 17.3.11
version: 17.16.0
sourceRef:
kind: HelmRepository
name: bitnami-charts
Expand Down

0 comments on commit 1024f60

Please sign in to comment.