From 2a9915ba365431e59a98f8bc1c69de83958a19d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Feb 2026 11:48:21 +0000 Subject: [PATCH 1/3] Update severalnines/proxysql Docker tag to v2.3 --- charts/db-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/db-operator/values.yaml b/charts/db-operator/values.yaml index bc41ac5..0cd9e7b 100644 --- a/charts/db-operator/values.yaml +++ b/charts/db-operator/values.yaml @@ -94,7 +94,7 @@ config: generic: {} percona: proxy: - image: severalnines/proxysql:2.0 + image: severalnines/proxysql:2.3 metricsPort: 9090 backup: activeDeadlineSeconds: 600 # 10m From 7fd70a10deef726b927e76634c7fe5b556495b58 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 23 Feb 2026 10:17:16 +0100 Subject: [PATCH 2/3] Bump db-operator version Signed-off-by: Nikolai Rodionov --- charts/db-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/db-operator/Chart.yaml b/charts/db-operator/Chart.yaml index 072dfec..73327b3 100644 --- a/charts/db-operator/Chart.yaml +++ b/charts/db-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: db-operator -version: 2.3.0 +version: 2.3.1 # --------------------------------------------------------------------------------- # -- All supported k8s versions are in the test: From 65c2f352ccee5261a6ea78f41ff1ad87c71f66e8 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 23 Feb 2026 10:28:21 +0100 Subject: [PATCH 3/3] Generate docs Signed-off-by: Nikolai Rodionov --- charts/db-operator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/db-operator/README.md b/charts/db-operator/README.md index 17861ee..21a9a0e 100644 --- a/charts/db-operator/README.md +++ b/charts/db-operator/README.md @@ -1,6 +1,6 @@ # db-operator -![Version: 2.5.2](https://img.shields.io/badge/Version-2.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.21.0](https://img.shields.io/badge/AppVersion-2.21.0-informational?style=flat-square) +![Version: 2.5.3](https://img.shields.io/badge/Version-2.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.21.0](https://img.shields.io/badge/AppVersion-2.21.0-informational?style=flat-square) The DB Operator creates databases and make them available in the cluster via Custom Resource. @@ -129,7 +129,7 @@ We use helm tests feature for testing the chart in CI. Though we know that this | config.instance.google.proxy.image | string | `"ghcr.io/db-operator/db-auth-gateway:v0.1.10"` | | | config.instance.google.proxy.metricsPort | int | `9090` | | | config.instance.generic | object | `{}` | | -| config.instance.percona.proxy.image | string | `"severalnines/proxysql:2.0"` | | +| config.instance.percona.proxy.image | string | `"severalnines/proxysql:2.3"` | | | config.instance.percona.proxy.metricsPort | int | `9090` | | | config.backup.activeDeadlineSeconds | int | `600` | | | config.backup.nodeSelector | object | `{}` | |