Skip to content

Commit

Permalink
Merge pull request #330 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 11, 2023
2 parents ec59712 + e87b2b7 commit 7163cb6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 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.9
version: 0.3.10

# 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.3"
appVersion: "v4.0.0-rc.4"
2 changes: 2 additions & 0 deletions src/test/ks-core/templates/categories.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if eq .Values.role "host" }}
---
apiVersion: kubesphere.io/v1alpha1
kind: Category
Expand Down Expand Up @@ -77,3 +78,4 @@ spec:
displayName:
en: Streaming and messaging
zh: 流平台和消息中间件
{{ end }}
2 changes: 0 additions & 2 deletions src/test/ks-core/templates/ks-console-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

apiVersion: v1
data:
local_config.yaml: |
Expand All @@ -20,7 +19,6 @@ data:
version:
kubesphere: {{ .Chart.AppVersion }}
kubernetes: {{ .Values.kubeVersion }}
openpitrix: {{ .Chart.AppVersion }}
enableKubeConfig: true
defaultClusterName: {{ .Values.console.defaultClusterName }}
kind: ConfigMap
Expand Down
9 changes: 4 additions & 5 deletions src/test/ks-core/templates/marketplace-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if eq .Values.role "host" }}
apiVersion: v1
stringData:
configuration.yaml: |
Expand All @@ -8,14 +9,12 @@ stringData:
subscription:
syncPeriod: 10m
repository:
url: https://app.clouddev.kubesphere.io
url: https://app.kubesphere.cloud
repoName: marketplace
syncPeriod: 10m
basicAuth:
username: curator
password: mypassword
kind: Secret
metadata:
name: marketplace
namespace: kubesphere-system
type: config.kubesphere.io/marketplace
type: config.kubesphere.io/marketplace
{{ end }}
3 changes: 3 additions & 0 deletions src/test/ks-core/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ metadata:
name: ks-controller-manager-webhook-cert
type: Opaque


{{ if eq .Values.role "host" }}
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
Expand Down Expand Up @@ -52,6 +54,7 @@ webhooks:
scope: '*'
sideEffects: None
timeoutSeconds: 30
{{ end }}

---
apiVersion: admissionregistration.k8s.io/v1
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.3
tag: v4.0.0-rc.4
imagePullSecrets: []

## @section Common parameters
Expand Down

0 comments on commit 7163cb6

Please sign in to comment.