Skip to content

Commit 57eb966

Browse files
authored
Add the -operator suffix to the image name. (#79)
1 parent abd2722 commit 57eb966

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2929
#
3030
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3131
# 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
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>)

ci/install-ci/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55
- ../../config/default
66

77
images:
8-
- name: gcr.io/k8s-staging-kmm/kernel-module-management
8+
- name: gcr.io/k8s-staging-kmm/kernel-module-management-operator
99
newName: kmm
1010
newTag: local
1111

config/manager/kustomization.yaml

+1-1
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: gcr.io/k8s-staging-kmm/kernel-module-management
15+
newName: gcr.io/k8s-staging-kmm/kernel-module-management-operator
1616
newTag: main

0 commit comments

Comments
 (0)