Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/whizard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
email: junhaozhang@kubesphere.io
- name: junot
email: junotxiang@kubesphere.io
version: 0.10.8
version: 0.10.9
appVersion: "latest"
8 changes: 4 additions & 4 deletions charts/whizard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ global:
image:
registry: docker.io
repository: thanosio/thanos
tag: v0.33.0
tag: v0.34.1

hook:
enabled: true
image:
registry: docker.io
repository: kubesphere/kubectl
tag: v1.21.0
tag: v1.27.4
pullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -87,7 +87,7 @@ controllerManager:
create: true

config:
create: true
create: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 create 是控制什么的来着

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原先是config 是在 configmap 里,现在这个 configmap 资源暂时不用,后续对接 license 等全局配置可能放在这里

config: {}

adapter:
Expand Down Expand Up @@ -120,7 +120,7 @@ adapter:
registry: docker.io
repository: kubesphere/whizard-adapter
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "v0.7.0"
## If null or unset, the enabled Service instance is used.
defaultServiceReference: null
# namespace:
Expand Down