From bac826f1abd10db6867e21c59b72c5bc23402cb0 Mon Sep 17 00:00:00 2001 From: Yi Chen Date: Fri, 8 Nov 2024 17:00:54 +0800 Subject: [PATCH] Release v0.12.0 Signed-off-by: Yi Chen --- VERSION | 2 +- arena-artifacts/Chart.yaml | 4 ++-- arena-artifacts/values.yaml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index d9df1bbc0..ac454c6a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.12.0 diff --git a/arena-artifacts/Chart.yaml b/arena-artifacts/Chart.yaml index 4c973a591..9443c4737 100644 --- a/arena-artifacts/Chart.yaml +++ b/arena-artifacts/Chart.yaml @@ -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 diff --git a/arena-artifacts/values.yaml b/arena-artifacts/values.yaml index 67663c296..d4e0f6b89 100644 --- a/arena-artifacts/values.yaml +++ b/arena-artifacts/values.yaml @@ -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-2fda7e4 imagePullPolicy: IfNotPresent resources: limits: @@ -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-2fda7e4 imagePullPolicy: IfNotPresent resources: limits: