From 041889c7c94c3b34ec0a8d900dab29898e79cc79 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Fri, 28 Jul 2023 17:05:19 +0000 Subject: [PATCH] update ks-core helm chart --- src/test/ks-core/Chart.yaml | 4 +-- src/test/ks-core/values.yaml | 54 ++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/test/ks-core/Chart.yaml b/src/test/ks-core/Chart.yaml index 193aae2d..0683e4d5 100644 --- a/src/test/ks-core/Chart.yaml +++ b/src/test/ks-core/Chart.yaml @@ -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.2 +version: 0.3.3 # 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-beta.2" +appVersion: "v4.0.0-beta.3" diff --git a/src/test/ks-core/values.yaml b/src/test/ks-core/values.yaml index 16f7badb..5283082a 100644 --- a/src/test/ks-core/values.yaml +++ b/src/test/ks-core/values.yaml @@ -2,8 +2,8 @@ ## @param global.tag Global Docker image tag global: imageRegistry: registry.cn-beijing.aliyuncs.com - tag: v4.0.0-beta.2 - imagePullSecrets: [ ] + tag: v4.0.0-beta.3 + imagePullSecrets: [] ## @section Common parameters ## @@ -19,10 +19,10 @@ nameOverride: "" fullnameOverride: "" ## @param commonLabels Labels to add to all deployed objects ## -commonLabels: { } +commonLabels: {} ## @param commonAnnotations Annotations to add to all deployed objects ## -commonAnnotations: { } +commonAnnotations: {} role: host @@ -50,20 +50,20 @@ serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account - annotations: { } + annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "kubesphere" -podAnnotations: { } +podAnnotations: {} -podSecurityContext: { } +podSecurityContext: {} # fsGroup: 2000 -securityContext: { } - # capabilities: - # drop: - # - ALL +securityContext: {} +# capabilities: +# drop: +# - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 @@ -82,9 +82,9 @@ tolerations: operator: Exists tolerationSeconds: 60 -affinity: { } +affinity: {} -nodeSelector: { } +nodeSelector: {} ## deployment specific configuration @@ -103,7 +103,7 @@ apiserver: ## pullSecrets: ## - myRegistryKeySecretName ## - pullSecrets: [ ] + pullSecrets: [] ## @param containerPorts [array] List of container ports to enable in the ks-apiserver container ## containerPorts: @@ -133,13 +133,13 @@ apiserver: ## - name: FOO ## value: "bar" ## - extraEnvVars: [ ] + extraEnvVars: [] ## @param extraVolumeMounts Optionally specify extra list of additional volumeMounts for the haproxy container(s) ## - extraVolumeMounts: [ ] + extraVolumeMounts: [] ## @param extraVolumes Optionally specify extra list of additional volumes for the haproxy pod(s) ## - extraVolumes: [ ] + extraVolumes: [] console: replicaCount: 1 @@ -156,10 +156,10 @@ console: ## pullSecrets: ## - myRegistryKeySecretName ## - pullSecrets: [ ] + pullSecrets: [] ## @param containerPorts [array] List of container ports to enable in the ks-apiserver container ## - containerPorts: [ ] + containerPorts: [] nodePort: 30880 defaultClusterName: "default" ## @param resources.limits The resources limits for the haproxy containers @@ -174,16 +174,16 @@ console: memory: 100Mi ## @param command Override default container command (useful when using custom images) ## - command: [ ] + command: [] ## @param extraEnvVars Array with extra environment variables to add to haproxy nodes ## - extraEnvVars: [ ] + extraEnvVars: [] ## @param extraVolumeMounts Optionally specify extra list of additional volumeMounts for the haproxy container(s) ## - extraVolumeMounts: [ ] + extraVolumeMounts: [] ## @param extraVolumes Optionally specify extra list of additional volumes for the haproxy pod(s) ## - extraVolumes: [ ] + extraVolumes: [] controller: replicaCount: 1 @@ -200,7 +200,7 @@ controller: ## pullSecrets: ## - myRegistryKeySecretName ## - pullSecrets: [ ] + pullSecrets: [] ## @param containerPorts [array] List of container ports to enable in the ks-apiserver container ## containerPorts: @@ -227,13 +227,13 @@ controller: - --controllers=* ## @param extraEnvVars Array with extra environment variables to add to haproxy nodes ## - extraEnvVars: [ ] + extraEnvVars: [] ## @param extraVolumeMounts Optionally specify extra list of additional volumeMounts for the haproxy container(s) ## - extraVolumeMounts: [ ] + extraVolumeMounts: [] ## @param extraVolumes Optionally specify extra list of additional volumes for the haproxy pod(s) ## - extraVolumes: [ ] + extraVolumes: [] agent: replicaCount: 1