Skip to content

Commit

Permalink
Remove sidecars override. (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Sep 24, 2024
1 parent 64cdbe0 commit bc11f72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dtzar/helm-kubectl:3.14 AS helm-kubectl
FROM dtzar/helm-kubectl:3.16 AS helm-kubectl

FROM bats/bats
COPY --from=helm-kubectl /usr/local/bin/helm /usr/local/bin/helm
Expand Down
9 changes: 0 additions & 9 deletions tests/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ provisionerImage:

lvm:
devicePattern: /dev/loop100,/dev/loop101

# FIXME: comment once helm chart is released
customCSISidecars:
enabled: true
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
livenessprobe: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
resizer: registry.k8s.io/sig-storage/csi-resizer:v1.12.0

0 comments on commit bc11f72

Please sign in to comment.