diff --git a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml index bede4d247..80130148b 100644 --- a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml +++ b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml @@ -2050,7 +2050,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.0.14 + image: quay.io/msarawan/operator:1.0.14 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b8517739b..dde137346 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,5 +17,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: quay.io/artemiscloud/activemq-artemis-operator + newName: quay.io/msarawan/operator newTag: 1.0.14