Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove sidecars override. #108

Merged
merged 2 commits into from
Sep 24, 2024
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 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