File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
28
28
# This variable is used to construct full image tags for bundle and catalog images.
29
29
#
30
30
# 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
33
33
34
34
# BUNDLE_IMG defines the image:tag used for the bundle.
35
35
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
36
36
BUNDLE_IMG ?= $(IMAGE_TAG_BASE ) -bundle:v$(VERSION )
37
37
38
38
# Image URL to use all building/pushing image targets
39
- IMG ?= controller :latest
39
+ IMG ?= itayankri/osrm-operator :latest
40
40
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
41
41
ENVTEST_K8S_VERSION = 1.22
42
42
Original file line number Diff line number Diff line change 1
- domain: ankri.io
1
+ domain: itayankri
2
2
layout:
3
3
- go.kubebuilder.io/v3
4
4
plugins:
@@ -11,7 +11,7 @@ resources:
11
11
crdVersion: v1
12
12
namespaced: true
13
13
controller: true
14
- domain: ankri.io
14
+ domain: itayankri
15
15
group: osrm
16
16
kind: OSRMCluster
17
17
path: github.com/itayankri/OSRM-Operator/api/v1alpha1
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
newName : itayankri/osrm-operator
16
+ newTag : latest
You can’t perform that action at this time.
0 commit comments