File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
4- # Path to the kustomize directory used for building the release yaml
5- KUSTOMIZE_PATH ?= config/default
64# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
75FLAGD_VERSION =v0.2.5
8- CHART_VERSION =v0.2.16# x-release-please-version
6+ CHART_VERSION =v0.2.16# x-release-please-vers ion
97ENVTEST_K8S_VERSION = 1.23
108
119# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -107,7 +105,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
107105release-manifests : manifests kustomize
108106 cd config/manager && $(KUSTOMIZE ) edit set image controller=${IMG}
109107 mkdir -p config/rendered/
110- $(KUSTOMIZE ) build ${KUSTOMIZE_PATH} > config/rendered/release.yaml
108+ $(KUSTOMIZE ) build config/overlays/helm > config/rendered/release.yaml
111109
112110.PHONY : deploy
113111deploy : generate manifests kustomize # # Deploy controller to the K8s cluster specified in ~/.kube/config.
You can’t perform that action at this time.
0 commit comments