File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/marklogic-operator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151OPERATOR_SDK_VERSION ?= v1.34.2
5252
5353# Image URL to use all building/pushing image targets
54- IMG ?= ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator:0 .0.2
54+ IMG ?= ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator:1 .0.0-ea2
5555# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5656ENVTEST_K8S_VERSION = 1.28.3
5757
@@ -152,7 +152,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
152152# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
153153.PHONY : docker-build
154154docker-build : # # Build docker image with the manager.
155- $(CONTAINER_TOOL ) build -t ${IMG} .
155+ $(CONTAINER_TOOL ) build --platform= " linux/amd64 " - t ${IMG} .
156156
157157.PHONY : docker-push
158158docker-push : # # Push docker image with the manager.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ controllerManager:
3232 - ALL
3333 image :
3434 repository : ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator
35- tag : 0 .0.2
35+ tag : 1 .0.0-ea2
3636 resources :
3737 limits :
3838 cpu : 500m
You can’t perform that action at this time.
0 commit comments