Skip to content

Commit

Permalink
Merge pull request #207 from mangoGoForward/update-ks-installer
Browse files Browse the repository at this point in the history
Upgrade ks-installer to 3.2.1
  • Loading branch information
ks-ci-bot authored Jan 5, 2022
2 parents 0d042a6 + c2d2ef0 commit 7990e11
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/main/ks-installer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/ks-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/ks-installer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/test/ks-installer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/test/ks-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/ks-installer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7990e11

Please sign in to comment.