From c812f9a4db43789ae14c106fce10326039243b1d Mon Sep 17 00:00:00 2001 From: Derrick Austin Date: Wed, 18 Feb 2026 14:32:42 -0600 Subject: [PATCH 1/2] Increases the MariaDB maxUserConnections to it's default value of 151. --- charts/curator/templates/mariadb-user.yaml | 2 +- charts/curator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/curator/templates/mariadb-user.yaml b/charts/curator/templates/mariadb-user.yaml index 0710d26..58360dc 100644 --- a/charts/curator/templates/mariadb-user.yaml +++ b/charts/curator/templates/mariadb-user.yaml @@ -13,4 +13,4 @@ spec: passwordSecretKeyRef: name: {{ .Values.mariadbOperator.user.userPasswordSecretKeyRef.name }} key: {{ .Values.mariadbOperator.user.userPasswordSecretKeyRef.key }} - maxUserConnections: {{ .Values.mariadbOperator.user.maxUserConnections | default 20 }} \ No newline at end of file + maxUserConnections: {{ .Values.mariadbOperator.user.maxUserConnections | default 151 }} \ No newline at end of file diff --git a/charts/curator/values.yaml b/charts/curator/values.yaml index 45cbf5a..d27dde2 100644 --- a/charts/curator/values.yaml +++ b/charts/curator/values.yaml @@ -252,7 +252,7 @@ mariadbOperator: name: production-mariadb key: password # -- maximum number of connections for the user - maxUserConnections: 100 + maxUserConnections: 151 # -- grantOption for the user grantOption: false # -- allowable login hosts for the user From 581a32c8b951c6f8e9e3c2e5422cd3b071b1cb9b Mon Sep 17 00:00:00 2001 From: Derrick Austin Date: Wed, 18 Feb 2026 14:32:42 -0600 Subject: [PATCH 2/2] feat(mariadb): increase maxUserConnections Increases the MariaDB maxUserConnections to it's default value of 151. --- charts/curator/README.md | 4 ++-- charts/curator/templates/mariadb-user.yaml | 2 +- charts/curator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/curator/README.md b/charts/curator/README.md index 75cb11a..f3cc907 100644 --- a/charts/curator/README.md +++ b/charts/curator/README.md @@ -1,6 +1,6 @@ # curator -![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.08-03](https://img.shields.io/badge/AppVersion-2025.08--03-informational?style=flat-square) +![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.08-03](https://img.shields.io/badge/AppVersion-2025.08--03-informational?style=flat-square) A Helm chart for Curator in a Container in Kubernetes @@ -54,7 +54,7 @@ A Helm chart for Curator in a Container in Kubernetes | mariadbOperator.mariadbEndpoint | string | `""` | Endpoint to connect to mariadb, if not set it will use the mariaDbName as the hostname | | mariadbOperator.user.grantOption | bool | `false` | grantOption for the user | | mariadbOperator.user.host | string | `"%"` | allowable login hosts for the user | -| mariadbOperator.user.maxUserConnections | int | `100` | maximum number of connections for the user | +| mariadbOperator.user.maxUserConnections | int | `151` | maximum number of connections for the user | | mariadbOperator.user.userPasswordSecretKeyRef | object | `{"key":"password","name":"production-mariadb"}` | secret reference for the created user password | | mariadbOperator.user.username | string | `"curator"` | mariadb user to create | | nameOverride | string | `""` | Overrides the chart name, default is the name of the release | diff --git a/charts/curator/templates/mariadb-user.yaml b/charts/curator/templates/mariadb-user.yaml index 0710d26..58360dc 100644 --- a/charts/curator/templates/mariadb-user.yaml +++ b/charts/curator/templates/mariadb-user.yaml @@ -13,4 +13,4 @@ spec: passwordSecretKeyRef: name: {{ .Values.mariadbOperator.user.userPasswordSecretKeyRef.name }} key: {{ .Values.mariadbOperator.user.userPasswordSecretKeyRef.key }} - maxUserConnections: {{ .Values.mariadbOperator.user.maxUserConnections | default 20 }} \ No newline at end of file + maxUserConnections: {{ .Values.mariadbOperator.user.maxUserConnections | default 151 }} \ No newline at end of file diff --git a/charts/curator/values.yaml b/charts/curator/values.yaml index 45cbf5a..d27dde2 100644 --- a/charts/curator/values.yaml +++ b/charts/curator/values.yaml @@ -252,7 +252,7 @@ mariadbOperator: name: production-mariadb key: password # -- maximum number of connections for the user - maxUserConnections: 100 + maxUserConnections: 151 # -- grantOption for the user grantOption: false # -- allowable login hosts for the user