-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(release): v3.5.0 changes (#212)
* feat(ci): update ci - use medyagh/setup-minikube instead of manusa/actions-setup-minikube - update the version of docker/login-action to v2 - use kubernetes v1.27.3 for running BDD tests Signed-off-by: Niladri Halder <[email protected]> * feat(mod): update go.sum Signed-off-by: Niladri Halder <[email protected]> * feat(csi): update csi sidecars - update sig-storage/csi-node-driver-registrar image to v2.8.0 - update sig-storage/csi-provisioner to v3.5.0 - update sig-storage/csi-attacher to v4.3.0 - update sig-storage/csi-resizer to v1.8.0 - update sig-storage/livenessprobe to v2.10.0 - use spec.serviceAccountName instead of spec.serviceAccount - use registry.k8s.io instead of k8s.gcr.io Signed-off-by: Niladri Halder <[email protected]> * fix(charts): use registry.k8s.io instead of k8s.gcr.io Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
15 changed files
with
4,438 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -291,7 +291,7 @@ crds: | |
# find or download controller-gen | ||
controller-gen: | ||
ifneq ($(shell controller-gen --version 2> /dev/null), Version: v0.4.1) | ||
@(cd /tmp; GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/[email protected]) | ||
@(cd /tmp; GO111MODULE=on go install sigs.k8s.io/controller-tools/cmd/[email protected]) | ||
CONTROLLER_GEN=$(GOBIN)/controller-gen | ||
else | ||
CONTROLLER_GEN=$(shell which controller-gen) | ||
|
Oops, something went wrong.