Skip to content

Commit

Permalink
update ks-core helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-ci-bot committed Aug 11, 2023
1 parent ec59712 commit 34809d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
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

0 comments on commit 34809d2

Please sign in to comment.