Skip to content

Commit

Permalink
ci: v2.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Dec 28, 2023
1 parent 2bb6736 commit b6da83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/metersphere/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.10.9-lts
appVersion: 2.10.10-lts
description: A Helm chart to deploy MeterSphere
engine: gotpl
home: https://metersphere.io
Expand All @@ -15,4 +15,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: kafka.enabled
version: 26.0.0
version: 2.10.9
version: 2.10.10
8 changes: 4 additions & 4 deletions charts/metersphere/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ common:
imagePrefix: "registry.cn-qingdao.aliyuncs.com/metersphere/"
imagePullSecrets: nil
storageClass: default
imageTag: v2.10.9-lts
imageTag: v2.10.10-lts
imagePullPolicy: Always
properties: |-
## DATABASE
Expand Down Expand Up @@ -146,7 +146,7 @@ redisson:
jmeter:
image: jmeter-master
imageTag: 5.5-ms7-jdk17
imageTag: 5.5-ms8-jdk17

logPersistence:
enabled: true
Expand All @@ -161,7 +161,7 @@ dataPersistence:
mysql:
enabled: true
image: mysql
imageTag: "8.0.34"
imageTag: "8.0.35"
host: metersphere-mysql
port: 3306
username: root
Expand All @@ -173,7 +173,7 @@ mysql:
minio:
enabled: true
image: minio
imageTag: "RELEASE.2023-04-13T03-08-07Z"
imageTag: "RELEASE.2023-11-06T22-26-08Z"
username: admin
password: Password123@minio
host: metersphere-minio
Expand Down

0 comments on commit b6da83f

Please sign in to comment.