Skip to content

Commit

Permalink
chore: update charts default version to 5.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Oct 25, 2023
1 parent 7bbc2be commit 97722d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0
appVersion: 5.4.1
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.0` |
| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.4.1` |
| `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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
volumeMounts:
- name: metrics-jar
mountPath: /opt/shardingsphere-proxy/agent
{{- if eq .Values.compute.image.tag "5.3.2" }}
{{- if eq .Values.compute.image.tag "5.4.1" }}
- name: replace-start-script
image: "{{ .Values.compute.image.repository }}:{{ .Values.compute.image.tag | default .Chart.AppVersion }}"
command: ["sh","-c","sed -i 's#exec $JAVA ${JAVA_OPTS} ${JAVA_MEM_OPTS} -classpath ${CLASS_PATH} ${MAIN_CLASS}#exec $JAVA ${JAVA_OPTS} ${JAVA_MEM_OPTS} -classpath ${CLASS_PATH} ${AGENT_PARAM} ${MAIN_CLASS}#g' /opt/shardingsphere-proxy/bin/start.sh; cp /opt/shardingsphere-proxy/bin/start.sh /opt/shardingsphere-proxy/tmpbin/start.sh;"]
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
mountPath: /opt/shardingsphere-proxy/agent
- name: agent-config
mountPath: /opt/shardingsphere-proxy/agent/conf
{{- if eq .Values.compute.image.tag "5.3.2" }}
{{- if eq .Values.compute.image.tag "5.4.1" }}
- name: replace-start-script
mountPath: /opt/shardingsphere-proxy/bin
{{- end }}
Expand All @@ -129,7 +129,7 @@ spec:
{{- toYaml .Values.compute.imagePullSecrets | nindent 8 }}
volumes:
{{- if .Values.compute.agent.enabled}}
{{- if eq .Values.compute.image.tag "5.3.2" }}
{{- if eq .Values.compute.image.tag "5.4.1" }}
- name: replace-start-script
emptyDir: { }
{{- end }}
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.0"
tag: "5.4.1"
## @param compute.imagePullSecrets Specify docker-registry secret names as an array
## e.g:
## imagePullSecrets:
Expand Down

0 comments on commit 97722d9

Please sign in to comment.