diff --git a/charts/yurt-manager/Chart.yaml b/charts/yurt-manager/Chart.yaml index e0eea439dc6..0ee09356f00 100644 --- a/charts/yurt-manager/Chart.yaml +++ b/charts/yurt-manager/Chart.yaml @@ -15,7 +15,7 @@ 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.4.1 +version: 1.4.2 # 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 diff --git a/charts/yurt-manager/values.yaml b/charts/yurt-manager/values.yaml index a276dd9199e..dbeb81f5b6d 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.4 + tag: v1.4.0 pullSecrets: [] # pullSecrets: # - name: myRegistryKeySecretName diff --git a/charts/yurthub/Chart.yaml b/charts/yurthub/Chart.yaml index 3141948e98c..bc13905b9b6 100644 --- a/charts/yurthub/Chart.yaml +++ b/charts/yurthub/Chart.yaml @@ -15,7 +15,7 @@ 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.4.0 +version: 1.4.1 # 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 diff --git a/charts/yurthub/values.yaml b/charts/yurthub/values.yaml index 639d494d524..fb6bea34e31 100644 --- a/charts/yurthub/values.yaml +++ b/charts/yurthub/values.yaml @@ -14,4 +14,4 @@ organizations: "" image: registry: openyurt repository: yurthub - tag: v1.3.4 \ No newline at end of file + tag: v1.4.0 \ No newline at end of file