File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
29
29
BUNDLE_IMG ?= controller-bundle:$(VERSION )
30
30
31
31
# Image URL to use all building/pushing image targets
32
- IMG ?= controller:latest
32
+ IMG ?= quay.io/yaacov/oc-gate-operator:v0.0.1
33
33
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
34
34
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
35
35
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
12
12
kind : Kustomization
13
13
images :
14
14
- name : controller
15
- newName : controller
16
- newTag : latest
15
+ newName : quay.io/yaacov/oc-gate-operator
16
+ newTag : v0.0.1
Original file line number Diff line number Diff line change 29
29
- /manager
30
30
args :
31
31
- --leader-elect
32
- image : controller:latest
32
+ image : quay.io/yaacov/oc-gate-operator:v0.0.1
33
33
name : manager
34
34
securityContext :
35
35
allowPrivilegeEscalation : false
You can’t perform that action at this time.
0 commit comments