Skip to content

Commit

Permalink
Merge pull request #481 from frezes/fix/upgradeHook
Browse files Browse the repository at this point in the history
upgrade thanos version
  • Loading branch information
benjaminhuo authored Mar 1, 2024
2 parents 53e2842 + f6ea246 commit dc166fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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: [email protected]
- name: junot
email: [email protected]
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
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

0 comments on commit dc166fe

Please sign in to comment.