Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ks-installer to 3.2.1 #207

Merged
merged 2 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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