Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/multica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/multica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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. |
Expand Down
4 changes: 2 additions & 2 deletions charts/multica/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/tolgee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tolgee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"additionalBranchPrefix": "{{parentDir}}-",
"customManagers": [
{
"customType": "regex",
Expand Down
Loading