From a69a8764e5e3da0d336e1e6b8b15f9b2d1656171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 08:57:18 +0000 Subject: [PATCH 1/2] Update proxysql/proxysql Docker tag to v2.5.5 --- charts/proxysql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/proxysql/values.yaml b/charts/proxysql/values.yaml index a63778c8..ffab9880 100644 --- a/charts/proxysql/values.yaml +++ b/charts/proxysql/values.yaml @@ -9,7 +9,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "2.5.4" + tag: "2.5.5" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From 48bbaf43f2518c2d17b18b7b250a4c9ec170d090 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 19 Sep 2023 16:45:04 +0200 Subject: [PATCH 2/2] updated README and Chart.yaml --- charts/proxysql/Chart.yaml | 6 +++--- charts/proxysql/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/proxysql/Chart.yaml b/charts/proxysql/Chart.yaml index 3901b6ec..2989491c 100644 --- a/charts/proxysql/Chart.yaml +++ b/charts/proxysql/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: proxysql description: A proxysql Helm chart for Kubernetes. Offers option to expose web interface through Ingress. Uses ServiceMonitor to collect metrics. type: application -version: 1.1.3 -appVersion: "2.5.4" +version: 1.1.4 +appVersion: "2.5.5" home: https://github.com/christianknell/helm-charts icon: https://proxysql.com/wp-content/uploads/2019/11/ProxySQL-BIG-e1581368792603.png maintainers: @@ -14,4 +14,4 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: bumped image version to 2.5.4 + description: bumped image version to 2.5.5 diff --git a/charts/proxysql/README.md b/charts/proxysql/README.md index 0ca28357..9d7b7a63 100644 --- a/charts/proxysql/README.md +++ b/charts/proxysql/README.md @@ -54,7 +54,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"proxysql.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"proxysql/proxysql"` | image repository | -| image.tag | string | `"2.5.4"` | Overrides the image tag | +| image.tag | string | `"2.5.5"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | ingress.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | `"HTTPS"` | | | ingress.className | string | `""` | |