Skip to content

Commit

Permalink
Merge pull request #1175 from christianhuth/renovate/proxysql-proxysq…
Browse files Browse the repository at this point in the history
…l-proxysql-2.x

Update proxysql/proxysql Docker tag to v2.7.1
  • Loading branch information
christianhuth authored Oct 25, 2024
2 parents 041a8d1 + da703d6 commit b11f998
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/proxysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/proxysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/proxysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit b11f998

Please sign in to comment.