diff --git a/.github/renovate.json b/.github/renovate.json index deafa76a..00d766c0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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/"] + } + ] } diff --git a/charts/studio/Chart.lock b/charts/studio/Chart.lock index 6c8f1ae6..6d81d5c8 100644 --- a/charts/studio/Chart.lock +++ b/charts/studio/Chart.lock @@ -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" diff --git a/charts/studio/Chart.yaml b/charts/studio/Chart.yaml index 10be77d6..4cd8643f 100644 --- a/charts/studio/Chart.yaml +++ b/charts/studio/Chart.yaml @@ -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 @@ -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 diff --git a/charts/studio/README.md b/charts/studio/README.md index 25e41330..a6602899 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -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 @@ -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