Skip to content

Commit

Permalink
Update Helm release redis to v19 (#360)
Browse files Browse the repository at this point in the history
* Update Helm release redis to v19

* Bump chart version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcin Jasion <mjasion@users.noreply.github.com>
  • Loading branch information
renovate[bot] and mjasion committed Jun 16, 2024
1 parent 5263742 commit 1cdfd35
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"assigneesFromCodeOwners": true,
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"configMigration": true
"configMigration": true,
"packageRules": [
{
"groupName": "bitnami helm dependencies",
"groupSlug": "bitnami-helm",
"matchDatasources": [
"helm"
],
"matchPackagePrefixes": ["^bitnami/"]
}
]
}
8 changes: 4 additions & 4 deletions charts/studio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.14.3
version: 19.5.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
version: 15.5.4
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.2.0
digest: sha256:5764f9714b4d0e478f5ea25796091919f7ca334773989ac86235c7377db85405
generated: "2024-06-01T16:58:57.386705962Z"
digest: sha256:449d0328fcf5664b6b882dc00ec888def4d862d77fad6acf1d675bed84587380
generated: "2024-06-16T19:18:33.296268+02:00"
6 changes: 3 additions & 3 deletions charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.14.13
version: 0.15.0
appVersion: "v2.123.2"
maintainers:
- name: iterative
Expand All @@ -11,11 +11,11 @@ icon: "https://static.iterative.ai/logo/studio.svg"
dependencies:
- name: redis
condition: redis.enabled
version: "17.14.3"
version: "19.5.2"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
version: "11.9.13"
version: "15.5.4"
repository: "https://charts.bitnami.com/bitnami"
- name: clickhouse
condition: clickhouse.enabled
Expand Down
6 changes: 3 additions & 3 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

![Version: 0.14.13](https://img.shields.io/badge/Version-0.14.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.123.2](https://img.shields.io/badge/AppVersion-v2.123.2-informational?style=flat-square)
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.123.2](https://img.shields.io/badge/AppVersion-v2.123.2-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -15,8 +15,8 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | clickhouse | 6.2.0 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://charts.bitnami.com/bitnami | redis | 17.14.3 |
| https://charts.bitnami.com/bitnami | postgresql | 15.5.4 |
| https://charts.bitnami.com/bitnami | redis | 19.5.2 |

## Values

Expand Down

0 comments on commit 1cdfd35

Please sign in to comment.