Skip to content

Commit

Permalink
fix(base-cluster/kdave): image 2.x.x is unsupported by the helm chart (
Browse files Browse the repository at this point in the history
…#1062)

The kdave helm chart does not support image version 2.x.x.

So either we use 1.x.x (probably 1.0.3 as it's the default) or we
disable kdave alltogether.
  • Loading branch information
marvinWolff authored Aug 1, 2024
1 parent 0157971 commit e7bc047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/templates/monitoring/kdave/kdave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
helmBinary: helm3
image:
repository: {{ printf "%s/aelbakry/kdave-server" ($.Values.global.imageRegistry | default (include "base-cluster.defaultRegistry" (dict))) }}
tag: 2.1.5
tag: 1.0.4
rbac:
pspEnabled: false
apiVersionsInspector:
Expand Down

0 comments on commit e7bc047

Please sign in to comment.