Skip to content

Commit f7e0724

Browse files
authored
Revert Kustomize change and update makefile (#642)
* fixed kustomize version * fixes for push.yaml * revert test script * revert push.yaml
1 parent e57e1ed commit f7e0724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
BUNDLE_DOCKER_FILE_PATH: bundle.Dockerfile
1717
GOLANG_VERSION: 1.22
1818
OPERATOR_SDK_VERSION: "1.39.2"
19-
KUSTOMIZE_VERSION: "v5.4.3"
19+
KUSTOMIZE_VERSION: "5.4.3"
2020
KUBERNETES_VERSION: "1.23.5"
2121
KIND_VERSION: "v0.17.0"
2222
HELM_REGISTRY_URL: "https://stakater.github.io/stakater-charts"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
178178
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
179179

180180
## Tool Versions
181-
KUSTOMIZE_VERSION ?= v5.4.3
181+
KUSTOMIZE_VERSION ?= 5.4.3
182182
CONTROLLER_TOOLS_VERSION ?= v0.16.1
183183
ENVTEST_VERSION ?= release-0.19
184184
GOLANGCI_LINT_VERSION ?= v1.59.1
185185

186186
.PHONY: kustomize
187187
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
188188
$(KUSTOMIZE): $(LOCALBIN)
189-
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5,$(KUSTOMIZE_VERSION))
189+
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5,v$(KUSTOMIZE_VERSION))
190190

191191
.PHONY: controller-gen
192192
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.

0 commit comments

Comments
 (0)