diff --git a/charts/proxysql/Chart.yaml b/charts/proxysql/Chart.yaml index 01c3ee3f..e639c8d8 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.2.4 -appVersion: "2.6.5" +version: 1.3.0 +appVersion: "2.7.1" home: https://github.com/christianhuth/helm-charts icon: https://proxysql.com/wp-content/uploads/2019/11/ProxySQL-BIG-e1581368792603.png maintainers: @@ -14,7 +14,7 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: added support for stable autoscaling api + description: bumped image version to 2.7.1 artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/proxysql/README.md b/charts/proxysql/README.md index 7d57048b..d7b184f8 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.6.5"` | Overrides the image tag | +| image.tag | string | `"2.7.1"` | 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 | `""` | | diff --git a/charts/proxysql/values.yaml b/charts/proxysql/values.yaml index 8a8dcf08..2640d56b 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.6.5" + tag: "2.7.1" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []