From d9f74ab9dfe49060ededa7a5458a30cb86188ea8 Mon Sep 17 00:00:00 2001 From: Liang Deng <283304489@qq.com> Date: Fri, 7 Jul 2023 16:32:16 +0800 Subject: [PATCH] update chart version from v1.3.2 to v1.3.4 (#1592) Signed-off-by: Liang Deng <283304489@qq.com> --- charts/yurt-coordinator/Chart.yaml | 4 ++-- charts/yurt-manager/Chart.yaml | 4 ++-- charts/yurt-manager/values.yaml | 2 +- charts/yurthub/Chart.yaml | 4 ++-- charts/yurthub/values.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/yurt-coordinator/Chart.yaml b/charts/yurt-coordinator/Chart.yaml index 66ed1ed4043..e0874d5a1d7 100644 --- a/charts/yurt-coordinator/Chart.yaml +++ b/charts/yurt-coordinator/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.3.2 +version: 1.3.4 # 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: "1.3.2" +appVersion: "1.3.4" diff --git a/charts/yurt-manager/Chart.yaml b/charts/yurt-manager/Chart.yaml index f4fac8040ca..7c795acc790 100644 --- a/charts/yurt-manager/Chart.yaml +++ b/charts/yurt-manager/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.3.2 +version: 1.3.4 # 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: "1.3.2" +appVersion: "1.3.4" diff --git a/charts/yurt-manager/values.yaml b/charts/yurt-manager/values.yaml index b8036028028..f6d9eba5fc2 100644 --- a/charts/yurt-manager/values.yaml +++ b/charts/yurt-manager/values.yaml @@ -13,7 +13,7 @@ nameOverride: "" image: registry: openyurt repository: yurt-manager - tag: v1.3.2 + tag: v1.3.4 ports: metrics: 10271 diff --git a/charts/yurthub/Chart.yaml b/charts/yurthub/Chart.yaml index e178cd615c8..ff4efd87b8d 100644 --- a/charts/yurthub/Chart.yaml +++ b/charts/yurthub/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.3.2 +version: 1.3.4 # 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: "1.3.2" +appVersion: "1.3.4" diff --git a/charts/yurthub/values.yaml b/charts/yurthub/values.yaml index 990d5965fd0..639d494d524 100644 --- a/charts/yurthub/values.yaml +++ b/charts/yurthub/values.yaml @@ -14,4 +14,4 @@ organizations: "" image: registry: openyurt repository: yurthub - tag: v1.3.2 \ No newline at end of file + tag: v1.3.4 \ No newline at end of file