From 7fd1f6ec2a8e2593213f835270e4e16003f9f7e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 01:12:06 +0000 Subject: [PATCH 1/2] chore(deps): update busybox docker tag to v1.38 --- charts/multica/values.yaml | 4 ++-- charts/tolgee/Chart.yaml | 2 +- charts/tolgee/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/multica/values.yaml b/charts/multica/values.yaml index 7c35937..88c218b 100644 --- a/charts/multica/values.yaml +++ b/charts/multica/values.yaml @@ -354,7 +354,7 @@ database: # -- Wait for PostgreSQL TCP readiness before starting the backend. enabled: true # -- Init container image used for DB readiness checks. - image: busybox:1.37 + image: busybox:1.38 # -- Init container image pull policy. imagePullPolicy: IfNotPresent # -- Max seconds to wait for DB readiness. @@ -564,7 +564,7 @@ tests: # -- Test image repository. repository: busybox # -- Test image tag. - tag: "1.37" + tag: "1.38" # -- Test image pull policy. pullPolicy: IfNotPresent diff --git a/charts/tolgee/Chart.yaml b/charts/tolgee/Chart.yaml index 4576aa4..3c95ddb 100644 --- a/charts/tolgee/Chart.yaml +++ b/charts/tolgee/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tolgee description: Tolgee Platform Helm chart for Kubernetes type: application -version: 0.26.0 +version: 0.26.1 appVersion: "v3.194.0" kubeVersion: ">= 1.24.0-0" icon: https://icoretech.github.io/helm/charts/tolgee/logo.svg diff --git a/charts/tolgee/values.yaml b/charts/tolgee/values.yaml index 9ca49a6..ffe42d2 100644 --- a/charts/tolgee/values.yaml +++ b/charts/tolgee/values.yaml @@ -292,7 +292,7 @@ database: enabled: true # -- Init container image used for DB readiness checks. - image: busybox:1.37 + image: busybox:1.38 # -- Init container image pull policy. imagePullPolicy: IfNotPresent From 128334e6d72865826e2c07ac575c2b3069461861 Mon Sep 17 00:00:00 2001 From: kain Date: Sat, 30 May 2026 08:33:00 +0200 Subject: [PATCH 2/2] fix(renovate): split chart image update branches --- charts/multica/Chart.yaml | 2 +- charts/multica/README.md | 4 ++-- renovate.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/multica/Chart.yaml b/charts/multica/Chart.yaml index dcd408c..9ad7394 100644 --- a/charts/multica/Chart.yaml +++ b/charts/multica/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: multica description: Multica managed agents platform for Kubernetes type: application -version: 0.3.18 +version: 0.3.19 appVersion: "v0.3.12" kubeVersion: ">= 1.24.0-0" icon: https://raw.githubusercontent.com/multica-ai/multica/main/docs/assets/logo-light.svg diff --git a/charts/multica/README.md b/charts/multica/README.md index bcdf000..15c2ec6 100644 --- a/charts/multica/README.md +++ b/charts/multica/README.md @@ -244,7 +244,7 @@ Daemon-only environment variables don't belong in this server-layer chart. Keep | database.pool.maxConns | string | `nil` | Optional DATABASE_MAX_CONNS env override. Leave empty to honor DATABASE_URL pool_max_conns or Multica defaults. | | database.pool.minConns | string | `nil` | Optional DATABASE_MIN_CONNS env override. Leave empty to honor DATABASE_URL pool_min_conns or Multica defaults. | | database.waitForReady.enabled | bool | `true` | Wait for PostgreSQL TCP readiness before starting the backend. | -| database.waitForReady.image | string | `"busybox:1.37"` | Init container image used for DB readiness checks. | +| database.waitForReady.image | string | `"busybox:1.38"` | Init container image used for DB readiness checks. | | database.waitForReady.imagePullPolicy | string | `"IfNotPresent"` | Init container image pull policy. | | database.waitForReady.periodSeconds | int | `2` | Poll interval in seconds. | | database.waitForReady.timeoutSeconds | int | `180` | Max seconds to wait for DB readiness. | @@ -383,7 +383,7 @@ Daemon-only environment variables don't belong in this server-layer chart. Keep | tests.enabled | bool | `true` | Enable Helm test pod. | | tests.image.pullPolicy | string | `"IfNotPresent"` | Test image pull policy. | | tests.image.repository | string | `"busybox"` | Test image repository. | -| tests.image.tag | string | `"1.37"` | Test image tag. | +| tests.image.tag | string | `"1.38"` | Test image tag. | | usageRollups.cronJob.backoffLimit | int | `1` | Job backoff limit. | | usageRollups.cronJob.concurrencyPolicy | string | `"Forbid"` | CronJob concurrency policy. Forbid pairs with the database advisory lock to avoid overlapping rollups. | | usageRollups.cronJob.enabled | bool | `true` | Run rollup_task_usage_hourly() on a Kubernetes CronJob instead of requiring pg_cron in PostgreSQL. | diff --git a/renovate.json b/renovate.json index 3670f16..bdb3d64 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "prHourlyLimit": 0, "prConcurrentLimit": 0, "branchConcurrentLimit": 0, + "additionalBranchPrefix": "{{parentDir}}-", "customManagers": [ { "customType": "regex",