Skip to content

Commit

Permalink
Merge pull request #486 from mlycore/update-charts
Browse files Browse the repository at this point in the history
chore: update default proxy version in charts
  • Loading branch information
strongduanmu authored May 11, 2024
2 parents f5de34e + ffc7458 commit 59a8d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/apache-shardingsphere-proxy-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

apiVersion: v2
appVersion: 5.4.1
appVersion: 5.5.0
name: apache-shardingsphere-proxy-charts
description: A Helm chart for ShardingSphere-Proxy-Cluster
version: 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion charts/apache-shardingsphere-proxy-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ helm unstall [RELEASE_NAME]
| ------------------------------------- | -------------------------------------------------------------- | ------------------------------- |
| `compute.image.repository` | Image name of ShardingSphere-Proxy. | `apache/shardingsphere-proxy` |
| `compute.image.pullPolicy` | The policy for pulling ShardingSphere-Proxy image | `IfNotPresent` |
| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.4.1` |
| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.5.0` |
| `compute.imagePullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `compute.resources.limits` | The resources limits for the ShardingSphere-Proxy containers | `{}` |
| `compute.resources.requests.memory` | The requested memory for the ShardingSphere-Proxy containers | `2Gi` |
Expand Down
2 changes: 1 addition & 1 deletion charts/apache-shardingsphere-proxy-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ compute:
pullPolicy: IfNotPresent
## Overrides the image tag whose default is the chart appVersion.
##
tag: "5.4.1"
tag: "5.5.0"
## @param compute.imagePullSecrets Specify docker-registry secret names as an array
## e.g:
## imagePullSecrets:
Expand Down

0 comments on commit 59a8d48

Please sign in to comment.