Skip to content

Commit c983129

Browse files
committed
wip
1 parent fb4214c commit c983129

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2828
# This variable is used to construct full image tags for bundle and catalog images.
2929
#
3030
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
31-
# ankri.io/osrm-operator-bundle:$VERSION and ankri.io/osrm-operator-catalog:$VERSION.
32-
IMAGE_TAG_BASE ?= ankri.io/osrm-operator
31+
# itayankri/osrm-operator-bundle:$VERSION and itayankri/osrm-operator-catalog:$VERSION.
32+
IMAGE_TAG_BASE ?= itayankri/osrm-operator:latest
3333

3434
# BUNDLE_IMG defines the image:tag used for the bundle.
3535
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
3636
BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-bundle:v$(VERSION)
3737

3838
# Image URL to use all building/pushing image targets
39-
IMG ?= controller:latest
39+
IMG ?= itayankri/osrm-operator:latest
4040
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
4141
ENVTEST_K8S_VERSION = 1.22
4242

PROJECT

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
domain: ankri.io
1+
domain: itayankri
22
layout:
33
- go.kubebuilder.io/v3
44
plugins:
@@ -11,7 +11,7 @@ resources:
1111
crdVersion: v1
1212
namespaced: true
1313
controller: true
14-
domain: ankri.io
14+
domain: itayankri
1515
group: osrm
1616
kind: OSRMCluster
1717
path: github.com/itayankri/OSRM-Operator/api/v1alpha1

config/manager/kustomization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: itayankri/osrm-operator
16+
newTag: latest

0 commit comments

Comments
 (0)