diff --git a/src/main/ks-installer/Chart.yaml b/src/main/ks-installer/Chart.yaml index 7a627578..d50e766e 100644 --- a/src/main/ks-installer/Chart.yaml +++ b/src/main/ks-installer/Chart.yaml @@ -18,9 +18,9 @@ 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.3.0 +version: 0.3.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 3.2.0 +appVersion: 3.2.1 diff --git a/src/main/ks-installer/README.md b/src/main/ks-installer/README.md index d4b6f9f3..e3bdfb64 100644 --- a/src/main/ks-installer/README.md +++ b/src/main/ks-installer/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the ks-installer chart Parameter | Description | Default --- | --- | --- `image.repository` | The image of ks-installer container | `kubesphere/ks-installer` -`image.tag` | The tag of the ks-installer image | `v3.2.0` +`image.tag` | The tag of the ks-installer image | `v3.2.1` `image.pullPolicy` | The pull policy of the ks-installer image | `Always` ## KubeSphere Configuration diff --git a/src/main/ks-installer/values.yaml b/src/main/ks-installer/values.yaml index 7afc2aa4..31817c72 100644 --- a/src/main/ks-installer/values.yaml +++ b/src/main/ks-installer/values.yaml @@ -9,7 +9,7 @@ image: repository: kubesphere/ks-installer pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: v3.2.0 + tag: v3.2.1 serviceAccount: # Specifies whether a service account should be created diff --git a/src/test/ks-installer/Chart.yaml b/src/test/ks-installer/Chart.yaml index 7a627578..d50e766e 100644 --- a/src/test/ks-installer/Chart.yaml +++ b/src/test/ks-installer/Chart.yaml @@ -18,9 +18,9 @@ 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.3.0 +version: 0.3.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 3.2.0 +appVersion: 3.2.1 diff --git a/src/test/ks-installer/README.md b/src/test/ks-installer/README.md index 5a903479..c57883e1 100644 --- a/src/test/ks-installer/README.md +++ b/src/test/ks-installer/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the ks-installer chart Parameter | Description | Default --- | --- | --- `image.repository` | The image of ks-installer container | `kubesphere/ks-installer` -`image.tag` | The tag of the ks-installer image | `v3.2.0` +`image.tag` | The tag of the ks-installer image | `v3.2.1` `image.pullPolicy` | The pull policy of the ks-installer image | `Always` ## KubeSphere Configuration diff --git a/src/test/ks-installer/values.yaml b/src/test/ks-installer/values.yaml index 7afc2aa4..31817c72 100644 --- a/src/test/ks-installer/values.yaml +++ b/src/test/ks-installer/values.yaml @@ -9,7 +9,7 @@ image: repository: kubesphere/ks-installer pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: v3.2.0 + tag: v3.2.1 serviceAccount: # Specifies whether a service account should be created