File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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
#
30
30
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
31
31
# gcr.io/k8s-staging-kmm/kernel-module-management-bundle:$VERSION and gcr.io/k8s-staging-kmm/kernel-module-management-catalog:$VERSION.
32
- IMAGE_TAG_BASE ?= gcr.io/k8s-staging-kmm/kernel-module-management
32
+ IMAGE_TAG_BASE ?= gcr.io/k8s-staging-kmm/kernel-module-management-operator
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>)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resources:
5
5
- ../../config/default
6
6
7
7
images :
8
- - name : gcr.io/k8s-staging-kmm/kernel-module-management
8
+ - name : gcr.io/k8s-staging-kmm/kernel-module-management-operator
9
9
newName : kmm
10
10
newTag : local
11
11
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 : gcr.io/k8s-staging-kmm/kernel-module-management
15
+ newName : gcr.io/k8s-staging-kmm/kernel-module-management-operator
16
16
newTag : main
You can’t perform that action at this time.
0 commit comments