Skip to content

Commit

Permalink
updated README and Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Sep 19, 2023
1 parent a69a876 commit 48bbaf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.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:
Expand All @@ -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
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.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 | `""` | |
Expand Down

0 comments on commit 48bbaf4

Please sign in to comment.