Skip to content

Commit 2ae8381

Browse files
author
mason
committed
chore: update to 1.9.3
1 parent 781cf04 commit 2ae8381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/csghub/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 1.9.1
21+
version: 1.9.3
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "v1.9.1-ce-ee"
27+
appVersion: "v1.9.3-ce-ee"
2828

2929
# Defined dependencies for subChart
3030
dependencies:

charts/csghub/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
## It's cannot be set to nil, comment out using original image default.
1010
# registry: "opencsg-registry.cn-beijing.cr.aliyuncs.com"
1111
## Image tag format: {{ tag }}-{{ edition }} (e.g., v1.8.1-ee)
12-
tag: "v1.9.1"
12+
tag: "v1.9.3"
1313
## Image pull policy
1414
pullPolicy: "IfNotPresent"
1515
## Kubernetes secrets for pulling images from private registry

0 commit comments

Comments
 (0)