Skip to content

Commit

Permalink
Merge pull request #333 from kubesphere/sync/ks-core
Browse files Browse the repository at this point in the history
Update ks-core helm chart
  • Loading branch information
wansir authored Aug 12, 2023
2 parents db5f395 + a2d974e commit a5af294
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/test/ks-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,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.10
version: 0.4.0

# 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: "v4.0.0-rc.4"
appVersion: "v4.0.0"
4 changes: 2 additions & 2 deletions src/test/ks-core/templates/marketplace-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ stringData:
clientID: "client-a5cdf64c-7f84-415e-a6b1-8dfbfad493c3"
clientSecret: "66ce75fc-4a87-4f97-9963-92d1a19b137e"
subscription:
syncPeriod: 10m
syncPeriod: 60m
repository:
url: https://app.kubesphere.cloud
repoName: marketplace
syncPeriod: 10m
syncPeriod: 60m
kind: Secret
metadata:
name: marketplace
Expand Down
2 changes: 1 addition & 1 deletion src/test/ks-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## @param global.tag Global Docker image tag
global:
imageRegistry: registry.cn-beijing.aliyuncs.com
tag: v4.0.0-rc.4
tag: v4.0.0
imagePullSecrets: []

## @section Common parameters
Expand Down

0 comments on commit a5af294

Please sign in to comment.