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 51
51
OPERATOR_SDK_VERSION ?= v1.34.2
52
52
53
53
# 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
55
55
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
56
56
ENVTEST_K8S_VERSION = 1.28.3
57
57
@@ -152,7 +152,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
152
152
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
153
153
.PHONY : docker-build
154
154
docker-build : # # Build docker image with the manager.
155
- $(CONTAINER_TOOL ) build -t ${IMG} .
155
+ $(CONTAINER_TOOL ) build --platform= " linux/amd64 " - t ${IMG} .
156
156
157
157
.PHONY : docker-push
158
158
docker-push : # # Push docker image with the manager.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ controllerManager:
32
32
- ALL
33
33
image :
34
34
repository : ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator
35
- tag : 0 .0.2
35
+ tag : 1 .0.0-ea2
36
36
resources :
37
37
limits :
38
38
cpu : 500m
You can’t perform that action at this time.
0 commit comments