Skip to content

Commit

Permalink
Add the -operator suffix to the image name. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbarrand authored Sep 21, 2022
1 parent abd2722 commit 57eb966
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
#
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
# gcr.io/k8s-staging-kmm/kernel-module-management-bundle:$VERSION and gcr.io/k8s-staging-kmm/kernel-module-management-catalog:$VERSION.
IMAGE_TAG_BASE ?= gcr.io/k8s-staging-kmm/kernel-module-management
IMAGE_TAG_BASE ?= gcr.io/k8s-staging-kmm/kernel-module-management-operator

# BUNDLE_IMG defines the image:tag used for the bundle.
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Expand Down
2 changes: 1 addition & 1 deletion ci/install-ci/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:
- ../../config/default

images:
- name: gcr.io/k8s-staging-kmm/kernel-module-management
- name: gcr.io/k8s-staging-kmm/kernel-module-management-operator
newName: kmm
newTag: local

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: gcr.io/k8s-staging-kmm/kernel-module-management
newName: gcr.io/k8s-staging-kmm/kernel-module-management-operator
newTag: main

0 comments on commit 57eb966

Please sign in to comment.