Skip to content

Commit e14c7a6

Browse files
author
Michal Tichák
committed
[operator] moved to correct image name
1 parent aee9cf5 commit e14c7a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

control-operator/Makefile

Lines changed: 2 additions & 2 deletions
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
# alice.cern/operator-bundle:$VERSION and alice.cern/operator-catalog:$VERSION.
32-
IMAGE_TAG_BASE ?= teom/aliecs
32+
IMAGE_TAG_BASE ?= gitlab-registry.cern.ch/aliceo2group/dockerfiles/aliecs
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>)
@@ -51,7 +51,7 @@ endif
5151
OPERATOR_SDK_VERSION ?= unknown
5252

5353
# Image URL to use all building/pushing image targets
54-
IMG ?= docker.io/teom/aliecs:latest
54+
IMG ?= gitlab-registry.cern.ch/aliceo2group/dockerfiles/aliecs/task-manager:latest
5555
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5656
ENVTEST_K8S_VERSION = 1.27.1
5757

control-operator/config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
66
- name: controller
7-
newName: docker.io/teom/aliecs
7+
newName: gitlab-registry.cern.ch/aliceo2group/dockerfiles/aliecs/task-manager
88
newTag: latest

0 commit comments

Comments
 (0)