Skip to content

Commit 8e10c08

Browse files
committed
use quay
1 parent 429ae84 commit 8e10c08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2929
BUNDLE_IMG ?= controller-bundle:$(VERSION)
3030

3131
# Image URL to use all building/pushing image targets
32-
IMG ?= controller:latest
32+
IMG ?= quay.io/yaacov/oc-gate-operator:v0.0.1
3333
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
3434
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
3535

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
1414
- name: controller
15-
newName: controller
16-
newTag: latest
15+
newName: quay.io/yaacov/oc-gate-operator
16+
newTag: v0.0.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- /manager
3030
args:
3131
- --leader-elect
32-
image: controller:latest
32+
image: quay.io/yaacov/oc-gate-operator:v0.0.1
3333
name: manager
3434
securityContext:
3535
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)