Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update default proxy version in charts #486

Merged
merged 3 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading