Skip to content

Commit

Permalink
chore: change operator image to version from registry.connect.redhat.com
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Sep 20, 2022
1 parent 9eaac89 commit 02f1233
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ IMAGE_TAG_BASE ?= sumologic.com/operator
BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-bundle:v$(VERSION)

# Image URL to use all building/pushing image targets
IMG ?= public.ecr.aws/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
IMG ?= registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0

all: docker-build

Expand Down
2 changes: 1 addition & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ spec:
value: registry.connect.redhat.com/sumologic/sumologic-otel-collector@sha256:9e37f8f6244f82a4caa138d77f89a946f781e76c74326b771727843cd9f113a1
- name: RELATED_IMAGE_OPENTELEMETRY_OPERATOR
value: registry.connect.redhat.com/sumologic/opentelemetry-operator@sha256:9f62a7e50ea91a2424fc48f94feff3ccfc4a1fccaabf56dd5259852ba2565efd
image: public.ecr.aws/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
image: registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ metadata:
]
capabilities: Basic Install
categories: Logging & Tracing,Monitoring
containerImage: public.ecr.aws/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
containerImage: registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
createdAt: "2022-09-20T10:19:02Z"
repository: https://github.com/SumoLogic/sumologic-kubernetes-collection-helm-operator.git
support: Sumo Logic
Expand Down Expand Up @@ -472,7 +472,7 @@ spec:
value: registry.connect.redhat.com/sumologic/sumologic-otel-collector@sha256:9e37f8f6244f82a4caa138d77f89a946f781e76c74326b771727843cd9f113a1
- name: RELATED_IMAGE_OPENTELEMETRY_OPERATOR
value: registry.connect.redhat.com/sumologic/opentelemetry-operator@sha256:9f62a7e50ea91a2424fc48f94feff3ccfc4a1fccaabf56dd5259852ba2565efd
image: public.ecr.aws/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
image: registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 2 additions & 2 deletions tests/deploy_helm_operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readonly ROOT_DIR="$(dirname "$(dirname "${0}")")"
source "${ROOT_DIR}/tests/functions.sh"

readonly DEPLOYMENT_TYPE="${DEPLOYMENT_TYPE:=default}"
readonly IMG="${IMG:=public.ecr.aws/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0}"
readonly IMG="${IMG:=registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0}"
readonly NAMESPACE="sumologic-system"
readonly TIME=900

Expand All @@ -32,7 +32,7 @@ sed -i.bak "s#registry.connect.redhat.com/sumologic/fluent-bit@sha256:4e76cb20c8
sed -i.bak "s#registry.connect.redhat.com/sumologic/opentelemetry-operator@sha256:9f62a7e50ea91a2424fc48f94feff3ccfc4a1fccaabf56dd5259852ba2565efd#ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator@sha256:148960f590a96fb000b2ff2accb33d131e52649006ef24a0c572664b8d2c9644#g" bundle.yaml

# Change image in bundle.yaml to imag
sed -i.bak "s#public.ecr.aws/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0#${IMG}#g" bundle.yaml
sed -i.bak "s#registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:2.17.0-0#${IMG}#g" bundle.yaml

kubectl apply -f bundle.yaml

Expand Down

0 comments on commit 02f1233

Please sign in to comment.