diff --git a/charts/apache-shardingsphere-proxy-charts/Chart.yaml b/charts/apache-shardingsphere-proxy-charts/Chart.yaml index a928c154..813a73c8 100644 --- a/charts/apache-shardingsphere-proxy-charts/Chart.yaml +++ b/charts/apache-shardingsphere-proxy-charts/Chart.yaml @@ -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 diff --git a/charts/apache-shardingsphere-proxy-charts/README.md b/charts/apache-shardingsphere-proxy-charts/README.md index 62dda503..bf898f7d 100644 --- a/charts/apache-shardingsphere-proxy-charts/README.md +++ b/charts/apache-shardingsphere-proxy-charts/README.md @@ -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` | diff --git a/charts/apache-shardingsphere-proxy-charts/templates/deployment.yaml b/charts/apache-shardingsphere-proxy-charts/templates/deployment.yaml index c20987b9..be081840 100644 --- a/charts/apache-shardingsphere-proxy-charts/templates/deployment.yaml +++ b/charts/apache-shardingsphere-proxy-charts/templates/deployment.yaml @@ -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;"] @@ -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 }} @@ -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 }} diff --git a/charts/apache-shardingsphere-proxy-charts/values.yaml b/charts/apache-shardingsphere-proxy-charts/values.yaml index ec4dcc13..508d7c20 100644 --- a/charts/apache-shardingsphere-proxy-charts/values.yaml +++ b/charts/apache-shardingsphere-proxy-charts/values.yaml @@ -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: