Skip to content

Commit

Permalink
[ProxySQL] Make linter happy- Bump to proxysql chart v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer 'rei' Schuth committed Feb 23, 2024
1 parent 204c62e commit 01f2674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dysnix/proxysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: "2.5.5"
description: ProxySQL Helm chart for Kubernetes
name: proxysql
version: 0.11.0
version: 0.11.1
home: https://www.proxysql.com/
sources:
- https://github.com/dysnix/charts
Expand Down
4 changes: 2 additions & 2 deletions dysnix/proxysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ proxysql_cluster:

healthcheck:
# This is the healtcheck script executed by the k8s probes
psql_user: null # If not set use `.mysql_variables.monitor_username`
psql_pass: null # If not set use `.mysql_variables.monitor_password`
psql_user: null # If not set use `.mysql_variables.monitor_username`
psql_pass: null # If not set use `.mysql_variables.monitor_password`
psql_host: "127.0.0.1" # The listening core host/pod. NOTE: User 'monitor' can only connect locally
psql_host_port: null # The admin port. If not set use `.service.adminPort`

Expand Down

0 comments on commit 01f2674

Please sign in to comment.