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 Feb 4, 2024
1 parent dd2fde5 commit fc95b03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/test/ks-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.6.1
version: 0.6.2

# 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
Expand Down
11 changes: 5 additions & 6 deletions src/test/ks-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ nodeShell:

extension:
imageRegistry: ""
nodeSelector:
key: value
nodeSelector: {}

upgrade:
disabled: true
Expand Down Expand Up @@ -445,7 +444,7 @@ upgrade:
configMapKey: "chart.tgz"
configMapNamespace: "kubesphere-system"
chartsPath: ""
installationMode: HostOnly
installationMode: Multicluster
servicemesh:
disabled: false
priority: 100
Expand All @@ -457,10 +456,10 @@ upgrade:
configMapKey: "chart.tgz"
configMapNamespace: "kubesphere-system"
chartsPath: ""
installationMode: HostOnly
installationMode: Multicluster
config: |
kiali:
prometheus_url: http://prometheus-operated.kubesphere-monitoring-system.svc:9090
prometheus_url: http://prometheus-k8s.kubesphere-monitoring-system.svc:9090
jaeger:
storage:
options:
Expand Down Expand Up @@ -619,7 +618,7 @@ upgrade:
configMapKey: "chart.tgz"
configMapNamespace: "kubesphere-system"
chartsPath: ""
installationMode: HostOnly
installationMode: Multicluster

whizard-auditing:
disabled: false
Expand Down

0 comments on commit fc95b03

Please sign in to comment.