Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 committed Nov 11, 2024
1 parent 68b71f9 commit e6a29f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0
4 changes: 2 additions & 2 deletions arena-artifacts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.0
version: 0.12.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.11.0
appVersion: 0.12.0

dependencies:
- name: tf-operator
Expand Down
8 changes: 4 additions & 4 deletions arena-artifacts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ binary:
# tf-operator
tf:
enabled: true
image: acs/tf_operator
tag: v1.0-aliyun-a0bb318
image: acs/tf-operator
tag: v1.0-aliyun-82bde3a
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -42,8 +42,8 @@ tf:
# tf-dashboard
tfdashboard:
enabled: true
image: acs/tf_operator
tag: v1.0-aliyun-cfb1239
image: acs/tf-operator
tag: v1.0-aliyun-82bde3a
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit e6a29f3

Please sign in to comment.