File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
31
31
BUNDLE_IMG ?= controller-bundle:$(VERSION )
32
32
33
33
# Image URL to use all building/pushing image targets
34
- IMG ?= localhost:5000/mongodb-kubernetes-operator
34
+ IMG ?= quay.io/mongodb/mongodb-kubernetes-operator:0.5.0 # replace with localhost:5000/mongodb-kubernetes-operator locally
35
35
DOCKERFILE ?= operator
36
36
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
37
37
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
@@ -94,6 +94,7 @@ generate: controller-gen
94
94
$(CONTROLLER_GEN ) object:headerFile=" hack/boilerplate.go.txt" paths=" ./..."
95
95
96
96
# Generate Dockerfile
97
+ .PHONY : dockerfile
97
98
dockerfile :
98
99
python scripts/dev/dockerfile_generator.py ${DOCKERFILE} > Dockerfile
99
100
Original file line number Diff line number Diff line change @@ -7,7 +7,5 @@ generatorOptions:
7
7
apiVersion : kustomize.config.k8s.io/v1beta1
8
8
kind : Kustomization
9
9
images :
10
- - name : controller
11
- newName : localhost:5000/mongodb-kubernetes-operator
12
10
- name : mongodb-kubernetes-operator
13
- newName : localhost:5000 /mongodb-kubernetes-operator
11
+ newName : quay.io /mongodb/mongodb -kubernetes-operator:0.5.0
Original file line number Diff line number Diff line change 16
16
serviceAccountName : mongodb-kubernetes-operator
17
17
containers :
18
18
- name : mongodb-kubernetes-operator
19
- image : localhost:5000 /mongodb-kubernetes-operator
19
+ image : quay.io /mongodb/mongodb -kubernetes-operator:0.5.0
20
20
command :
21
21
- /usr/local/bin/entrypoint
22
22
imagePullPolicy : Always
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
k8sClient "sigs.k8s.io/controller-runtime/pkg/client"
23
23
)
24
24
25
- const TestdataDir = "/testdata/tls"
25
+ const TestdataDir = "/workspace/ testdata/tls"
26
26
27
27
// UpdateMongoDBResource applies the provided function to the most recent version of the MongoDB resource
28
28
// and retries when there are conflicts
You can’t perform that action at this time.
0 commit comments