From c148406276e517268e2d84477a552e769e21de49 Mon Sep 17 00:00:00 2001 From: Howard Gao Date: Tue, 10 Dec 2024 21:59:01 +0800 Subject: [PATCH] [#1] Migration update Changed references of artemiscloud to arkmq-org --- .github/workflows/ci.yml | 12 +- .github/workflows/release.yml | 22 +- .github/workflows/update.yml | 24 +-- Dockerfile | 4 +- Makefile | 8 +- PROJECT | 30 +-- bundle.Dockerfile | 2 +- ...rtemis-operator.clusterserviceversion.yaml | 199 +++++++++--------- bundle/metadata/annotations.yaml | 2 +- ...tivemq_artemis_manager_related_images.yaml | 92 ++++---- config/manager/kustomization.yaml | 2 +- ...rtemis-operator.clusterserviceversion.yaml | 13 +- ...activemq-artemis-operator.annotations.yaml | 2 +- ...qartemis_address_broker_properties_test.go | 6 +- controllers/activemqartemis_controller.go | 12 +- .../activemqartemis_controller2_test.go | 12 +- ...emqartemis_controller_cert_manager_test.go | 88 ++++---- ...artemis_controller_deploy_operator_test.go | 4 +- .../activemqartemis_controller_test.go | 48 ++--- .../activemqartemis_controller_unit_test.go | 4 +- controllers/activemqartemis_jdbc_ha_test.go | 8 +- .../activemqartemis_pub_sub_scale_test.go | 12 +- controllers/activemqartemis_reconciler.go | 38 ++-- .../activemqartemis_reconciler_test.go | 4 +- .../activemqartemis_rwm_pvc_ha_test.go | 2 +- .../activemqartemis_scale_zero_test.go | 4 +- .../activemqartemis_work_queue_test.go | 12 +- .../activemqartemisaddress_controller.go | 20 +- ...address_controller_deploy_operator_test.go | 6 +- .../activemqartemisaddress_controller_test.go | 14 +- ...vemqartemisaddress_controller_unit_test.go | 4 +- .../activemqartemisscaledown_controller.go | 4 +- ...ctivemqartemisscaledown_controller_test.go | 6 +- ...qartemissecurity_broker_properties_test.go | 6 +- .../activemqartemissecurity_controller.go | 16 +- ...activemqartemissecurity_controller_test.go | 6 +- controllers/address_observer.go | 8 +- controllers/common_util_test.go | 16 +- controllers/controll_plane_test.go | 4 +- controllers/controllermanager_test.go | 6 +- controllers/queue_config.go | 2 +- controllers/suite_test.go | 22 +- deploy/activemq-artemis-operator.yaml | 94 ++++----- deploy/licenses/README | 2 +- deploy/operator.yaml | 94 ++++----- docs/_index.md | 2 +- docs/getting-started/introduction.md | 14 +- docs/getting-started/quick-start.md | 8 +- docs/help/_index.md | 2 +- docs/help/building.md | 6 +- docs/help/bundle.md | 6 +- docs/help/custom-resources.md | 6 +- docs/help/hostname_resolution.md | 14 +- docs/help/images.md | 8 +- docs/help/operator.md | 36 ++-- .../cert-manager-and-trust-manager.md | 8 +- docs/tutorials/deploybasicimage.md | 14 +- docs/tutorials/external_mqtt_clients.md | 10 +- docs/tutorials/initcontainer.md | 24 +-- docs/tutorials/scaleup_and_scaledown.md | 24 +-- docs/tutorials/send_receive_ingress.md | 8 +- docs/tutorials/ssl_broker_setup.md | 14 +- docs/tutorials/using_operator.md | 14 +- examples/README.md | 8 +- go.mod | 2 +- main.go | 26 +-- pkg/client/clientset/versioned/clientset.go | 14 +- .../versioned/fake/clientset_generated.go | 26 +-- .../clientset/versioned/fake/register.go | 12 +- .../clientset/versioned/scheme/register.go | 12 +- .../v1alpha1/activemqartemissecurity.go | 4 +- .../typed/broker/v1alpha1/broker_client.go | 2 +- .../fake/fake_activemqartemissecurity.go | 2 +- .../v1alpha1/fake/fake_broker_client.go | 2 +- .../typed/broker/v1beta1/activemqartemis.go | 4 +- .../broker/v1beta1/activemqartemissecurity.go | 4 +- .../typed/broker/v1beta1/broker_client.go | 2 +- .../v1beta1/fake/fake_activemqartemis.go | 2 +- .../fake/fake_activemqartemissecurity.go | 2 +- .../broker/v1beta1/fake/fake_broker_client.go | 2 +- .../typed/broker/v2alpha1/activemqartemis.go | 4 +- .../broker/v2alpha1/activemqartemisaddress.go | 4 +- .../v2alpha1/activemqartemisscaledown.go | 4 +- .../typed/broker/v2alpha1/broker_client.go | 2 +- .../v2alpha1/fake/fake_activemqartemis.go | 2 +- .../fake/fake_activemqartemisaddress.go | 2 +- .../fake/fake_activemqartemisscaledown.go | 2 +- .../v2alpha1/fake/fake_broker_client.go | 2 +- .../typed/broker/v2alpha2/activemqartemis.go | 4 +- .../typed/broker/v2alpha2/broker_client.go | 2 +- .../v2alpha2/fake/fake_activemqartemis.go | 2 +- .../v2alpha2/fake/fake_broker_client.go | 2 +- .../typed/broker/v2alpha3/activemqartemis.go | 4 +- .../broker/v2alpha3/activemqartemisaddress.go | 4 +- .../typed/broker/v2alpha3/broker_client.go | 2 +- .../v2alpha3/fake/fake_activemqartemis.go | 2 +- .../fake/fake_activemqartemisaddress.go | 2 +- .../v2alpha3/fake/fake_broker_client.go | 2 +- .../typed/broker/v2alpha4/activemqartemis.go | 4 +- .../typed/broker/v2alpha4/broker_client.go | 2 +- .../v2alpha4/fake/fake_activemqartemis.go | 2 +- .../v2alpha4/fake/fake_broker_client.go | 2 +- .../typed/broker/v2alpha5/activemqartemis.go | 4 +- .../typed/broker/v2alpha5/broker_client.go | 2 +- .../v2alpha5/fake/fake_activemqartemis.go | 2 +- .../v2alpha5/fake/fake_broker_client.go | 2 +- .../externalversions/broker/interface.go | 4 +- .../broker/v2alpha1/activemqartemis.go | 8 +- .../broker/v2alpha1/activemqartemisaddress.go | 8 +- .../v2alpha1/activemqartemisscaledown.go | 8 +- .../broker/v2alpha1/interface.go | 2 +- .../informers/externalversions/factory.go | 6 +- .../informers/externalversions/generic.go | 2 +- .../internalinterfaces/factory_interfaces.go | 2 +- .../v1alpha1/activemqartemissecurity.go | 2 +- .../broker/v2alpha1/activemqartemis.go | 2 +- .../broker/v2alpha1/activemqartemisaddress.go | 2 +- .../v2alpha1/activemqartemisscaledown.go | 2 +- pkg/draincontroller/controller.go | 14 +- pkg/log/filtered_log_sink_test.go | 2 +- pkg/resources/configmaps/configmap.go | 2 +- pkg/resources/environments/environment.go | 2 +- .../persistent_volume_claim.go | 4 +- pkg/resources/pods/pod.go | 4 +- pkg/resources/secrets/secret.go | 4 +- pkg/resources/statefulsets/statefulset.go | 6 +- .../statefulsets/statefulset_test.go | 2 +- pkg/utils/artemis/artemis.go | 2 +- pkg/utils/artemis/artemis_test.go | 2 +- pkg/utils/certutil/certutil.go | 2 +- pkg/utils/common/common.go | 14 +- pkg/utils/common/conditions.go | 2 +- pkg/utils/common/conditions_test.go | 2 +- pkg/utils/config/config.go | 8 +- pkg/utils/cr2jinja2/cr2jinja2.go | 8 +- pkg/utils/jolokia/jolokia.go | 2 +- pkg/utils/jolokia_client/jolokia_client.go | 14 +- .../jolokia_client/jolokia_client_test.go | 4 +- pkg/utils/lsrcrs/lsrcr.go | 2 +- test/utils/common/common_test.go | 2 +- test/utils/config/config_test.go | 4 +- test/utils/namer/namer_test.go | 2 +- version/version.go | 4 +- 143 files changed, 783 insertions(+), 787 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eb496046..23850e465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,17 +96,17 @@ jobs: with: node-version: 18.x - - name: Checkout artemiscloud.github.io + - name: Checkout arkmq-org.github.io uses: actions/checkout@v4 with: - repository: artemiscloud/artemiscloud.github.io - path: artemiscloud.github.io + repository: arkmq-org/arkmq-org.github.io + path: arkmq-org.github.io - name: Build the docs run: > - rm -rf artemiscloud.github.io/content/en/docs && - cp -r docs artemiscloud.github.io/content/en && - cd artemiscloud.github.io && + rm -rf arkmq-org.github.io/content/en/docs && + cp -r docs arkmq-org.github.io/content/en && + cd arkmq-org.github.io && npm install && npm run build - name: Set up QEMU diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c7c511f0..481ba1d02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,8 +32,8 @@ jobs: RELEASE_TAG="$(grep -m 1 -oP '(?<=Version = ")[^"]+' version/version.go)" RELEASE_TAG_COMMIT="$(git rev-list -n 1 ${RELEASE_TAG} || true)" if [ "$RELEASE_TAG_COMMIT" != "$HEAD_COMMIT" ]; then - git config user.name 'artemiscloud-bot' - git config user.email 'bot@artemiscloud.io' + git config user.name 'arkmq-bot' + git config user.email 'bot@arkmq-org.io' git tag -a ${RELEASE_TAG} -m ${RELEASE_TAG} --force git push origin $RELEASE_TAG --force fi @@ -46,25 +46,25 @@ jobs: - name: Check doc.crds.dev run: for i in {1..30}; do curl "https://doc.crds.dev/github.com/${{ github.repository }}@${{ github.ref_name }}" | grep 'ActiveMQArtemis' && break; sleep 1; done - - name: Checkout artemiscloud.github.io + - name: Checkout arkmq-org.github.io uses: actions/checkout@v4 with: - repository: ${{ github.repository_owner }}/artemiscloud.github.io - path: artemiscloud.github.io + repository: ${{ github.repository_owner }}/arkmq-org.github.io + path: arkmq-org.github.io token: ${{ secrets.BOT_TOKEN }} - name: Build the docs run: > - rm -rf artemiscloud.github.io/content/en/docs && - cp -r docs artemiscloud.github.io/content/en && - cd artemiscloud.github.io && + rm -rf arkmq-org.github.io/content/en/docs && + cp -r docs arkmq-org.github.io/content/en && + cd arkmq-org.github.io && npm install && npm run build - name: Push the docs run: > - cd artemiscloud.github.io && - git config user.name 'ArtemisCloud Bot' && - git config user.email 'artemiscloudbot@users.noreply.github.com' && + cd arkmq-org.github.io && + git config user.name 'Arkmq Bot' && + git config user.email 'arkmqbot@users.noreply.github.com' && git add --all && git commit --all --allow-empty --message 'Update docs to ${{ github.ref_name }}' && git push - name: Set up QEMU diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 07941b7b0..95ca9b696 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -52,8 +52,8 @@ jobs: - name: Set up the repo run: | - git config user.name 'artemiscloud-bot' - git config user.email 'bot@artemiscloud.io' + git config user.name 'arkmq-bot' + git config user.email 'bot@arkmq-org.io' git push - name: Update version @@ -92,17 +92,17 @@ jobs: NEWLINE=$(echo 'XG4K' | base64 -d) VERSION_FILE='version/version.go' RELATED_IMAGES_FILE='config/manager/activemq_artemis_manager_related_images.yaml' - for ACTIVEMQ_ARTEMIS_BROKER_TAG in $(skopeo list-tags docker://quay.io/artemiscloud/activemq-artemis-broker-kubernetes | jq -r '[.Tags[] | select(. | startswith("artemis."))] | .[-5:] | .[]'); do + for ACTIVEMQ_ARTEMIS_BROKER_TAG in $(skopeo list-tags docker://quay.io/arkmq-org/activemq-artemis-broker-kubernetes | jq -r '[.Tags[] | select(. | startswith("artemis."))] | .[-5:] | .[]'); do echo "ACTIVEMQ_ARTEMIS_BROKER_TAG: ${ACTIVEMQ_ARTEMIS_BROKER_TAG}" ACTIVEMQ_ARTEMIS_VERSION="${ACTIVEMQ_ARTEMIS_BROKER_TAG/artemis./}" ACTIVEMQ_ARTEMIS_COMPACT_VERSION=${ACTIVEMQ_ARTEMIS_VERSION//./} - ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST="$(skopeo inspect docker://quay.io/artemiscloud/activemq-artemis-broker-init:${ACTIVEMQ_ARTEMIS_BROKER_TAG} | jq -r '.Digest')" - ACTIVEMQ_ARTEMIS_BROKER_KUBERNETES_DIGEST="$(skopeo inspect docker://quay.io/artemiscloud/activemq-artemis-broker-kubernetes:${ACTIVEMQ_ARTEMIS_BROKER_TAG} | jq -r '.Digest')" + ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST="$(skopeo inspect docker://quay.io/arkmq-org/activemq-artemis-broker-init:${ACTIVEMQ_ARTEMIS_BROKER_TAG} | jq -r '.Digest')" + ACTIVEMQ_ARTEMIS_BROKER_KUBERNETES_DIGEST="$(skopeo inspect docker://quay.io/arkmq-org/activemq-artemis-broker-kubernetes:${ACTIVEMQ_ARTEMIS_BROKER_TAG} | jq -r '.Digest')" if ! grep "${ACTIVEMQ_ARTEMIS_VERSION}" ${VERSION_FILE}; then YACFG_BROKER_PROFILE="${ACTIVEMQ_ARTEMIS_VERSION}" - ACTIVEMQ_ARTEMIS_BROKER_INIT_VERSION="$(skopeo inspect docker://quay.io/artemiscloud/activemq-artemis-broker-init@${ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST} | jq -r '.Labels.version')" - INIT_IMAGE_TAG="$(git ls-remote --tags https://github.com/artemiscloud/activemq-artemis-broker-init-image.git | grep -Po "(?<=refs/tags/)${ACTIVEMQ_ARTEMIS_BROKER_INIT_VERSION}[^^]*$" | head -1)" - INIT_IMAGE_DOCKERFILE="$(curl -L https://raw.githubusercontent.com/artemiscloud/activemq-artemis-broker-init-image/${INIT_IMAGE_TAG}/Dockerfile)" + ACTIVEMQ_ARTEMIS_BROKER_INIT_VERSION="$(skopeo inspect docker://quay.io/arkmq-org/activemq-artemis-broker-init@${ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST} | jq -r '.Labels.version')" + INIT_IMAGE_TAG="$(git ls-remote --tags https://github.com/arkmq-org/activemq-artemis-broker-init-image.git | grep -Po "(?<=refs/tags/)${ACTIVEMQ_ARTEMIS_BROKER_INIT_VERSION}[^^]*$" | head -1)" + INIT_IMAGE_DOCKERFILE="$(curl -L https://raw.githubusercontent.com/arkmq-org/activemq-artemis-broker-init-image/${INIT_IMAGE_TAG}/Dockerfile)" REMOTE_SOURCE_REF="$(echo "${INIT_IMAGE_DOCKERFILE}" | grep -Po '(?<=REMOTE_SOURCE_REF=).*')" REMOTE_SOURCE_REP="$(echo "${INIT_IMAGE_DOCKERFILE}" | grep -Po '(?<=REMOTE_SOURCE_REP=https://github.com/).*(?=.git)')" YACFG_BROKER_PROFILES="$(curl -L https://raw.githubusercontent.com/${REMOTE_SOURCE_REP}/${REMOTE_SOURCE_REF}/setup.py | grep -Po '(?<=artemis/)[0-9.]+' | sort -rV | uniq)" @@ -117,12 +117,12 @@ jobs: echo "" >> ${RELATED_IMAGES_FILE} echo " # ${ACTIVEMQ_ARTEMIS_VERSION}" >> ${RELATED_IMAGES_FILE} echo " - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_${ACTIVEMQ_ARTEMIS_COMPACT_VERSION}" >> ${RELATED_IMAGES_FILE} - echo " value: quay.io/artemiscloud/activemq-artemis-broker-init@${ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST}" >> ${RELATED_IMAGES_FILE} + echo " value: quay.io/arkmq-org/activemq-artemis-broker-init@${ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST}" >> ${RELATED_IMAGES_FILE} echo " - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_${ACTIVEMQ_ARTEMIS_COMPACT_VERSION}" >> ${RELATED_IMAGES_FILE} - echo " value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@${ACTIVEMQ_ARTEMIS_BROKER_KUBERNETES_DIGEST}" >> ${RELATED_IMAGES_FILE} + echo " value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@${ACTIVEMQ_ARTEMIS_BROKER_KUBERNETES_DIGEST}" >> ${RELATED_IMAGES_FILE} else - sed -i "/RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_${ACTIVEMQ_ARTEMIS_COMPACT_VERSION}/,/value:/ s~value:.*~value: quay.io/artemiscloud/activemq-artemis-broker-init@${ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST}~" ${RELATED_IMAGES_FILE} - sed -i "/RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_${ACTIVEMQ_ARTEMIS_COMPACT_VERSION}/,/value:/ s~value:.*~value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@${ACTIVEMQ_ARTEMIS_BROKER_KUBERNETES_DIGEST}~" ${RELATED_IMAGES_FILE} + sed -i "/RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_${ACTIVEMQ_ARTEMIS_COMPACT_VERSION}/,/value:/ s~value:.*~value: quay.io/arkmq-org/activemq-artemis-broker-init@${ACTIVEMQ_ARTEMIS_BROKER_INIT_DIGEST}~" ${RELATED_IMAGES_FILE} + sed -i "/RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_${ACTIVEMQ_ARTEMIS_COMPACT_VERSION}/,/value:/ s~value:.*~value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@${ACTIVEMQ_ARTEMIS_BROKER_KUBERNETES_DIGEST}~" ${RELATED_IMAGES_FILE} fi done make build && make generate-deploy && make bundle && git status diff --git a/Dockerfile b/Dockerfile index dd1456b62..790092b6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11 as builder ARG TARGETOS ARG TARGETARCH -ENV GO_MODULE=github.com/artemiscloud/activemq-artemis-operator +ENV GO_MODULE=github.com/arkmq-org/activemq-artemis-operator ### BEGIN REMOTE SOURCE # Use the COPY instruction only inside the REMOTE SOURCE block @@ -69,7 +69,7 @@ RUN microdnf update -y --setopt=install_weak_deps=0 && rm -rf /var/cache/yum USER ${USER_UID} ENTRYPOINT ["${USER_HOME}/bin/entrypoint"] -LABEL name="artemiscloud/activemq-artemis-operator" +LABEL name="arkmq-org/activemq-artemis-operator" LABEL description="ActiveMQ Artemis Broker Operator" LABEL maintainer="Roddie Kieley " LABEL version="1.2.8" diff --git a/Makefile b/Makefile index 9aa2b55f5..0ea8073e8 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ KUBE_CLI=kubectl OPERATOR_VERSION := 1.2.8 OPERATOR_ACCOUNT_NAME := activemq-artemis-operator OPERATOR_CLUSTER_ROLE_NAME := operator-role -OPERATOR_IMAGE_REPO := quay.io/artemiscloud/activemq-artemis-operator +OPERATOR_IMAGE_REPO := quay.io/arkmq-org/activemq-artemis-operator OPERATOR_NAMESPACE := activemq-artemis-operator BUNDLE_PACKAGE := $(OPERATOR_NAMESPACE) BUNDLE_ANNOTATION_PACKAGE := $(BUNDLE_PACKAGE) -GO_MODULE := github.com/artemiscloud/activemq-artemis-operator +GO_MODULE := github.com/arkmq-org/activemq-artemis-operator OS := $(shell go env GOOS) ARCH := $(shell go env GOARCH) @@ -54,8 +54,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # This variable is used to construct full image tags for bundle and catalog images. # # For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both -# quay.io/artemiscloud/activemq-artemis-operator-bundle:$VERSION and quay.io/artemiscloud/activemq-artemis-operator-catalog:$VERSION. -IMAGE_TAG_BASE ?= quay.io/artemiscloud/activemq-artemis-operator +# quay.io/arkmq-org/activemq-artemis-operator-bundle:$VERSION and quay.io/arkmq-org/activemq-artemis-operator-catalog:$VERSION. +IMAGE_TAG_BASE ?= quay.io/arkmq-org/activemq-artemis-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=/:) diff --git a/PROJECT b/PROJECT index 4b89ed125..cdc1d1cac 100644 --- a/PROJECT +++ b/PROJECT @@ -5,7 +5,7 @@ plugins: manifests.sdk.operatorframework.io/v2: {} scorecard.sdk.operatorframework.io/v2: {} projectName: activemq-artemis-operator -repo: github.com/artemiscloud/activemq-artemis-operator +repo: github.com/arkmq-org/activemq-artemis-operator resources: - api: crdVersion: v1 @@ -13,7 +13,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemis - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1 plural: activemqartemises version: v2alpha1 - api: @@ -22,7 +22,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemis - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2 plural: activemqartemises version: v2alpha2 - api: @@ -31,7 +31,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemis - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3 plural: activemqartemises version: v2alpha3 - api: @@ -40,7 +40,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemis - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4 plural: activemqartemises version: v2alpha4 - api: @@ -50,7 +50,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemis - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5 plural: activemqartemises version: v2alpha5 - api: @@ -60,7 +60,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemis - path: github.com/artemiscloud/activemq-artemis-operator/api/v1beta1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v1beta1 plural: activemqartemises version: v1beta1 webhooks: @@ -74,7 +74,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisAddress - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1 version: v2alpha1 - api: crdVersion: v1 @@ -82,7 +82,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisAddress - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2 version: v2alpha2 - api: crdVersion: v1 @@ -91,7 +91,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisAddress - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3 version: v2alpha3 webhooks: conversion: true @@ -104,7 +104,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisAddress - path: github.com/artemiscloud/activemq-artemis-operator/api/v1beta1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v1beta1 version: v1beta1 webhooks: conversion: true @@ -118,7 +118,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisScaledown - path: github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1 version: v2alpha1 - api: crdVersion: v1 @@ -127,7 +127,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisScaledown - path: github.com/artemiscloud/activemq-artemis-operator/api/v1beta1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v1beta1 version: v1beta1 - api: crdVersion: v1 @@ -136,7 +136,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisSecurity - path: github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1 version: v1alpha1 webhooks: conversion: true @@ -149,7 +149,7 @@ resources: domain: amq.io group: broker kind: ActiveMQArtemisSecurity - path: github.com/artemiscloud/activemq-artemis-operator/api/v1beta1 + path: github.com/arkmq-org/activemq-artemis-operator/api/v1beta1 version: v1beta1 webhooks: conversion: true diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 760eb1025..fa5daf0e2 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -20,7 +20,7 @@ COPY bundle/manifests /manifests/ COPY bundle/metadata /metadata/ COPY bundle/tests/scorecard /tests/scorecard/ -LABEL name="artemiscloud/activemq-artemis-operator-bundle" +LABEL name="arkmq-org/activemq-artemis-operator-bundle" LABEL description="ActiveMQ Artemis Broker Operator Bundle" LABEL maintainer="Roddie Kieley " LABEL version="1.0.10" diff --git a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml index 43400768b..64144ab2f 100644 --- a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml +++ b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml @@ -2778,9 +2778,8 @@ spec: x-descriptors: - urn:alm:descriptor:io.kubernetes.conditions version: v1beta1 - description: ArtemisCloud Operator manages ActiveMQ Artemis messaging broker in - the cloud - displayName: ArtemisCloud Operator + description: ArkMQ Operator manages ActiveMQ Artemis messaging broker in the cloud + displayName: ArkMQ Operator icon: - base64data: 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 mediatype: image/png @@ -2817,97 +2816,97 @@ spec: - /home/activemq-artemis-operator/bin/entrypoint env: - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.4 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.10 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.10 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 - name: OPERATOR_NAME valueFrom: fieldRef: @@ -2922,7 +2921,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.8 + image: quay.io/arkmq-org/activemq-artemis-operator:1.2.8 livenessProbe: httpGet: path: /healthz @@ -3216,9 +3215,9 @@ spec: - operator links: - name: Documentation - url: https://artemiscloud.io/docs + url: https://arkmq-org.io/docs - name: Repository - url: https://github.com/artemiscloud/activemq-artemis-operator + url: https://github.com/arkmq-org/activemq-artemis-operator maintainers: - email: dbruscin@redhat.com name: Domenico Francesco Bruscino @@ -3231,99 +3230,99 @@ spec: maturity: beta minKubeVersion: 1.20.0 provider: - name: ArtemisCloud - url: https://artemiscloud.io + name: Arkmq-org + url: https://arkmq-org.io relatedImages: - - image: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.2 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.2 name: activemq-artemis-broker-init-2150 - - image: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.4 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.4 name: activemq-artemis-broker-init-2160 - - image: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.10 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.10 name: activemq-artemis-broker-init-2180 - - image: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.0 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.0 name: activemq-artemis-broker-init-2200 - - image: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.2 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.2 name: activemq-artemis-broker-init-2210 - - image: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.5 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.5 name: activemq-artemis-broker-init-2220 - - image: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.7 + - image: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.7 name: activemq-artemis-broker-init-2230 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 name: activemq-artemis-broker-init-2250 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 name: activemq-artemis-broker-init-2260 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 name: activemq-artemis-broker-init-2270 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 name: activemq-artemis-broker-init-2271 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace name: activemq-artemis-broker-init-2280 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.0 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.0 name: activemq-artemis-broker-kubernetes-2150 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 name: activemq-artemis-broker-kubernetes-2160 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.7 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.7 name: activemq-artemis-broker-kubernetes-2180 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.0 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.0 name: activemq-artemis-broker-kubernetes-2200 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.2 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.2 name: activemq-artemis-broker-kubernetes-2210 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.5 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.5 name: activemq-artemis-broker-kubernetes-2220 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.7 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.7 name: activemq-artemis-broker-kubernetes-2230 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 name: activemq-artemis-broker-kubernetes-2250 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 name: activemq-artemis-broker-kubernetes-2260 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 name: activemq-artemis-broker-kubernetes-2270 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab name: activemq-artemis-broker-kubernetes-2271 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b name: activemq-artemis-broker-kubernetes-2280 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 name: activemq-artemis-broker-init-2290 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b name: activemq-artemis-broker-kubernetes-2290 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 name: activemq-artemis-broker-init-2300 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 name: activemq-artemis-broker-kubernetes-2300 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 name: activemq-artemis-broker-init-2310 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 name: activemq-artemis-broker-kubernetes-2310 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 name: activemq-artemis-broker-init-2312 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec name: activemq-artemis-broker-kubernetes-2312 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 name: activemq-artemis-broker-init-2320 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 name: activemq-artemis-broker-kubernetes-2320 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 name: activemq-artemis-broker-init-2330 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 name: activemq-artemis-broker-kubernetes-2330 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 name: activemq-artemis-broker-init-2340 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 name: activemq-artemis-broker-kubernetes-2340 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d name: activemq-artemis-broker-init-2350 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e name: activemq-artemis-broker-kubernetes-2350 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 name: activemq-artemis-broker-init-2360 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 name: activemq-artemis-broker-kubernetes-2360 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca name: activemq-artemis-broker-init-2370 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d name: activemq-artemis-broker-kubernetes-2370 - - image: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 + - image: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 name: activemq-artemis-broker-init-2380 - - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 + - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 name: activemq-artemis-broker-kubernetes-2380 version: 1.2.8 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 894e1e2b9..334c4f3e3 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -14,7 +14,7 @@ annotations: operators.operatorframework.io.test.mediatype.v1: scorecard+v1 operators.operatorframework.io.test.config.v1: tests/scorecard/ - name: "artemiscloud/activemq-artemis-operator-bundle" + name: "arkmq-org/activemq-artemis-operator-bundle" description: "ActiveMQ Artemis Broker Operator Bundle" maintainer: "Roddie Kieley " version: "1.0.10" diff --git a/config/manager/activemq_artemis_manager_related_images.yaml b/config/manager/activemq_artemis_manager_related_images.yaml index baaff3653..9ab10e97f 100644 --- a/config/manager/activemq_artemis_manager_related_images.yaml +++ b/config/manager/activemq_artemis_manager_related_images.yaml @@ -9,116 +9,116 @@ spec: - name: manager env: - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.4 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.10 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.10 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b # 2.29.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b # 2.30.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 # 2.31.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 # 2.31.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec # 2.32.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 # 2.33.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 # 2.34.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 # 2.35.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e # 2.36.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 # 2.37.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d # 2.38.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index be6fc2cc4..58918baed 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,5 +13,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: quay.io/artemiscloud/activemq-artemis-operator + newName: quay.io/arkmq-org/activemq-artemis-operator newTag: 1.2.8 diff --git a/config/manifests/bases/activemq-artemis-operator.clusterserviceversion.yaml b/config/manifests/bases/activemq-artemis-operator.clusterserviceversion.yaml index 9d1b644a5..3394ed17d 100644 --- a/config/manifests/bases/activemq-artemis-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/activemq-artemis-operator.clusterserviceversion.yaml @@ -2510,9 +2510,8 @@ spec: x-descriptors: - urn:alm:descriptor:io.kubernetes.conditions version: v1alpha1 - description: ArtemisCloud Operator manages ActiveMQ Artemis messaging broker in - the cloud - displayName: ArtemisCloud Operator + description: ArkMQ Operator manages ActiveMQ Artemis messaging broker in the cloud + displayName: ArkMQ Operator icon: - base64data: iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAafElEQVR4nOzdC1xUZd4H8N8Z7iCQyijojKAIyoyaYOqgJqOronjLYtCyi4nlZVs1arO33RZwa9/dytRM921bTbvLmL5loqAFSIp4gbwwpKCBoHLxxlVuMu9nTpuvmhwHmDnPXP7fz6ePBDPn+Xv5zTnnOc9FAkJImygghAiggBAigAJCiAAKCCECKCCECKCAECKAAkKIAAoIIQIoIIQIoIAQIoACQogACgghAigghAiggBAigAJCiAAKCCECKCCECKCAECKAAkKIAAoIIQIoIIQIoIAQIoACQogACgghAigghAiggBAigAJCiAAKCCECKCCECKCAECKAAkKIAAoIIQIcWRdgTxRRGk8AvQH4yYaruntJ5d0BGL7nAcCV4+CoBzjo0cwBzXrgBjhUoxVVut3aywDKAJSX5mSVV5eVtrL+/dgDjnUBNisiAhFD1YP4r5YnjOaAhwHITHJsPWoAZBVlpx8uOpSeXpSdfqD4UEaDSY5N7kABMRFFlMZHNlw12ksqD1dO0QyHBKEAuorUfAsAXWVe3pGKs7ojuhTtD6U5Wfl0luk8CkgHefrKHORh4UOVUzXTFVGaWQCGsK7pLhUlOVk7z+5PSTm7P+W70txDV1kXZI0oIO0kDVK4Rb2x/smA4eqXwSGYdT1Gqr8pwcfbF8e8rUvWnmNdjDWhgBhp5PwXRwybHfukNFgZA6An63o6qAmt2J+16d1PcrZuTLpcqKP7lvuggNyHIkozRLM+aQ2AcaxrMbGqvF3al7dtSPg3dDrWtVgsCkgbFFGaQFXsi3HysPAFAJxZ12MuVQ44mLsqYU3u1o3/W11W2sy6HktDAbmLTBUhmbFy/RvSIOWr9vTnoweOpL2bMDdzXWIB61osid38A7gfaaCCGzon9slRsXF/AYf+rOthpLmkouRfh1a+9FfdLm0562IsAQXEcDk1VeOreT9pK4CxrGuxEDdOfqudu/0PMTtYF8KaA+sCWPL0kzlO/fu/Y8ctT/iSAwaxrseCOPUMVj6mmKoJrrtcmXu5UHeddUGs2O0ZJGSKpm/kB0lfet/ECNa1WDQ9rmelaJ9PXRyjZV0KC3YZEPW2tMERYepUcPBlXYu1KHLBquQI5SuVBTq7Gr5id8Pdo9clLYkYpj5M4WifgEa8NHfLnh3SIIUP61rEZDdnEGmgQvLMD3mrPRqwlHUtVu7S3lUJYw6+n2gXQ1bs4ibdp7/C5clP9mz2dPN+jnUtNsAzMFw9HcCR4uyMUtbFmJvNB0QapOiyZG9euqun9xTWtdgMDl0DVOp5ADKLszOKWJdjTjYdEGmQwmvu5j3bXD296fmG6UkCRqqnAThRnJ1RyLoYc7HZgEiDFB5LUvMyXT29R7OuxWZxcA9QqecCOFicnWGT9yQ2GRAvX5njM1+mJbl6ekewrsUOcP4qdWRlge7rygKdzU3KsrmAdO2nwLNfpn3o3Us+h3Ut9oIDPBRRmqktwK6S7IxrrOsxJZvr5n36i7S/9lWp/8y6DjtVtmGSclBlge4K60JMxaYeFD62LukpCgdTvnO37Nkk7a+wmSsTmzmD+K+I95+3KOHkf9aZskg15RU4k74fl07moeriJTTW1sHZ3Q2ePXvAT6mAYsokdJHawINqF7yb2It7iXUZpmATAQmZrumpeS/pAAcEsq7lbjeqqnF8x9fITdqBitNnBF/LSSTwVYQgZNLv8OCjM+DlZ72jYX5M0cZ8vcj6BzjaREAWp5z6sEewcgHrOu52cmcyvlnxOloaG9v9XkNYJr76EsJjnzFLbSKo2DxHHVycnVHFupDOsPqARL+3dZZyekySJS2jWnXhIlLefAv5Kfs6fSz/EQ8hauWf0SPI+iY5tnJIW6uSR1WXlVrt6ilWfTOliNLI1S8mpFvSogo3qqqw+fFncf5ojkmOZwhb/p69GBg5AW7e3iY5plg4oK93L3mlLlmbzbqWjrLqgMzdsud9V0/vYazr+NXV4hJsfvwZXC06b9LjNtffwKlvdqFv+Ej+ht6a+PRXDi0vzPvscoGulnUtHWG1l1hL0k4tkAYoP2Rdx68aa2uxSfMUKs6Yb1EQL9+emK/9FN69/MzWhlnocXLj7HBV6ZFD9axLaS+rfA4ycIrGTxqgfJ91HbdLjn/TrOEwqC4rh/aFOOhbrWxSH4fBqqfjrLK3wSoDMmrBi6/wve0WovjIMZz4352itHXh+EnodqeK0pYpKadp4jx9ZRZzr2gsqwuINEjhKQ8Lf551Hbc79oW43f1HP08StT0T6R82O3YW6yLay2LvQbr4ybg+oeF9PH1lSnlYeLDhD1g5WSODBEHgoGBd369aGhuxSqVGQ3WNaG1KHB0Rd/B7eHTvJlqbplDlgAOfTVaOqbSitYAt5tmBgZdCgdCJmofHLkt4SsIh6j/blVm0i6d0oobDoLWlBUXZR6CMihS13c7yvonRUW+un7Zl1rhvWddiLOYBCZyp8QwcrIrsPyZyknSA0vA33od1Te1x6WQek3YvnsyzuoAY+D+oftvLV5ZaXVbaxLoWYzALiHphfI+QRzWv9QhWLgTgyqqOzrpSVMykXVM/axELx2Hg0Nmxk/evTfyGdS3GEDUgnr4yh7DZsRPDZscu8PKTzwDgJGb75lB3mc3Uh7rLl5m0awqhMbFPUUBuIw1USEIfj52tio1L5IAgMdoUS/MNNsOMmhqsdngTHugln6l4OT5Y906i8PBmC2D2bt7RL8QPWbIv71R4bNznthYOA0cXNl37TozaNREnzZKEV1kXYQyzBUQxQ+O3JOXUugkvJRwEEGKudlhz6/oAk3bdu4q1w7SZcJgjC1V1Z13G/ZglIGO3p43SrE06LA1WvgDAwxxtWIquchmTdh+QsWnXhNwCF8VZfDecSQPiE6Rwefarg38fF6rOBGD1f4PG8BukNP7FetO122uwxTwr7bDAoapJrGu4H5PdpCsmanpGf5CUxnG2ezl1L/KwoZA4OaK1ueX+LzbhuAX/EcNNdzBG5FL571jXcD8mOYOERGlCNB8kZdpbOAyc3d3Qf4y4izf6KUPwgKyXqG2aBQfZ2GXxKtZlCOl0QAJWxAfErE/aC872eqiMNVTzqKjthWoeE7U9c3p4eYJFL/DXqYA8siZp4jOLEnKtYcyUOQWPH4uAkQ+J0lb3fgEYMmuaKG2JwRF41MtXZrGjyjtUWBc/Gfd86qmlD87UfAOATT+nBXFwcsKcD9ej58Bgs7bj1csPT3+yES5dupi1HZHJZWHhFruBaocC8vjHexb4BSnXWvMYKlNz8fDAzH+8AYmj+ab5T/3r6/y0W1ujmKx5kHUNbWn332bEv7Y+Mnj4uA8saSURS+HZQ4oA1Qic/SELTbV1Jjuuq5cXHnnnbwiZaPGdPh3SWFdd11hbfV4apHR28faqrb5YasIO8c5pV8djxPL4UeplCZnWOBNRTBUFhfj0mef5pUY7y8nNDXM/+h/4D7eYxVvM7QaAfL0TDmS8nZBZcUa3L3+3ltmK8UYHJHBmdM8nV2v3g4N5L7RtRP21a1irntzhMwknkfDLj46PW2p1S/2YWDP0yD+fk5V5LjNl/9n9Kd+V5h4SbQi1UQGRBimcF6fmHeYAi71WtDRHPv0SyfFv8F/7jxiG4sPHjH5v8PgIRP5pBboFWNXcMbE0lJ/Je+/Y99q3jvwj0exBMSog8786+KY8LPw1cxdjK+quXMX7E6ehoaoaASOH46lPNuJ6aSk/TfZSXj6unS9B/dVraG5ogKOLC79iYle5DPJhoegbPsL61r1io7n6Usm3OVs3fpSzdeOemrLSZnM0ct+AKKZo+mk2JJ22hOm51uLABxux763V/GXSC9/tQrc+ctYl2TQ98GP6moQF+9cmGn+aNtJ9b7Ynvb7qLQqH8ZobGm8ty6OIiqRwiIADho5bnnBk+YHz2og/xA825bEFA7Io5dR/efvJbWdcgwh2J/4N10sv8EvzqJctYV2OPeG8e8mjI+ISTrx48PwXvUNVJtmJqM2AKKI0wT2DlW+YohF7UVlwFrlJX/FfD39yDnz69WVdkt0x3DN4+cnnLNiedTBiYXynN1RqMyAT/rTqNXre0T7ZWz7lf/Xw6Q71st+zLsfeBalfTTgRvT5pcWcOcs8AqF+ID+zaSz63Mwe2N3VXruH49l8W6gjVzIKrl8VulWhP3JVRmg1/KtJv7OjGor8JiJefTDI2LmEj3ZgbT68HdsWv5JchdXR1xbDHY1iXRG7jqMf8uVv2JEmDFO2e/v2bgDw4J3YMxyHCZNXZgYsnTiJ/917+61HPPYsHetvAZCYb491L/uiS1LyD0iBFu7bp+k1AhkXHxpq0MjuQ/fHn/K/evfwweuF81uWQtg2Zu2XPNmmQwuj5AncExF8V4e7dSx5tltJsVN2Vq8j7Npn/OmyOBs5ubqxLIgK8/eQTFqfmpfoEKYwajX7HfcaUxPWvGG5szFadlWhtaeFXbS/N+ZEfGlJdVoam+hv8z5zd3fk5GT6B/dD7wcH4OesQWltuwsXTE2Ex4k69JR3DAeFPbtmzYU3MqAUoLRV87a2AyEJV3XoEK/8oRoGWqrLwHI59qUXezt2obefat+qli9FFapJnU0QE3n7y2OhX3z2x7YWY94Red6vrK3Tlu4/0DVRa9AR6c9G3tuLQpo+xbenLKDmag6b69u81efaHg3Bxd+eXASLWoUewchwAbXF2Rpujgm/dgwR2k00UrTILcuN6Fb5ctBSpf3ub76btML0eqf/9Dj5f8HtUl5ebskRiPq7q5Ql7ZKGqNifc3BrN+5ef9cWclW1e01m1l69gU/RcXCsRvg5tr54Dg7Fg+xf8UHZi+coL8tb+z6RBy+/1M/4MErEsfoi17ezUWTebm7Ft6UsdDIfwlOnyn87go8fn8bMKieXrGaR8LmJZfNi9fsYHxF+l1ljsbp5mcvTzJBRnH+3gu+//p3Xx+EmkrbaordxJ29zVyxO0PkGK32zoxAek70j1TCZlMVJTUYnM9f8yezu5Sdtx/miO2dshJtEvLCZ23t3flIRM0TwADiadZGLp9vz176i7Yv55/4bLuO1xr6L15k2zt0U6TxUb9+Ld35NwHCx2VTtzqCgohG53qmjtVV24iNP70kRrj3QcxyEk+v2tT9/+PUlIlMauFp3+KfW7X4bfiig/ZZ+o7ZGOU06Nefv2exEJB3R61pU1KTp0WPQ2i7OPiJ1J0nE9QmfHTv/1fyRevrJ+bOsRj761FaW5Jzp5kPa/pbqsHFUXL3auXSIaZZRmwa9fS2TDwu1m8sK1klI037jRuYN0sD/8uokfRhLz8faTTxi+Ip7ftcBwiWU3I+xqKyqZtX2juppZ26TdnIZP1vATeyT2tL9Hc0Mnxlp10s0msyz8R8xEGqB8Dv8JiN2sLuDiyW7jGSeaSGVtBiqmaPwNAbGbEXXd+rDbmbqLj8XvmU/u4hOsGOlo+HBjXYhY3Lt1g0f3bvw0WVFxQFcGS5Dq9Xp+lcfyn87wvzbW1OJmcxN/NvPo3h3d/OXoPXQInFxpo7B76RGkHOpo2u3tLZ/fYCUK0zNFbdPR2QWXz/2MPsNCRWvzzPcZ2Pv3Vbh89pzg65zc3TFk5lSMWvAsbbdwl4FTNYO4+J/1N+xpr8GsjVv4yVGi4zj4KRVQTpuMwdOjzLLXoF4PnPz6W2Rt2oKyvPx2vdfByQnBv1Pj4cXPwW+QwuS1WSU98g0BMVxvdGVdi1gMl1frxkehsbZWtDaHzJqB0/u+5y9xfiUfFsoHJWTyRJPMZS/J+RE7X0tAZUFhp47DOTjgwVkzMOGVOHh0t5t/Fm1pdlAvT1hkT129zu5u4BwkOHcgS5T2gieMg2bdKjz0xGz+Wr/89Bm0NDSi+lIZCtIzceSTL/i9DH0HDuhwL1vJsVx8Om8hakwx1VevR5nuJxQfPoohj8ww6669VsCBiz+nzwEH8S6OLUBrSwv+/dgTuHRKZ9Z2DGeGhTu33XGGMJxFTn+fhlM7d6Mw4wd++IuBg7MzBk2bwv/Xd9RI/pLHGIX7D2DroqWdm0/fhl6DlXj8w/V2vVqLw9hlCY9ynH0NWOQkEvQYEIRc7XazthP5+gr4j3joju85ujij58ABGDxjKoY9oUFTXR3/iW0IbXn+af4e4sTXu+Dm5Qlp/0BIHNr+BDeE7eOnYtFYU2OW+msqKlFbeRkhkRPMcnxr4OA/LnJ8V1+5XZ1BwI+38eXHZRmu3c0h/Ll5fM+QIYxtcXZ3R/B4NR6aO5tftvT6hQv83oUN1dX4ae/3yNXuQPWlcn6l+Ltv6m82NePT+YtwufCsWer/VeWZAvQdHW63+yY6BI+JHNYjWGmXi1X3G6VC/bXruHjilEmPq5r/NCJf+6NgOG5nuC/q/eBgftOdPg+F4XLhz6ipqODPLqU/Huc35TnzfTq8e/uhm/8vXbEnv0lG9uZPTFp3W2rKKjDkkemitGVpHHqHqWTysPBZrAthgeM49FePhZu3F4oOH+UvczrD1csLE155EQ8vec7ocNxdT9c+cn4J06DxEXByd+NnJDbV1/MDLQ2XX6e+3c0PfDR8bbi5F8P10gvoHzHGLF3Tlo5TRGlGatYnHWJdCGuGa+2ti5ehNPd4h97vN0iBx9a8he59A0xal+Em/vj2b5C2eh0/r4SV4PER/A27veF6T9d4L3gv6TJtmPPLIgtnMw/ixNffojB9Pxpr6wRf7+DkxPc4GS6NgtRjO3TWMFZrayt+PpDFX1qd3pfG36eIyfB7i8tKs7sxZfz0n7/8rE/lALtcerQthk/uysKz/Crv1ZfK0FRXz18COXv8/+ruvoqBRnfHmtL2uBU4+fUu0duNXrcKyqhI0dtliT9rFGal7wwKV1NAbsN3BQcH8f9ZmqvF5+2qXZb4a4IfP12/DUDn7lCJaGorzb+m173bbd+WELaAD4guedsl6GHavk5iNs0NDR17YyfHbXd6Pr/1uXrrrrI4J2sv21qIsTp839PJBZgdnI3atcxm6PUouBWQgvSUPWzLIcZyY7QHu5un3czO5lWezjvz/2eQ7JQDeuAC25KIMR6Q9WbTrpzdlGUWKs/qjt8KSOmRQ43FWemr2ZZEjNFz4AA27YawaZcVXbI2944nW0c28XsCsOkiIUbrM3yY6G16+HRHzwHBorfLih5oqLpUcvSOgOj2baspPZb1T3ZlEWP0G62Cp8jjosbHLeWH6tsLrgmfX8g9VP2bsRFZm1ZvZlMSMZbEwQFDHxNvzyPDPU+one0Bn7YhgT9R/CYgumTt2YqCvHVMqiJGe+iJ2XDvKs5M6dHPz+eH2diR0/l7tfz+fPccXbf79d+vgB4iLx5F2sPLtyceW/s2v1qKOXUL8EfYnGiztmFp8nZpd1TqfpmOfc+AFGVn3Cg5lkU9Whau3+hwjFm0wGzHd3Jzw4z/ThSc9mtr9ABKc7K0v/5/mx8/0iCF55LUvCLDh4ho1ZF20+v1+PqVP/FzRkzJ0dUFT370L/iPEL/HjCk99iX2424N3G3zo6H+amWTNFCR22OAco7Q6whbhnuDARPH81+fP5Jjku3lvPx8Eb32HfQNH2GCCq1Kk3ZDgqbyYMatmWn3vYBdnHJqc49g5TNmL410WknOcXy17GVUXbzU4WP0jxiDmPVr4ORmN4tt3lLhhB3/lHF3dNfd98xQf6UyVxmlmQfOfpYntVbefr4YMms6uvj48NNz669eM+p9hnuM/uqHMem1PyJi6WI42tmgRJ4eyFwZt/BC7qE7Jr0Y1QUS/c+kOYrJmi/sqqPPyhmutMrydDh/NOfW6u4NNTX8tGInV1c+RF395QgYORwB4SPg4uHBumSmKgry4v85adDKu79v9L/5ly/p13o0YKnJKyOEMT3w48p56lBkZPzmZ0avMrA5QhlXdbEk2dTFEcJY64EP311xr3CgvVNopDM10iVrkk4A8DVVdYSwVOSCf2zpxb3a1s/b1X1bf1pX33ITO/qFq6eCo+cjxLpVXSzZu33mqPn1Vyvb7Btv9/ONksMZ1/R6ZPYNV8+n5yPEijXs3LI6snjXNsGuvg79Ay/OzigDkBqgUkcC8O5wiYQwkrdLuzjj9RfS7ve6Dp8BirMzLrQCaX1V6qcA2GHHObFWRYfS//xF7LS1xry2U5dI57Mzylsl+Eo2Sj3aQQ/7XB+fWJWSqyX/2DxpaLyxrzfJsz8vX1mX+dsPfubtJ59hiuMRYgZV6Xu1S3JXxn1eXVpq9JtM9nBcGqiQRP2Q90ZAA1415XEJMYGb6WsSpmWsTWz30lYm64Wqv1apP74q8TsXT68T8rDwUXTzTixCK06kvZcwdf/axB868nazfNIHjIxwm/NV+laXZtjntkTEUmRsmKR8pLJAd72jBzDLc4zrF4pbTny+MamxtlrnP1Kt5DhIzdEOIW1oyNulXbFtScziykJdpxYUNvu9gk+QwnnqyvWvBajU/0XdwUQEFWmp2sf2L4zp0CXV3cz+JLz+auXN419tSW+oq97Wo7+iu4unt6I9gyQJMYoeV0pyst78bN7kJ/K3bDDZ1r+i9zY9/Id4/4eXJrzj5Aj7WiqDmE3Fmbz3k//y+1eKszNMvj8Dm+5YmQyKIeEhqoUvRsuHhMcAGMSkDmLNzhXnZn2W/e/Vm/KTtUXmasQinlcoojQBiimaybJhqonefvIJALxY10Qsjh56nD6fm7UnP1n7yaGNq3PEaNQiAnI7n5kaV2WAYqJ6ScJUOCMKgJx1TYQdPXCiOCt9x7nD6V9krkk8LXb7FheQu4VEaXw5IHjAZE1/Bwkflt6KKE0vcHiA08MbHN8z5kxD761SC/Ro0nOoAXC99FhWRXVZaRGnx895u7Vn9MCp/GQtrfBJiKWi7lZCBFBACBFAASFEAAWEEAEUEEIEUEAIEUABIUQABYQQARQQQgRQQAgRQAEhRAAFhBABFBBCBFBACBFAASFEAAWEEAEUEEIEUEAIEUABIUQABYQQARQQQgRQQAgRQAEhRAAFhBABFBBCBFBACBFAASFEAAWEEAEUEEIEUEAIEUABIUQABYQQAf8XAAD//3SA3rOjoG2vAAAAAElFTkSuQmCC mediatype: image/png @@ -2539,9 +2538,9 @@ spec: - operator links: - name: Documentation - url: https://artemiscloud.io/docs + url: https://arkmq-org.io/docs - name: Repository - url: https://github.com/artemiscloud/activemq-artemis-operator + url: https://github.com/arkmq-org/activemq-artemis-operator maintainers: - email: dbruscin@redhat.com name: Domenico Francesco Bruscino @@ -2554,6 +2553,6 @@ spec: maturity: beta minKubeVersion: 1.20.0 provider: - name: ArtemisCloud - url: https://artemiscloud.io + name: Arkmq-org + url: https://arkmq-org.io version: 0.0.0 diff --git a/config/metadata/activemq-artemis-operator.annotations.yaml b/config/metadata/activemq-artemis-operator.annotations.yaml index cdeae099e..82167cabc 100644 --- a/config/metadata/activemq-artemis-operator.annotations.yaml +++ b/config/metadata/activemq-artemis-operator.annotations.yaml @@ -1,5 +1,5 @@ annotations: - name: "artemiscloud/activemq-artemis-operator-bundle" + name: "arkmq-org/activemq-artemis-operator-bundle" description: "ActiveMQ Artemis Broker Operator Bundle" maintainer: "Roddie Kieley " version: "1.0.10" diff --git a/controllers/activemqartemis_address_broker_properties_test.go b/controllers/activemqartemis_address_broker_properties_test.go index 4abc41374..ee0ce59d1 100644 --- a/controllers/activemqartemis_address_broker_properties_test.go +++ b/controllers/activemqartemis_address_broker_properties_test.go @@ -31,9 +31,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" appsv1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" ) diff --git a/controllers/activemqartemis_controller.go b/controllers/activemqartemis_controller.go index 52020b8d2..278712344 100644 --- a/controllers/activemqartemis_controller.go +++ b/controllers/activemqartemis_controller.go @@ -39,16 +39,16 @@ import ( "sigs.k8s.io/controller-runtime/pkg/handler" "sigs.k8s.io/controller-runtime/pkg/source" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/certutil" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/certutil" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" "github.com/go-logr/logr" routev1 "github.com/openshift/api/route/v1" "github.com/pkg/errors" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" ) var namespaceToConfigHandler = make(map[types.NamespacedName]common.ActiveMQArtemisConfigHandler) diff --git a/controllers/activemqartemis_controller2_test.go b/controllers/activemqartemis_controller2_test.go index d00efaab6..f5e93e45a 100644 --- a/controllers/activemqartemis_controller2_test.go +++ b/controllers/activemqartemis_controller2_test.go @@ -23,9 +23,9 @@ import ( "reflect" "strconv" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/volumes" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/volumes" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" @@ -37,7 +37,7 @@ import ( "k8s.io/apimachinery/pkg/api/resource" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" routev1 "github.com/openshift/api/route/v1" ) @@ -65,7 +65,7 @@ var _ = Describe("artemis controller 2", func() { Expose: true, }, } - candidate.Spec.IngressDomain = "artemiscloud.io" + candidate.Spec.IngressDomain = "arkmq-org.io" }) brokerKey := types.NamespacedName{ @@ -427,7 +427,7 @@ var _ = Describe("artemis controller 2", func() { }, } // no brokerHost or domain, openshift will annotate the route host.generated - //candidate.Spec.IngressDomain = "artemiscloud.io" + //candidate.Spec.IngressDomain = "arkmq-org.io" }) routeKey := types.NamespacedName{ diff --git a/controllers/activemqartemis_controller_cert_manager_test.go b/controllers/activemqartemis_controller_cert_manager_test.go index 9b02c383c..cc3b58047 100644 --- a/controllers/activemqartemis_controller_cert_manager_test.go +++ b/controllers/activemqartemis_controller_cert_manager_test.go @@ -22,11 +22,11 @@ import ( "os" "github.com/Azure/go-amqp" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/certutil" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/certutil" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" cmv1 "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1" cmmetav1 "github.com/cert-manager/cert-manager/pkg/apis/meta/v1" tm "github.com/cert-manager/trust-manager/pkg/apis/trust/v1alpha1" @@ -348,9 +348,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: issuerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: rootIssuerName, Kind: "Issuer"}, - CommonName: "ArtemisCloud Issuer", - DNSNames: []string{"issuer.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Issuer", + DNSNames: []string{"issuer.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &issuerCert)).Should(Succeed()) @@ -488,9 +488,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: issuerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: rootIssuerName, Kind: "Issuer"}, - CommonName: "ArtemisCloud Issuer", - DNSNames: []string{"issuer.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Issuer", + DNSNames: []string{"issuer.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &issuerCert)).Should(Succeed()) @@ -517,9 +517,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- Spec: cmv1.CertificateSpec{ SecretName: certSecretName, IssuerRef: cmmetav1.ObjectReference{Name: issuerName, Kind: "Issuer"}, - CommonName: "ArtemisCloud Broker", - DNSNames: []string{"before.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Broker", + DNSNames: []string{"before.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &cert)).Should(Succeed()) @@ -548,7 +548,7 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- By("Checking tls-acceptor before updating") checkCommandBeforeUpdating := []string{"/home/jboss/amq-broker/bin/artemis", "check", "node", "--up", "--url", - "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=before.artemiscloud.io&trustStoreType=PEM&trustStorePath=" + trustStorePath} + "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=before.arkmq-org.io&trustStoreType=PEM&trustStorePath=" + trustStorePath} Eventually(func(g Gomega) { stdOutContent := ExecOnPod(podName, activeMQArtemis.Name, defaultNamespace, checkCommandBeforeUpdating, g) g.Expect(stdOutContent).Should(ContainSubstring("Checks run: 1")) @@ -564,7 +564,7 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- By("Updating certificate: " + certName) Eventually(func(g Gomega) { g.Expect(k8sClient.Get(ctx, types.NamespacedName{Name: certName, Namespace: defaultNamespace}, &cert)).Should(Succeed()) - cert.Spec.DNSNames = []string{"after.artemiscloud.io"} + cert.Spec.DNSNames = []string{"after.arkmq-org.io"} g.Expect(k8sClient.Update(ctx, &cert)).Should(Succeed()) }, timeout, interval).Should(Succeed()) @@ -578,7 +578,7 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- By("Checking tls-acceptor after updating") checkCommandAfterUpdating := []string{"/home/jboss/amq-broker/bin/artemis", "check", "node", "--up", "--url", - "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=after.artemiscloud.io&trustStoreType=PEM&trustStorePath=" + trustStorePath} + "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=after.arkmq-org.io&trustStoreType=PEM&trustStorePath=" + trustStorePath} Eventually(func(g Gomega) { stdOutContent := ExecOnPod(podName, activeMQArtemis.Name, defaultNamespace, checkCommandAfterUpdating, g) g.Expect(stdOutContent).Should(ContainSubstring("Checks run: 1")) @@ -636,9 +636,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: beforeIssuerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: rootIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Before Issuer", - DNSNames: []string{"issuer.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Before Issuer", + DNSNames: []string{"issuer.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &beforeIssuerCert)).Should(Succeed()) @@ -657,9 +657,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: afterIssuerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: rootIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud After Issuer", - DNSNames: []string{"issuer.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org After Issuer", + DNSNames: []string{"issuer.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &afterIssuerCert)).Should(Succeed()) @@ -707,9 +707,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- Spec: cmv1.CertificateSpec{ SecretName: certSecretName, IssuerRef: cmmetav1.ObjectReference{Name: beforeIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Broker", - DNSNames: []string{"broker.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Broker", + DNSNames: []string{"broker.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &cert)).Should(Succeed()) @@ -755,7 +755,7 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- trustStorePath := "/amq/extra/secrets/" + bundleName + "/root-certs.pem" certDumpCommand := []string{"cat", "/etc/" + certSecretName + "-volume/tls.crt"} checkCommand := []string{"/home/jboss/amq-broker/bin/artemis", "check", "node", "--up", "--url", - "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=broker.artemiscloud.io&trustStoreType=PEMCA&trustStorePath=" + trustStorePath} + "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=broker.arkmq-org.io&trustStoreType=PEMCA&trustStorePath=" + trustStorePath} By("Checking tls-acceptor before updating") Eventually(func(g Gomega) { @@ -848,9 +848,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: brokerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: selfsignedIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Broker", - DNSNames: []string{"broker.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Broker", + DNSNames: []string{"broker.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &brokerCert)).Should(Succeed()) @@ -869,9 +869,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: clientFooIssuerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: rootIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Client Foo Issuer", - DNSNames: []string{"client-foo.issuer.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Client Foo Issuer", + DNSNames: []string{"client-foo.issuer.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &clientFooIssuerCert)).Should(Succeed()) @@ -907,9 +907,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: clientBarIssuerCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: rootIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Client Bar Issuer", - DNSNames: []string{"client-bar.issuer.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Client Bar Issuer", + DNSNames: []string{"client-bar.issuer.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &clientBarIssuerCert)).Should(Succeed()) @@ -945,9 +945,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: clientFooCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: clientFooIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Client Foo", - DNSNames: []string{"client-foo.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Client Foo", + DNSNames: []string{"client-foo.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &clientFooCert)).Should(Succeed()) @@ -966,9 +966,9 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- IsCA: true, SecretName: clientBarCertSecretName, IssuerRef: cmmetav1.ObjectReference{Name: clientBarIssuerName, Kind: "ClusterIssuer"}, - CommonName: "ArtemisCloud Client Bar", - DNSNames: []string{"client-bar.artemiscloud.io"}, - Subject: &cmv1.X509Subject{Organizations: []string{"ArtemisCloud"}}, + CommonName: "arkmq-org Client Bar", + DNSNames: []string{"client-bar.arkmq-org.io"}, + Subject: &cmv1.X509Subject{Organizations: []string{"arkmq-org"}}, }, } Expect(k8sClient.Create(ctx, &clientBarCert)).Should(Succeed()) @@ -1050,7 +1050,7 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- Eventually(func(g Gomega) { keyStorePath := "/amq/extra/secrets/" + clientKeyStoreSecretName + "/client-foo.pemcfg" checkCommand := []string{"/home/jboss/amq-broker/bin/artemis", "check", "node", "--up", "--url", - "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=broker.artemiscloud.io&keyStoreType=PEMCFG&keyStorePath=" + keyStorePath + "&trustStoreType=PEM&trustStorePath=" + trustStorePath} + "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=broker.arkmq-org.io&keyStoreType=PEMCFG&keyStorePath=" + keyStorePath + "&trustStoreType=PEM&trustStorePath=" + trustStorePath} stdOutContent := ExecOnPod(podName, activeMQArtemis.Name, defaultNamespace, checkCommand, g) g.Expect(stdOutContent).Should(ContainSubstring("Checks run: 1")) @@ -1060,7 +1060,7 @@ var _ = Describe("artemis controller with cert manager test", Label("controller- Eventually(func(g Gomega) { keyStorePath := "/amq/extra/secrets/" + clientKeyStoreSecretName + "/client-bar.pemcfg" checkCommand := []string{"/home/jboss/amq-broker/bin/artemis", "check", "node", "--up", "--url", - "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=broker.artemiscloud.io&keyStoreType=PEMCFG&keyStorePath=" + keyStorePath + "&trustStoreType=PEM&trustStorePath=" + trustStorePath} + "tcp://" + podName + ":61617?sslEnabled=true&forceSSLParameters=true&sniHost=broker.arkmq-org.io&keyStoreType=PEMCFG&keyStorePath=" + keyStorePath + "&trustStoreType=PEM&trustStorePath=" + trustStorePath} stdOutContent := ExecOnPod(podName, activeMQArtemis.Name, defaultNamespace, checkCommand, g) g.Expect(stdOutContent).Should(ContainSubstring("Checks run: 1")) diff --git a/controllers/activemqartemis_controller_deploy_operator_test.go b/controllers/activemqartemis_controller_deploy_operator_test.go index 0756ff18e..450a7cb60 100644 --- a/controllers/activemqartemis_controller_deploy_operator_test.go +++ b/controllers/activemqartemis_controller_deploy_operator_test.go @@ -25,8 +25,8 @@ import ( "bufio" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" appsv1 "k8s.io/api/apps/v1" diff --git a/controllers/activemqartemis_controller_test.go b/controllers/activemqartemis_controller_test.go index e75b8102f..3614d6f0a 100644 --- a/controllers/activemqartemis_controller_test.go +++ b/controllers/activemqartemis_controller_test.go @@ -33,15 +33,15 @@ import ( "strconv" "strings" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" - "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/configmaps" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - ss "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" + "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/configmaps" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + ss "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" "github.com/blang/semver/v4" "time" @@ -50,7 +50,7 @@ import ( . "github.com/onsi/gomega" "sigs.k8s.io/controller-runtime/pkg/client" - "github.com/artemiscloud/activemq-artemis-operator/version" + "github.com/arkmq-org/activemq-artemis-operator/version" appsv1 "k8s.io/api/apps/v1" "k8s.io/client-go/kubernetes/scheme" "k8s.io/utils/ptr" @@ -64,8 +64,8 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/intstr" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/cr2jinja2" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/cr2jinja2" "github.com/Azure/go-amqp" routev1 "github.com/openshift/api/route/v1" @@ -861,8 +861,8 @@ var _ = Describe("artemis controller", func() { }) It("specify only major version", func() { - os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_"+version.CompactLatestVersion, "quay.io/artemiscloud/fake-broker:latest") - os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_"+version.CompactLatestVersion, "quay.io/artemiscloud/fake-broker-init:latest") + os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_"+version.CompactLatestVersion, "quay.io/arkmq-org/fake-broker:latest") + os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_"+version.CompactLatestVersion, "quay.io/arkmq-org/fake-broker-init:latest") defer func() { os.Unsetenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_" + version.CompactLatestVersion) os.Unsetenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_" + version.CompactLatestVersion) @@ -880,9 +880,9 @@ var _ = Describe("artemis controller", func() { Eventually(func(g Gomega) { g.Expect(k8sClient.Get(ctx, ssKey, createdSs)).Should(Succeed()) mainContainer := createdSs.Spec.Template.Spec.Containers[0] - g.Expect(mainContainer.Image).To(Equal("quay.io/artemiscloud/fake-broker:latest")) + g.Expect(mainContainer.Image).To(Equal("quay.io/arkmq-org/fake-broker:latest")) initContainer := createdSs.Spec.Template.Spec.InitContainers[0] - g.Expect(initContainer.Image).To(Equal("quay.io/artemiscloud/fake-broker-init:latest")) + g.Expect(initContainer.Image).To(Equal("quay.io/arkmq-org/fake-broker-init:latest")) }, timeout, interval).Should(Succeed()) @@ -909,8 +909,8 @@ var _ = Describe("artemis controller", func() { }) It("specify only major.minor version", func() { - os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_"+version.CompactLatestVersion, "quay.io/artemiscloud/fake-broker:latest") - os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_"+version.CompactLatestVersion, "quay.io/artemiscloud/fake-broker-init:latest") + os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_"+version.CompactLatestVersion, "quay.io/arkmq-org/fake-broker:latest") + os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_"+version.CompactLatestVersion, "quay.io/arkmq-org/fake-broker-init:latest") defer func() { os.Unsetenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_" + version.CompactLatestVersion) os.Unsetenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_" + version.CompactLatestVersion) @@ -931,9 +931,9 @@ var _ = Describe("artemis controller", func() { Eventually(func(g Gomega) { g.Expect(k8sClient.Get(ctx, ssKey, createdSs)).Should(Succeed()) mainContainer := createdSs.Spec.Template.Spec.Containers[0] - g.Expect(mainContainer.Image).To(Equal("quay.io/artemiscloud/fake-broker:latest")) + g.Expect(mainContainer.Image).To(Equal("quay.io/arkmq-org/fake-broker:latest")) initContainer := createdSs.Spec.Template.Spec.InitContainers[0] - g.Expect(initContainer.Image).To(Equal("quay.io/artemiscloud/fake-broker-init:latest")) + g.Expect(initContainer.Image).To(Equal("quay.io/arkmq-org/fake-broker-init:latest")) }, timeout, interval).Should(Succeed()) @@ -958,8 +958,8 @@ var _ = Describe("artemis controller", func() { }) It("default broker versions", func() { - os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_"+version.CompactLatestVersion, "quay.io/artemiscloud/fake-broker:latest") - os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_"+version.CompactLatestVersion, "quay.io/artemiscloud/fake-broker-init:latest") + os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_"+version.CompactLatestVersion, "quay.io/arkmq-org/fake-broker:latest") + os.Setenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_"+version.CompactLatestVersion, "quay.io/arkmq-org/fake-broker-init:latest") defer func() { os.Unsetenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_" + version.CompactLatestVersion) os.Unsetenv("RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_" + version.CompactLatestVersion) @@ -977,9 +977,9 @@ var _ = Describe("artemis controller", func() { Eventually(func(g Gomega) { g.Expect(k8sClient.Get(ctx, ssKey, createdSs)).Should(Succeed()) mainContainer := createdSs.Spec.Template.Spec.Containers[0] - g.Expect(mainContainer.Image).To(Equal("quay.io/artemiscloud/fake-broker:latest")) + g.Expect(mainContainer.Image).To(Equal("quay.io/arkmq-org/fake-broker:latest")) initContainer := createdSs.Spec.Template.Spec.InitContainers[0] - g.Expect(initContainer.Image).To(Equal("quay.io/artemiscloud/fake-broker-init:latest")) + g.Expect(initContainer.Image).To(Equal("quay.io/arkmq-org/fake-broker-init:latest")) }, timeout, interval).Should(Succeed()) diff --git a/controllers/activemqartemis_controller_unit_test.go b/controllers/activemqartemis_controller_unit_test.go index 38238943d..2be071595 100644 --- a/controllers/activemqartemis_controller_unit_test.go +++ b/controllers/activemqartemis_controller_unit_test.go @@ -18,11 +18,11 @@ import ( "strings" "testing" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" "github.com/stretchr/testify/assert" ctrl "sigs.k8s.io/controller-runtime" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" "k8s.io/apimachinery/pkg/api/meta" ) diff --git a/controllers/activemqartemis_jdbc_ha_test.go b/controllers/activemqartemis_jdbc_ha_test.go index 578ac240c..910fc34bb 100644 --- a/controllers/activemqartemis_jdbc_ha_test.go +++ b/controllers/activemqartemis_jdbc_ha_test.go @@ -33,10 +33,10 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/intstr" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/configmaps" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/version" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/configmaps" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/version" ) var _ = Describe("jdbc fast failover", func() { diff --git a/controllers/activemqartemis_pub_sub_scale_test.go b/controllers/activemqartemis_pub_sub_scale_test.go index cb616d270..060222376 100644 --- a/controllers/activemqartemis_pub_sub_scale_test.go +++ b/controllers/activemqartemis_pub_sub_scale_test.go @@ -34,12 +34,12 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/intstr" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/configmaps" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" - "github.com/artemiscloud/activemq-artemis-operator/version" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/configmaps" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" + "github.com/arkmq-org/activemq-artemis-operator/version" ) var _ = Describe("pub sub scale", func() { diff --git a/controllers/activemqartemis_reconciler.go b/controllers/activemqartemis_reconciler.go index c3baa37f0..0b75b9a80 100644 --- a/controllers/activemqartemis_reconciler.go +++ b/controllers/activemqartemis_reconciler.go @@ -15,21 +15,21 @@ import ( "unicode" "github.com/RHsyseng/operator-utils/pkg/resource/compare" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/containers" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/ingresses" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/persistentvolumeclaims" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/pods" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/routes" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/serviceports" - ss "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/certutil" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/cr2jinja2" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia_client" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" - "github.com/artemiscloud/activemq-artemis-operator/version" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/containers" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/ingresses" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/persistentvolumeclaims" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/pods" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/routes" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/serviceports" + ss "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/certutil" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/cr2jinja2" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia_client" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/version" "github.com/go-logr/logr" "github.com/pkg/errors" "k8s.io/apimachinery/pkg/api/equality" @@ -45,9 +45,9 @@ import ( rtclient "sigs.k8s.io/controller-runtime/pkg/client" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/environments" - svc "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/services" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/volumes" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/environments" + svc "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/services" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/volumes" "reflect" @@ -58,7 +58,7 @@ import ( corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" "strconv" "strings" diff --git a/controllers/activemqartemis_reconciler_test.go b/controllers/activemqartemis_reconciler_test.go index e0ed64aba..715e2c389 100644 --- a/controllers/activemqartemis_reconciler_test.go +++ b/controllers/activemqartemis_reconciler_test.go @@ -9,13 +9,13 @@ import ( "github.com/RHsyseng/operator-utils/pkg/olm" "github.com/RHsyseng/operator-utils/pkg/resource/compare" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" routev1 "github.com/openshift/api/route/v1" "github.com/stretchr/testify/assert" "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/client/fake" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" appsv1 "k8s.io/api/apps/v1" v1 "k8s.io/api/core/v1" netv1 "k8s.io/api/networking/v1" diff --git a/controllers/activemqartemis_rwm_pvc_ha_test.go b/controllers/activemqartemis_rwm_pvc_ha_test.go index 149a81986..9a53226fc 100644 --- a/controllers/activemqartemis_rwm_pvc_ha_test.go +++ b/controllers/activemqartemis_rwm_pvc_ha_test.go @@ -31,7 +31,7 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/intstr" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" ) var _ = Describe("shared store fast failover", func() { diff --git a/controllers/activemqartemis_scale_zero_test.go b/controllers/activemqartemis_scale_zero_test.go index 083121d6c..bcdba6196 100644 --- a/controllers/activemqartemis_scale_zero_test.go +++ b/controllers/activemqartemis_scale_zero_test.go @@ -36,8 +36,8 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" ) var _ = Describe("subresource scale down", func() { diff --git a/controllers/activemqartemis_work_queue_test.go b/controllers/activemqartemis_work_queue_test.go index 1fa6fe2cd..2844682e4 100644 --- a/controllers/activemqartemis_work_queue_test.go +++ b/controllers/activemqartemis_work_queue_test.go @@ -34,12 +34,12 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/intstr" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/configmaps" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" - "github.com/artemiscloud/activemq-artemis-operator/version" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/configmaps" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" + "github.com/arkmq-org/activemq-artemis-operator/version" ) var _ = Describe("work queue", func() { diff --git a/controllers/activemqartemisaddress_controller.go b/controllers/activemqartemisaddress_controller.go index 0f60e5dca..c859f1242 100644 --- a/controllers/activemqartemisaddress_controller.go +++ b/controllers/activemqartemisaddress_controller.go @@ -19,16 +19,16 @@ package controllers import ( "context" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - ss "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" - mgmt "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/artemis" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/channels" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia" - jc "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia_client" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/lsrcrs" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + ss "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" + mgmt "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/artemis" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/channels" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia" + jc "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia_client" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/lsrcrs" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" "github.com/go-logr/logr" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" diff --git a/controllers/activemqartemisaddress_controller_deploy_operator_test.go b/controllers/activemqartemisaddress_controller_deploy_operator_test.go index 979a44c1c..521f9d749 100644 --- a/controllers/activemqartemisaddress_controller_deploy_operator_test.go +++ b/controllers/activemqartemisaddress_controller_deploy_operator_test.go @@ -34,9 +34,9 @@ import ( "k8s.io/apimachinery/pkg/runtime/serializer" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" appsv1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" "k8s.io/client-go/kubernetes/scheme" diff --git a/controllers/activemqartemisaddress_controller_test.go b/controllers/activemqartemisaddress_controller_test.go index ce25f9324..f75feee59 100644 --- a/controllers/activemqartemisaddress_controller_test.go +++ b/controllers/activemqartemisaddress_controller_test.go @@ -38,13 +38,13 @@ import ( "k8s.io/apimachinery/pkg/runtime/serializer" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" appsv1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" "k8s.io/client-go/kubernetes/scheme" diff --git a/controllers/activemqartemisaddress_controller_unit_test.go b/controllers/activemqartemisaddress_controller_unit_test.go index 8e5fc245c..54c86d655 100644 --- a/controllers/activemqartemisaddress_controller_unit_test.go +++ b/controllers/activemqartemisaddress_controller_unit_test.go @@ -21,8 +21,8 @@ import ( "testing" "time" - "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" "github.com/go-logr/logr" "github.com/stretchr/testify/assert" ctrl "sigs.k8s.io/controller-runtime" diff --git a/controllers/activemqartemisscaledown_controller.go b/controllers/activemqartemisscaledown_controller.go index 55c8cec35..2ba9c3277 100644 --- a/controllers/activemqartemisscaledown_controller.go +++ b/controllers/activemqartemisscaledown_controller.go @@ -21,8 +21,8 @@ import ( "os" "time" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/draincontroller" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/draincontroller" "github.com/go-logr/logr" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" diff --git a/controllers/activemqartemisscaledown_controller_test.go b/controllers/activemqartemisscaledown_controller_test.go index 8188bf383..407e5faa4 100644 --- a/controllers/activemqartemisscaledown_controller_test.go +++ b/controllers/activemqartemisscaledown_controller_test.go @@ -30,9 +30,9 @@ import ( "k8s.io/apimachinery/pkg/api/meta" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" corev1 "k8s.io/api/core/v1" ) diff --git a/controllers/activemqartemissecurity_broker_properties_test.go b/controllers/activemqartemissecurity_broker_properties_test.go index 072d1d68b..c95893e88 100644 --- a/controllers/activemqartemissecurity_broker_properties_test.go +++ b/controllers/activemqartemissecurity_broker_properties_test.go @@ -32,9 +32,9 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" corev1 "k8s.io/api/core/v1" ) diff --git a/controllers/activemqartemissecurity_controller.go b/controllers/activemqartemissecurity_controller.go index 8b554e516..07bb64d3a 100644 --- a/controllers/activemqartemissecurity_controller.go +++ b/controllers/activemqartemissecurity_controller.go @@ -20,14 +20,14 @@ import ( "context" "reflect" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/environments" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/lsrcrs" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/random" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/environments" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/lsrcrs" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/random" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" "github.com/go-logr/logr" "gopkg.in/yaml.v2" corev1 "k8s.io/api/core/v1" diff --git a/controllers/activemqartemissecurity_controller_test.go b/controllers/activemqartemissecurity_controller_test.go index 4b7295ae4..f09330723 100644 --- a/controllers/activemqartemissecurity_controller_test.go +++ b/controllers/activemqartemissecurity_controller_test.go @@ -40,9 +40,9 @@ import ( "k8s.io/client-go/rest" "k8s.io/client-go/tools/remotecommand" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" corev1 "k8s.io/api/core/v1" ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/client/apiutil" diff --git a/controllers/address_observer.go b/controllers/address_observer.go index 4ef1cd083..2c508b1c5 100644 --- a/controllers/address_observer.go +++ b/controllers/address_observer.go @@ -5,13 +5,13 @@ import ( "fmt" "time" - ss "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + ss "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" "github.com/go-logr/logr" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" - jc "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia_client" + jc "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia_client" appsv1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/controllers/common_util_test.go b/controllers/common_util_test.go index 76e1a48b6..7323ae89d 100644 --- a/controllers/common_util_test.go +++ b/controllers/common_util_test.go @@ -36,10 +36,10 @@ import ( "strings" "time" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" "sigs.k8s.io/controller-runtime/pkg/cache" "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/client/apiutil" @@ -69,7 +69,7 @@ import ( var chars = []rune("hgjkmnpqrtvwxyzslbcdaefiou") var defaultPassword string = "password" -var defaultSanDnsNames = []string{"*.apps.artemiscloud.io", "*.tests.artemiscloud.io"} +var defaultSanDnsNames = []string{"*.apps.arkmq-org.io", "*.tests.arkmq-org.io"} var okDefaultPwd = "okdefaultpassword" var helmCmd = GetHelmCmd() @@ -674,9 +674,9 @@ func GenerateKeystore(password string, dnsNames []string) ([]byte, error) { ca := &x509.Certificate{ SerialNumber: big.NewInt(202305071030), Subject: pkix.Name{ - CommonName: "ArtemisCloud Broker", + CommonName: "arkmq-org Broker", OrganizationalUnit: []string{"Broker"}, - Organization: []string{"ArtemisCloud"}, + Organization: []string{"arkmq-org"}, }, NotBefore: time.Now(), NotAfter: time.Now().AddDate(10, 0, 0), @@ -938,7 +938,7 @@ func InstallCert(certName string, namespace string, customFunc func(candidate *c SecretName: certName + "-secret", DNSNames: defaultSanDnsNames, Subject: &cmv1.X509Subject{ - Organizations: []string{"www.artemiscloud.io"}, + Organizations: []string{"www.arkmq-org.io"}, }, }, } diff --git a/controllers/controll_plane_test.go b/controllers/controll_plane_test.go index ea63034ab..d4da51cd0 100644 --- a/controllers/controll_plane_test.go +++ b/controllers/controll_plane_test.go @@ -34,8 +34,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" ) var _ = Describe("minimal", func() { diff --git a/controllers/controllermanager_test.go b/controllers/controllermanager_test.go index d051156b7..411b4d297 100644 --- a/controllers/controllermanager_test.go +++ b/controllers/controllermanager_test.go @@ -19,9 +19,9 @@ import ( "os" "strconv" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" appsv1 "k8s.io/api/apps/v1" diff --git a/controllers/queue_config.go b/controllers/queue_config.go index 471315721..3f85d1432 100644 --- a/controllers/queue_config.go +++ b/controllers/queue_config.go @@ -4,7 +4,7 @@ import ( "encoding/json" "strings" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" ctrl "sigs.k8s.io/controller-runtime" ) diff --git a/controllers/suite_test.go b/controllers/suite_test.go index 572d4c04e..f12712a33 100644 --- a/controllers/suite_test.go +++ b/controllers/suite_test.go @@ -59,18 +59,18 @@ import ( "sigs.k8s.io/controller-runtime/pkg/log/zap" "sigs.k8s.io/controller-runtime/pkg/manager" - brokerv1alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - brokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + brokerv1alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + brokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" //+kubebuilder:scaffold:imports - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/ingresses" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/ingresses" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" tm "github.com/cert-manager/trust-manager/pkg/apis/trust/v1alpha1" appsv1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" @@ -100,7 +100,7 @@ const ( specShortNameLimit = 25 // Default ingress domain for tests - defaultTestIngressDomain = "tests.artemiscloud.io" + defaultTestIngressDomain = "tests.arkmq-org.io" ) var ( @@ -291,7 +291,7 @@ func setUpTestProxy() { testProxyDeploymentReplicas := int32(1) testProxyName := "test-proxy" testProxyNamespace := "default" - testProxyHost := testProxyName + ".tests.artemiscloud.io" + testProxyHost := testProxyName + ".tests.arkmq-org.io" testProxyLabels := map[string]string{"app": "test-proxy"} testProxyScript := fmt.Sprintf("yum -y install openssh-server openssl stunnel && "+ "adduser --system -u 1000 tunnel && echo secret | passwd tunnel --stdin && "+ diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index 3a98504d9..153239b0a 100644 --- a/deploy/activemq-artemis-operator.yaml +++ b/deploy/activemq-artemis-operator.yaml @@ -6846,97 +6846,97 @@ spec: - /home/activemq-artemis-operator/bin/entrypoint env: - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.4 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.10 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.10 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 - name: OPERATOR_NAME valueFrom: fieldRef: @@ -6949,7 +6949,7 @@ spec: value: '' - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.8 + image: quay.io/arkmq-org/activemq-artemis-operator:1.2.8 livenessProbe: httpGet: path: /healthz diff --git a/deploy/licenses/README b/deploy/licenses/README index a3922eb43..d83ad216a 100644 --- a/deploy/licenses/README +++ b/deploy/licenses/README @@ -1,6 +1,6 @@ # Dependency Licenses -This directory contains license files of projects that the artemiscloud operator +This directory contains license files of projects that the arkmq-org operator project depends on. Each license file should be named in the following pattern: diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 26744970c..f8f22d6fa 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -31,97 +31,97 @@ spec: - /home/activemq-artemis-operator/bin/entrypoint env: - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.4 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-init:0.2.10 + value: quay.io/arkmq-org/activemq-artemis-broker-init:0.2.10 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-init:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-init:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e2438670831bad39bb08147bbebe67ef9465899fb7750f1a5a185569f99d5fb5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:634f3d8fd620607b56e0360a191d23a9cb8a32ba0ba1f24fe20791ec52343586 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:9bbb915855f29ea16950a3fd50d0b9bac25f82cba7d197579e04d9c33a5b02c4 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:fc9b9a4c7550d84fd90335dd4f9e0d8d39c09136c6034b28490a368368cb11f1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:264b33a9aad90d32a41258904f35092a141d76dcef0c115d414475444100aace - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2150 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2160 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2180 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2200 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.0 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2210 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2220 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.5 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.5 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2230 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:1.0.7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:1.0.7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2250 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2d155bffd246f26f516a6075ec170babc1373c72bb664cba4e3c58521ffd3558 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2260 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:f25db980c3229e66cf48690aa175f6f93e3dce3974c0e70ab23af6462e7d1893 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2270 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:a4628c2591ec06caf21a3467f6e3faeaede7fa402b4f137d943b25b4dd4ad343 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2271 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:2895b2cf6292c951a0cdde78e755514f5d7cb43ce9f7b6e7dc381d8dfeec31ab - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2280 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:42230ce9d11a1949a5bb73b6ee218b1581f585bcd553485ee438e1c5b50fcf8b - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:56bae938a6b4cd87f9f5284931f440f9b9d116cda3b63b13f83a4b1c6c641959 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2290 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4be60cfa2a300b2eef9b5f10ea756bd3f55d75fbd8890232d907f8d64080449b - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:88a0098a628fe43a9b422f8ebb774086fb65ed389a195e2779482a4a63447e28 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2300 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:8fbdd1ba728058d5f437186b9055ca28596140068ebc69ecff4fa52717b19a82 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:e438bcacf099a92b143793e88c00c6ac0afb31effe4b0eed49a935c9265ad943 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2310 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:4bba8828e72fd7c9d38c22ba1c2a4f7130817a4e7eac8fb63c13e86465a8e1e7 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ddaf00914e3a412d21ec3a814e24f3d4cc382b5c4d6c21e9b1b94dde16ddf194 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2312 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:81590ec33b2f00775d3c6596f610887b670de7c0b89148b09eab7584f5b0b0ec - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:3bbfb6177e4839087f615a01ee54f9e06a95acaddbb083e11851b6af9315dbf0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2320 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:93168fd8cd4fb32f041795afb8fb0e21cf81081d6cc463a44356e153dc1ad032 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2330 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:b293c1269166cc6181f68b8d803fdfcf20fdbd5df2787ed0453724b22e298fb2 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2340 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2360 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2370 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 + value: quay.io/arkmq-org/activemq-artemis-broker-init@sha256:d6a08846b4268e3b2b5fcda18bd58b3627e4ecfee3ca7d2e44b225c4fef265b0 - name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2380 - value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 + value: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:70948b4a8d5d77ab2cfaecf3a931521ce5793e920c889f2f765d2f37e2838b23 - name: OPERATOR_NAME valueFrom: fieldRef: @@ -136,7 +136,7 @@ spec: fieldPath: metadata.namespace - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.8 + image: quay.io/arkmq-org/activemq-artemis-operator:1.2.8 livenessProbe: httpGet: path: /healthz diff --git a/docs/_index.md b/docs/_index.md index d9eac7ebe..3e7d32b91 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,6 +1,6 @@ --- title : "Docs" -description: "Docs ArtemisCloud." +description: "Docs Arkmq-org." lead: "" date: 2020-10-06T08:48:23+00:00 lastmod: 2020-10-06T08:48:23+00:00 diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index e3b01f838..4febc397b 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -1,7 +1,7 @@ --- title: Introduction -description: ArtemisCloud.io is a collection of container images that provide a way to deploy the Apache ActiveMQ Artemis Broker on Kubernetes. -lead: ArtemisCloud.io is a collection of container images that provide a way to deploy the Apache ActiveMQ Artemis Broker on Kubernetes. +description: arkmq-org.io is a collection of container images that provide a way to deploy the Apache ActiveMQ Artemis Broker on Kubernetes. +lead: arkmq-org.io is a collection of container images that provide a way to deploy the Apache ActiveMQ Artemis Broker on Kubernetes. date: 2020-10-06T08:48:57.000Z lastmod: 2020-10-06T08:48:57.000Z draft: false @@ -13,17 +13,17 @@ toc: true ## Welcome -Welcome to The ArtemisCloud documentation. This documentation is open source and can be found at [here](https://github.com/artemiscloud/activemq-artemis-operator/tree/main/docs). All contributions are welcome. +Welcome to The arkmq-org documentation. This documentation is open source and can be found at [here](https://github.com/arkmq-org/activemq-artemis-operator/tree/main/docs). All contributions are welcome. ## Quick Start -One page summary of how to start a new ArtemisCloud project. [Quick Start →]({{< relref "quick-start" >}}) +One page summary of how to start a new arkmq-org project. [Quick Start →]({{< relref "quick-start" >}}) ## How to contribute to the docs -You can contribute to these docs by sending a Pull Request to the [activemq-artemis-operator](https://github.com/artemiscloud/activemq-artemis-operator) Github repository. -Each chapter is a single markdown file found under the [docs](https://github.com/artemiscloud/activemq-artemis-operator/tree/main/docs) directory. +You can contribute to these docs by sending a Pull Request to the [activemq-artemis-operator](https://github.com/arkmq-org/activemq-artemis-operator) Github repository. +Each chapter is a single markdown file found under the [docs](https://github.com/arkmq-org/activemq-artemis-operator/tree/main/docs) directory. ## Help -Get help on ArtemisCloud.io. [Help →]({{< relref "operator" >}}) +Get help on arkmq-org.io. [Help →]({{< relref "operator" >}}) diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index 414bd347b..f3ed427c4 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -1,7 +1,7 @@ --- title: "Quick Start" -description: "One page summary of how to start a new ArtemisCloud project." -lead: "One page summary of how to start a new ArtemisCloud project." +description: "One page summary of how to start a new arkmq-org project." +lead: "One page summary of how to start a new arkmq-org project." date: 2020-11-16T13:59:39+01:00 lastmod: 2020-11-16T13:59:39+01:00 draft: false @@ -30,7 +30,7 @@ You can install a [Minikube](https://minikube.sigs.k8s.io/docs/) or a [CodeReady ## Getting the code and build the image -To launch the operator you will need to clone the [activemq-artemis-operator](https://github.com/artemiscloud/activemq-artemis-operator) and checkout the main branch. +To launch the operator you will need to clone the [activemq-artemis-operator](https://github.com/arkmq-org/activemq-artemis-operator) and checkout the main branch. (Optional) Follow the [building]({{< ref "../help/building.md" >}}) instructions, tag, and push it into your project namespace. @@ -348,7 +348,7 @@ configuration information as files to be used in the artemis configuration. One redefine the log4j file used by artemis to log information. [Here](https://activemq.apache.org/components/artemis/documentation/latest/logging.html#logging) you can find details about artemis logging configuration. To use a custom logging you will need a log4j configuration file. The default log4j configuration file can be used as -an initial example and can be downloaded from [here](https://raw.githubusercontent.com/artemiscloud/activemq-artemis-broker-kubernetes-image/main/modules/activemq-artemis-launch/added/log4j2.properties) +an initial example and can be downloaded from [here](https://raw.githubusercontent.com/arkmq-org/activemq-artemis-broker-kubernetes-image/main/modules/activemq-artemis-launch/added/log4j2.properties) Assuming you already have the operator deployed, in our example we are going to modify the default logging file and enable the audit logging. You will need to modify the log4j2.properties file and change the lines as below: diff --git a/docs/help/_index.md b/docs/help/_index.md index 9d7fef5af..0184d9886 100644 --- a/docs/help/_index.md +++ b/docs/help/_index.md @@ -1,6 +1,6 @@ --- title: "Help" -description: "Help ArtemisCloud." +description: "Help Arkmq-org." lead: "" date: 2020-10-06T08:49:15+00:00 lastmod: 2020-10-06T08:49:15+00:00 diff --git a/docs/help/building.md b/docs/help/building.md index 7a18c2d62..b2915fb63 100644 --- a/docs/help/building.md +++ b/docs/help/building.md @@ -1,7 +1,7 @@ --- title: "Building" -description: "Building ArtemisCloud.io" -lead: "Building ArtemisCloud.io" +description: "Building arkmq-org.io" +lead: "Building arkmq-org.io" date: 2020-10-06T08:49:31+00:00 lastmod: 2020-10-06T08:49:31+00:00 draft: false @@ -32,7 +32,7 @@ Install Docker following the [installation instructions](https://docs.docker.com ## Get the code ```$xslt -git clone https://github.com/artemiscloud/activemq-artemis-operator +git clone https://github.com/arkmq-org/activemq-artemis-operator cd activemq-artemis-operator git checkout main ``` diff --git a/docs/help/bundle.md b/docs/help/bundle.md index 2c22713a7..7ac1906aa 100644 --- a/docs/help/bundle.md +++ b/docs/help/bundle.md @@ -1,7 +1,7 @@ --- title: "Bundle" -description: "Bundle ArtemisCloud.io" -lead: "Bundle ArtemisCloud.io" +description: "Bundle arkmq-org.io" +lead: "Bundle arkmq-org.io" date: 2020-10-06T08:49:31+00:00 lastmod: 2020-10-06T08:49:31+00:00 draft: false @@ -16,7 +16,7 @@ toc: true # Bundle ## Operator Lifecycle Manager (OLM) -The [Operator Lifecycle Manager](https://olm.operatorframework.io/) can help users to install and manage operators. The ArtemisCloud operator can be built into a bundle image and installed into OLM. +The [Operator Lifecycle Manager](https://olm.operatorframework.io/) can help users to install and manage operators. The arkmq-org operator can be built into a bundle image and installed into OLM. ### Install OLM Check out the latest [releases on github](https://github.com/operator-framework/operator-lifecycle-manager/releases) for release-specific install instructions. diff --git a/docs/help/custom-resources.md b/docs/help/custom-resources.md index 734c6f82c..5beda3953 100644 --- a/docs/help/custom-resources.md +++ b/docs/help/custom-resources.md @@ -1,7 +1,7 @@ --- title: "Custom Resources" -description: "Custom Resource ArtemisCloud.io" -lead: "Custom Resource ArtemisCloud.io" +description: "Custom Resource arkmq-org.io" +lead: "Custom Resource arkmq-org.io" date: 2020-10-06T08:49:31+00:00 lastmod: 2020-10-06T08:49:31+00:00 draft: false @@ -21,7 +21,7 @@ The following sub-sections detail the configuration items that you can set in Cu broker and addressing CRDs. ### Broker Custom Resource configuration reference -A CR instance based on the main broker CRD enables you to configure brokers for deployment in a Kubernetes project, see the [artemiscloud/activemq-artemis-operator CRDs](https://doc.crds.dev/github.com/artemiscloud/activemq-artemis-operator). The following is the full CRD yaml file +A CR instance based on the main broker CRD enables you to configure brokers for deployment in a Kubernetes project, see the [arkmq-org/activemq-artemis-operator CRDs](https://doc.crds.dev/github.com/arkmq-org/activemq-artemis-operator). The following is the full CRD yaml file ```yaml apiVersion: apiextensions.k8s.io/v1 diff --git a/docs/help/hostname_resolution.md b/docs/help/hostname_resolution.md index 953b3a088..530cd787e 100644 --- a/docs/help/hostname_resolution.md +++ b/docs/help/hostname_resolution.md @@ -29,7 +29,7 @@ running on your laptop will do fine. ### Start minikube with a parametrized `dns-domain` name ```console -$ minikube start --dns-domain='demo.artemiscloud.io' +$ minikube start --dns-domain='demo.arkmq-org.io' 😄 minikube v1.32.0 on Fedora 39 🎉 minikube 1.33.1 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.33.1 @@ -68,7 +68,7 @@ specify all the urls you are interested in. Here's an example for an ingress: ```console $ cat /etc/hosts -192.168.39.54 ing.sslacceptor.send-receive-0.send-receive-project.demo.artemiscloud.io +192.168.39.54 ing.sslacceptor.send-receive-0.send-receive-project.demo.arkmq-org.io ``` ### pros @@ -82,14 +82,14 @@ $ cat /etc/hosts We will use networkmanager's dnsmasq plugin ([source](https://fedoramagazine.org/using-the-networkmanagers-dnsmasq-plugin/))to -configure the ip associated with the domain `demo.artemiscloud.io`. The dnsmasq plugin +configure the ip associated with the domain `demo.arkmq-org.io`. The dnsmasq plugin has wildcards which is better than setting manually every hosts in the `/etc/hosts` file. ### Configure DNSMasq The goal here is to set up enable dnsmasq and to make it resolve your cluster -domain `demo.artemiscloud.io` to the cluster's ip address. Because DNSMasq has a +domain `demo.arkmq-org.io` to the cluster's ip address. Because DNSMasq has a wildcard, all subdomains will also resolve to the same ip address. 1. Create the following files: @@ -102,9 +102,9 @@ EOF ``` ```console -$ cat << EOF > /etc/NetworkManager/dnsmasq.d/00-demo.artemiscloud.io.conf -local=/demo.artemiscloud.io/ -address=/.demo.artemiscloud.io/192.168.39.54 +$ cat << EOF > /etc/NetworkManager/dnsmasq.d/00-demo.arkmq-org.io.conf +local=/demo.arkmq-org.io/ +address=/.demo.arkmq-org.io/192.168.39.54 EOF ``` diff --git a/docs/help/images.md b/docs/help/images.md index e3e22364e..3bec7d32d 100644 --- a/docs/help/images.md +++ b/docs/help/images.md @@ -1,7 +1,7 @@ --- title: "Images" -description: "Images ArtemisCloud.io" -lead: "Images ArtemisCloud.io" +description: "Images arkmq-org.io" +lead: "Images arkmq-org.io" date: 2020-10-06T08:49:31+00:00 lastmod: 2020-10-06T08:49:31+00:00 draft: false @@ -13,14 +13,14 @@ weight: 630 toc: true --- -## Overview of the ArtemisCloud Container images +## Overview of the arkmq-org Container images Docs to Follow ### The basic Container Image The Basic Broker Container Image is the simplest of images to get started with, it uses environment variables to configure the broker and then starts it. -You can find the basic Broker Container Image at [quay.io](https://quay.io/repository/artemiscloud/activemq-artemis-broker) +You can find the basic Broker Container Image at [quay.io](https://quay.io/repository/arkmq-org/activemq-artemis-broker) ### The Kubernetes Image diff --git a/docs/help/operator.md b/docs/help/operator.md index 77121cb95..becc77b76 100644 --- a/docs/help/operator.md +++ b/docs/help/operator.md @@ -1,7 +1,7 @@ --- title: "Operator" -description: "Operator ArtemisCloud.io" -lead: "Operator ArtemisCloud.io" +description: "Operator arkmq-org.io" +lead: "Operator arkmq-org.io" date: 2020-10-06T08:49:31+00:00 lastmod: 2020-10-06T08:49:31+00:00 draft: false @@ -13,7 +13,7 @@ weight: 630 toc: true --- -## Overview of the ArtemisCloud Operator Custom Resource Definitions +## Overview of the arkmq-org Operator Custom Resource Definitions In general, a Custom Resource Definition (CRD) is a schema of configuration items that you can modify for a custom Kubernetes object deployed with an Operator. By creating a corresponding Custom Resource (CR) instance, you can specify values for @@ -74,7 +74,7 @@ For more information about provisioning persistent storage in Kubernetes, see [U ## Installing the Operator using the CLI This section shows how to use the Kubernetes command-line interface (CLI) to deploy the latest version of -the Operator for ArtemisCloud in your Kubernetes project. +the Operator for arkmq-org in your Kubernetes project. If you intend to deploy brokers with persistent storage and do not have container-native storage in your Kubernetes cluster, you need to manually provision Persistent Volumes (PVs) and ensure that they are available to be claimed by the Operator. @@ -134,9 +134,9 @@ After editing the Subscription yaml as such, save it and the operator will resta ### Getting the Operator code -This procedure shows how to access and prepare the code you need to install the latest version of the Operator for ArtemisCloud . +This procedure shows how to access and prepare the code you need to install the latest version of the Operator for arkmq-org . -Download the latest version of the Operator from https://github.com/artemiscloud/activemq-artemis-operator/tags +Download the latest version of the Operator from https://github.com/arkmq-org/activemq-artemis-operator/tags When the download has completed, move the archive to your chosen installation directory. ```shell script @@ -261,7 +261,7 @@ spec: template: spec: containers: - image: quay.io/artemiscloud/activemq-artemis-operator:latest + image: quay.io/arkmq-org/activemq-artemis-operator:latest ``` Deploy the Operator. @@ -305,7 +305,7 @@ The following procedure shows how to use a Custom Resource (CR) instance to crea Prerequisites -1. You must have already installed the ArtemisCloud Operator. +1. You must have already installed the arkmq-org Operator. 2. To use the Kubernetes command-line interface (CLI) to install the ActiveMQ Artemis Operator, see [Installing the Operator](#installing-the-operator-using-the-cli). @@ -337,7 +337,7 @@ spec: ``` Observe that the sample CR uses a naming convention of **ex-aao**. This naming convention denotes that the CR is an example -resource for the ArtemisCloud (based on the ActiveMQ Artemis project) Operator. When you deploy this sample CR, the resulting +resource for the arkmq-org (based on the ActiveMQ Artemis project) Operator. When you deploy this sample CR, the resulting Stateful Set uses the name **ex-aao-ss**. Furthermore, broker Pods in the deployment are directly based on the Stateful Set name, for example, **ex-aao-ss-0**, **ex-aao-ss-1**, and so on. @@ -477,7 +477,7 @@ via the **kubectl scale** command. For example, suppose you use **kubectl** scal but the value of **deploymentPlan.size** in your CR is still 3. In this case, Kubernetes initially scales the deployment down to two brokers. However, when the scaledown operation is complete, the Operator restores the deployment to three brokers, as specified in the CR. -3. As described in [Deploying the Operator using the CLI](#deploying-the-operator-using-the-cli), if you create a broker deployment with persistent storage (that is, by setting persistenceEnabled=true in your CR), you might need to provision Persistent Volumes (PVs) for the ArtemisCloud Operator to claim for your broker Pods. If you scale down the size of your broker deployment, the Operator releases any PVs that it previously claimed for the broker Pods that are now shut down. However, if you remove your broker deployment by deleting your CR, ArtemisCloud Operator does not release Persistent Volume Claims (PVCs) for any broker Pods that are still in the deployment when you remove it. In addition, these unreleased PVs are unavailable to any new deployment. In this case, you need to manually release the volumes. For more information, see Releasing volumes in the Kubernetes documentation. +3. As described in [Deploying the Operator using the CLI](#deploying-the-operator-using-the-cli), if you create a broker deployment with persistent storage (that is, by setting persistenceEnabled=true in your CR), you might need to provision Persistent Volumes (PVs) for the arkmq-org Operator to claim for your broker Pods. If you scale down the size of your broker deployment, the Operator releases any PVs that it previously claimed for the broker Pods that are now shut down. However, if you remove your broker deployment by deleting your CR, arkmq-org Operator does not release Persistent Volume Claims (PVCs) for any broker Pods that are still in the deployment when you remove it. In addition, these unreleased PVs are unavailable to any new deployment. In this case, you need to manually release the volumes. For more information, see Releasing volumes in the Kubernetes documentation. 4. During an active scaling event, any further changes that you apply are queued by the Operator and executed only when scaling is complete. For example, suppose that you scale the size of your deployment down from four brokers to one. Then, while scaledown is taking place, you also change the values of the broker administrator user name and password. In this case, the Operator queues the user name and password changes until the deployment is running with one active broker. @@ -600,7 +600,7 @@ spec: #### The Readiness Probe As with the Liveness Probe the Readiness probe has a default probe if not configured. Unlike the readiness probe this is -a script that is shipped in the Kubernetes Image, this can be found [here](https://github.com/artemiscloud/activemq-artemis-broker-kubernetes-image/blob/main/modules/activemq-artemis-launch/added/readinessProbe.sh) +a script that is shipped in the Kubernetes Image, this can be found [here](https://github.com/arkmq-org/activemq-artemis-broker-kubernetes-image/blob/main/modules/activemq-artemis-launch/added/readinessProbe.sh) The script will try to establish a tcp connection to each port configured in the broker.xml. @@ -756,7 +756,7 @@ spec: It is possible to configure ResourceTemplate(s) for resources that are managed by the operator. The TemplateType contains Labels and Annotations with an optional Selector. If the selector is empty the template matches all resources. Othewise it can be used to restrict what is matched. -Note: the relevant variables supported by [`ingressHost`](https://github.com/artemiscloud/activemq-artemis-operator/issues/614) in the CRD can be referenced in keys and values for both labels and annotations. +Note: the relevant variables supported by [`ingressHost`](https://github.com/arkmq-org/activemq-artemis-operator/issues/614) in the CRD can be referenced in keys and values for both labels and annotations. In the following example, the annotation "someKey=someValue" is added to all Services ```yaml @@ -973,7 +973,7 @@ The ActiveMQArtemisAddress and ActiveMQArtemisSecurity CRDs are deprecated in fa ## Configuring Logging for Brokers By default the operator deploys a broker with a default logging configuration that comes with the [Artemis container image] -(https://github.com/artemiscloud/activemq-artemis-broker-kubernetes-image). Broker logs its messages to console only. +(https://github.com/arkmq-org/activemq-artemis-broker-kubernetes-image). Broker logs its messages to console only. Users can change the broker logging configuration by providing their own in a configmap or secret. The name of the configmap or secret must have the suffix **-logging-config**. There must a key **logging.properties** and the value must of the full content of the logging configuration. (The broker is using slf4j with @@ -1124,7 +1124,7 @@ spec: endpoints: - port: console-jolokia ``` -For a complete example please refer to this [artemiscloud example](https://github.com/artemiscloud/artemiscloud-examples/tree/main/operator/prometheus). +For a complete example please refer to this [arkmq-org example](https://github.com/arkmq-org/arkmq-org-examples/tree/main/operator/prometheus). ## Enabling Operator Metrics @@ -1367,11 +1367,11 @@ metadata: namespace: cert-manager spec: isCA: true - commonName: "artemiscloud.io.root" + commonName: "arkmq-org.io.root" secretName: root-ca-secret subject: organizations: - - "www.artemiscloud.io" + - "www.arkmq-org.io" issuerRef: name: root-issuer kind: ClusterIssuer @@ -1398,14 +1398,14 @@ metadata: name: server-cert spec: isCA: false - commonName: "artemiscloud.io" + commonName: "arkmq-org.io" dnsNames: - "artemis-broker-ss-0" - "artemis-broker-ss-0.artemis-broker-hdls-svc.default.svc.cluster.local" secretName: server-cert-secret subject: organizations: - - "www.artemiscloud.io" + - "www.arkmq-org.io" issuerRef: name: broker-cert-issuer kind: ClusterIssuer diff --git a/docs/tutorials/cert-manager-and-trust-manager.md b/docs/tutorials/cert-manager-and-trust-manager.md index 65f853b7e..d3b393625 100644 --- a/docs/tutorials/cert-manager-and-trust-manager.md +++ b/docs/tutorials/cert-manager-and-trust-manager.md @@ -24,7 +24,7 @@ Installation guides for cert-manager and trust-manager you can find on the [cert ## SSL -There are various scenarioes how SSL can be achived for your ActiveMQ Artemis brokers, to list some: +There are various scenarios how SSL can be achieved for your ActiveMQ Artemis brokers, to list some: - ActiveMQ Artemis brokers handling SSL termination - you need to provide keystore with certificate and truststore @@ -199,7 +199,7 @@ kubectl create secret generic ssl-acceptor-ssl-secret -n myproject \ --from-literal=trustStorePassword=changeit ``` -## Deploy ArtemisCloud operator +## Deploy Arkmq-org operator Operator will create ActiveMQ resources based on custom resources definitions (CRD). @@ -218,7 +218,7 @@ activemq-artemis-operator-58bb658f4c-zcqmw 1/1 Running 0 7m32s ## Deploy a broker -Example of the broker CRD is located in the local repository cloned during activities from section **Deploy ArtemisCloud operator**. +Example of the broker CRD is located in the local repository cloned during activities from section **Deploy Arkmq-org operator**. Replace **myproject** with actual namespace your brokers are installed in. @@ -230,7 +230,7 @@ kubectl apply -f examples/artemis/artemis_ssl_acceptor_cert_and_trust_managers.y ## Deploy a queue -Example of the queue CRD is located in the local repository cloned during activities from section **Deploy ArtemisCloud operator**. +Example of the queue CRD is located in the local repository cloned during activities from section **Deploy Arkmq-org operator**. Deploy a queue with (beeing on the root folder of this repository): diff --git a/docs/tutorials/deploybasicimage.md b/docs/tutorials/deploybasicimage.md index ac66c4c32..a84f9ac81 100644 --- a/docs/tutorials/deploybasicimage.md +++ b/docs/tutorials/deploybasicimage.md @@ -15,7 +15,7 @@ toc: true The basic Broker Container image is the easiest way to get the broker up and running as a container, we'll explain what it is and how to run it locally. The Basic Broker Container Image is the simplest of images to get started with, it uses environment variables to configure the broker and then starts it. -You can find the basic Broker Container Image at [quay.io](https://quay.io/repository/artemiscloud/activemq-artemis-broker) +You can find the basic Broker Container Image at [quay.io](https://quay.io/repository/arkmq-org/activemq-artemis-broker) You can use your favourite tool to run the container but for this example we are using docker. @@ -23,19 +23,19 @@ All you need to do is execute the docker run command which will download the bas in this instance we are using the latest dev tag but you could choose a released version if needed. ```shell script - docker run -e AMQ_USER=admin -e AMQ_PASSWORD=admin --name artemis quay.io/artemiscloud/activemq-artemis-broker:dev.latest + docker run -e AMQ_USER=admin -e AMQ_PASSWORD=admin --name artemis quay.io/arkmq-org/activemq-artemis-broker:dev.latest ``` This now should download the latest image and run it, you should see: ```shell script -dev.latest: Pulling from artemiscloud/activemq-artemis-broker +dev.latest: Pulling from arkmq-org/activemq-artemis-broker eae19a56e9c6: Pull complete be73321c7956: Pull complete 4b32e1d9d455: Pull complete Digest: sha256:891dc91d789d93ed474df00355bd173c3980158aa68cba0737a81b920fc0bf2f -Status: Downloaded newer image for quay.io/artemiscloud/activemq-artemis-broker:dev.latest +Status: Downloaded newer image for quay.io/arkmq-org/activemq-artemis-broker:dev.latest Creating Broker with args --user XXXXX --password XXXXX --role admin --name broker --allow-anonymous --http-host 172.17.0.2 --host 172.17.0.2 --force Creating ActiveMQ Artemis instance at: /home/jboss/broker @@ -64,7 +64,7 @@ Running Broker 2021-01-29 10:05:09,372 INFO [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://172.17.0.2:8161/console ``` -Well done you have now deployed your first artemiscloud image. Now we want to expose the broker to the outside world so +Well done you have now deployed your first arkmq-org image. Now we want to expose the broker to the outside world so stop the broker and remove the image. ```shell script @@ -74,7 +74,7 @@ docker rm artemis Now re run the broker pod and expose the broker by publishing the broker's console port 8161 on the docker hosts machine port 80. ```shell script -docker run -e AMQ_USER=admin -e AMQ_PASSWORD=admin -p80:8161 --name artemis quay.io/artemiscloud/activemq-artemis-broker:dev.latest +docker run -e AMQ_USER=admin -e AMQ_PASSWORD=admin -p80:8161 --name artemis quay.io/arkmq-org/activemq-artemis-broker:dev.latest ``` Now open up a browser and go to http://localhost/console and login using the username and password you provided in the docker command. @@ -87,4 +87,4 @@ artemis producer ``` For more information on ActiveMQ Artemis please read the [Artemis Documentation](https://activemq.apache.org/components/artemis/documentation/) -and for available environment properties to set you can check the [image.yaml](https://github.com/artemiscloud/activemq-artemis-broker-image/blob/master/image.yaml) +and for available environment properties to set you can check the [image.yaml](https://github.com/arkmq-org/activemq-artemis-broker-image/blob/master/image.yaml) diff --git a/docs/tutorials/external_mqtt_clients.md b/docs/tutorials/external_mqtt_clients.md index ab0590440..f614a5f74 100644 --- a/docs/tutorials/external_mqtt_clients.md +++ b/docs/tutorials/external_mqtt_clients.md @@ -13,7 +13,7 @@ toc: true When you expose an acceptor to external clients (that is, by setting the value of the expose parameter to true), the Operator automatically creates an ingress on Kubernetes or a route on OpenShift for each broker pod of the deployment. An external client can connect to the broker by specifying the full host name of the ingress/route created for the broker pod. # Prerequisite -Before you start you need to have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) with [Ingress](https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/) running on your laptop will just do fine. The ArtemisCloud operator also runs in Openshift cluster environment like [CodeReady Container](https://developers.redhat.com/products/codeready-containers/overview). In this blog we assume you have Kubernetes cluster environment. Execute the following command to enable Ingress in minikube: +Before you start you need to have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) with [Ingress](https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/) running on your laptop will just do fine. The arkmq-org operator also runs in Openshift cluster environment like [CodeReady Container](https://developers.redhat.com/products/codeready-containers/overview). In this blog we assume you have Kubernetes cluster environment. Execute the following command to enable Ingress in minikube: ```shell script $ minikube addons enable ingress @@ -26,8 +26,8 @@ $ minikube addons enable ingress $ minikube kubectl -- patch deployment -n ingress-nginx ingress-nginx-controller --type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/args/-", "value":"--enable-ssl-passthrough"}]' ``` -# Deploy ArtemisCloud operator -First you need to deploy the ArtemisCloud operator. +# Deploy Arkmq-org operator +First you need to deploy the Arkmq-org operator. If you are not sure how to deploy the operator take a look at [this blog]({{< relref "using_operator.md" >}}). # Download the test certficates from Apache ActiveMQ Artemis @@ -75,10 +75,10 @@ EOF Use the following command to publish a message with mosquitto_pub from your host: ```shell script -$ mosquitto_pub -d --insecure -t "test" -m "test" -u admin -P admin -h artemis-mqtt-ssl-my-acceptor-0-svc-ing.apps.artemiscloud.io -p 443 --cafile server-ca.crt +$ mosquitto_pub -d --insecure -t "test" -m "test" -u admin -P admin -h artemis-mqtt-ssl-my-acceptor-0-svc-ing.apps.arkmq-org.io -p 443 --cafile server-ca.crt ``` Alternatively you can execute mosquitto_pub from the eclipse-mosquitto container running on your host with [podman](https://podman.io/). Use the following command to publish a message with mosquitto_pub from the eclipse-mosquitto container running on your host: ```shell script -$ podman run --name mosquitto_pub -it --rm --add-host artemis-mqtt-ssl-my-acceptor-0-svc-ing.apps.artemiscloud.io:$(minikube ip) --network host --entrypoint /usr/bin/mosquitto_pub -v ${PWD}/server-ca.crt:/mosquitto/config/server-ca.crt:Z eclipse-mosquitto -d --insecure -t "test" -m "test" -u admin -P admin -h artemis-mqtt-ssl-my-acceptor-0-svc-ing.apps.artemiscloud.io -p 443 --cafile /mosquitto/config/server-ca.crt +$ podman run --name mosquitto_pub -it --rm --add-host artemis-mqtt-ssl-my-acceptor-0-svc-ing.apps.arkmq-org.io:$(minikube ip) --network host --entrypoint /usr/bin/mosquitto_pub -v ${PWD}/server-ca.crt:/mosquitto/config/server-ca.crt:Z eclipse-mosquitto -d --insecure -t "test" -m "test" -u admin -P admin -h artemis-mqtt-ssl-my-acceptor-0-svc-ing.apps.arkmq-org.io -p 443 --cafile /mosquitto/config/server-ca.crt ``` diff --git a/docs/tutorials/initcontainer.md b/docs/tutorials/initcontainer.md index de17ac9c5..828b90da3 100644 --- a/docs/tutorials/initcontainer.md +++ b/docs/tutorials/initcontainer.md @@ -10,20 +10,20 @@ weight: 110 toc: true --- -Starting from [v0.18.1](https://github.com/artemiscloud/activemq-artemis-operator/tree/v0.18.1), the ArtemisCloud Operator +Starting from [v0.18.1](https://github.com/arkmq-org/activemq-artemis-operator/tree/v0.18.1), the arkmq-org Operator enables you to specify a **custom Init Container image**. Specifying a custom Init Container image allows you to provide your own broker configuration within the Operator framework. ### What is a custom Init Container image? -The ArtemisCloud Operator uses a [Custom Resource Definition (CRD)](https://github.com/artemiscloud/activemq-artemis-operator/blob/v0.18.1/deploy/crds/broker_activemqartemis_crd.yaml) to define the broker configuration. In Kubernetes, a CRD is a schema of configuration items or parameters. By creating a corresponding Custom Resource (CR) instance, you can specify values for configuration items in the CRD. For example, you can define address settings -in this [sample CR file](https://github.com/artemiscloud/activemq-artemis-operator/blob/v0.18.1/deploy/examples/artemis-basic-address-settings-deployment.yaml). +The arkmq-org Operator uses a [Custom Resource Definition (CRD)](https://github.com/arkmq-org/activemq-artemis-operator/blob/v0.18.1/deploy/crds/broker_activemqartemis_crd.yaml) to define the broker configuration. In Kubernetes, a CRD is a schema of configuration items or parameters. By creating a corresponding Custom Resource (CR) instance, you can specify values for configuration items in the CRD. For example, you can define address settings +in this [sample CR file](https://github.com/arkmq-org/activemq-artemis-operator/blob/v0.18.1/deploy/examples/artemis-basic-address-settings-deployment.yaml). For configuration that _isn't_ exposed in the CRD, you can specify a custom Init Container image to manipulate or add to the configuration that has been created by the Operator. When the CR is deployed and the broker instance is created, the Operator will then run a user-provided post-configuration script. ### How it works -Internally, the ArtemisCloud Operator uses a specialized container called an _Init Container_ to configure each broker instance. If no custom image for the Init Container has been specified, the Operator uses a [built-in Init Container image](https://quay.io/repository/artemiscloud/activemq-artemis-broker-init), which -is responsible for the configuration. The broker configuration generated by the Init Container is passed to the [broker container image](https://quay.io/repository/artemiscloud/activemq-artemis-broker-kubernetes) to use when launching the broker. +Internally, the arkmq-org Operator uses a specialized container called an _Init Container_ to configure each broker instance. If no custom image for the Init Container has been specified, the Operator uses a [built-in Init Container image](https://quay.io/repository/arkmq-org/activemq-artemis-broker-init), which +is responsible for the configuration. The broker configuration generated by the Init Container is passed to the [broker container image](https://quay.io/repository/arkmq-org/activemq-artemis-broker-kubernetes) to use when launching the broker. -If a custom Init Container image _is_ provided and specified in the Custom Resource (CR), then this is used to create the configuration. Since the custom image is built on top of the ArtemisCloud built-in Init Container image, the custom image first generates the broker configuration that is defined in the CR. Then, the Operator executes the post-configuration (`post-config.sh`) script provided by the custom Init Container. +If a custom Init Container image _is_ provided and specified in the Custom Resource (CR), then this is used to create the configuration. Since the custom image is built on top of the arkmq-org built-in Init Container image, the custom image first generates the broker configuration that is defined in the CR. Then, the Operator executes the post-configuration (`post-config.sh`) script provided by the custom Init Container. For ease of use, the environment variable `CONFIG_INSTANCE_DIR` is set. This environment variable points to the broker instance directory, which has the following structure: @@ -51,10 +51,10 @@ After the `post-config.sh` script is executed, the broker instance is launched w The custom image should follow these predefined rules: - - The custom image must use the ArtemisCloud Operator's [built-in Init Container image](https://quay.io/repository/artemiscloud/activemq-artemis-broker-init) as the base image in its Docker file. For example: + - The custom image must use the arkmq-org Operator's [built-in Init Container image](https://quay.io/repository/arkmq-org/activemq-artemis-broker-init) as the base image in its Docker file. For example: ``` - FROM quay.io/artemiscloud/activemq-artemis-broker-init:0.2.3 + FROM quay.io/arkmq-org/activemq-artemis-broker-init:0.2.3 ... ``` @@ -76,14 +76,14 @@ After the `post-config.sh` script is executed, the broker instance is launched w spec: deploymentPlan: size: 1 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 initImage: ... ``` -4. Finally, deploy the CR file in the usual manner. For more information, see [Getting Started with the ArtemisCloud Operator]({{< ref "using_operator" >}} "About Us"). +4. Finally, deploy the CR file in the usual manner. For more information, see [Getting Started with the arkmq-org Operator]({{< ref "using_operator" >}} "About Us"). ### Further information -* A fully working example is available [here](https://github.com/artemiscloud/artemiscloud-examples/tree/main/operator/init/jdbc). +* A fully working example is available [here](https://github.com/arkmq-org/arkmq-org-examples/tree/main/operator/init/jdbc). -* For issues or suggestions please open an issue at [ArtemisCloud](https://github.com/artemiscloud/activemq-artemis-operator/issues). +* For issues or suggestions please open an issue at [arkmq-org](https://github.com/arkmq-org/activemq-artemis-operator/issues). diff --git a/docs/tutorials/scaleup_and_scaledown.md b/docs/tutorials/scaleup_and_scaledown.md index b4cf1272c..2ec4d4f7d 100644 --- a/docs/tutorials/scaleup_and_scaledown.md +++ b/docs/tutorials/scaleup_and_scaledown.md @@ -1,5 +1,5 @@ --- -title: "Scaling Up and Down Brokers with ArtemisCloud Operator" +title: "Scaling Up and Down Brokers with arkmq-org Operator" description: "How to use operator to scale up and down broker pods" draft: false images: [] @@ -10,17 +10,17 @@ weight: 110 toc: true --- -With ArtemisCloud operator one can easily manage the broker clusters. +With arkmq-org operator one can easily manage the broker clusters. Either scaling up number of nodes(pods) when workload is high, or scaling down when some is not needed -- without messages being lost or stuck. ### Prerequisite -Before you start you need have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) running on your laptop will just do fine. The ArtemisCloud operator also runs in a Openshift cluster environment like [CodeReady Container](https://developers.redhat.com/products/codeready-containers/overview). In this blog we assume you have Kubernetes cluster environment. (If you use CodeReady the client tool is **oc** in place of **kubectl**) +Before you start you need have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) running on your laptop will just do fine. The arkmq-org operator also runs in a Openshift cluster environment like [CodeReady Container](https://developers.redhat.com/products/codeready-containers/overview). In this blog we assume you have Kubernetes cluster environment. (If you use CodeReady the client tool is **oc** in place of **kubectl**) -### Step 1 - Deploy ArtemisCloud Operator -In this article we are using the [artemiscloud operator repo](https://github.com/artemiscloud/activemq-artemis-operator). In case you haven't done so, clone it to your local disk: +### Step 1 - Deploy arkmq-org Operator +In this article we are using the [arkmq-org operator repo](https://github.com/arkmq-org/activemq-artemis-operator). In case you haven't done so, clone it to your local disk: ```shell script -$ git clone https://github.com/artemiscloud/activemq-artemis-operator.git +$ git clone https://github.com/arkmq-org/activemq-artemis-operator.git $ cd activemq-artemis-operator ``` @@ -50,7 +50,7 @@ Use your favorite text editor to create a file called **artemis-clustered.yaml** spec: deploymentPlan: size: 1 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 persistenceEnabled: true messageMigration: true ``` @@ -62,7 +62,7 @@ $ kubectl create -f artemis-clustered.yaml -n myproject activemqartemis.broker.amq.io/ex-aao created ``` -The custom resource file tells the operator to deploy one broker pod from the image **quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1**, +The custom resource file tells the operator to deploy one broker pod from the image **quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1**, configured with **persistenceEnabled: true** and **messageMigration: true**. **persistenceEnabled: true** means the broker persists messages to persistent storage. @@ -90,7 +90,7 @@ To inform the operator that we want to scale from one to two broker pods modify spec: deploymentPlan: size: 2 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 persistenceEnabled: true messageMigration: true ``` @@ -186,7 +186,7 @@ Now scale down the cluster from 2 pods to one. Edit the [broker cr](#broker_clus spec: deploymentPlan: size: 1 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 persistenceEnabled: true messageMigration: true ``` @@ -221,5 +221,5 @@ It shows queue TEST's message count is **200** now! ### More information -* Check out [artemiscloud project repo](https://github.com/artemiscloud) -* Reach the [dev team at slack](artemiscloudio.slack.com) for questions/issues/help +* Check out [arkmq-org project repo](https://github.com/arkmq-org) +* Reach the [dev team at slack](arkmq-org.slack.com) for questions/issues/help diff --git a/docs/tutorials/send_receive_ingress.md b/docs/tutorials/send_receive_ingress.md index 4921dd16d..ce476c3b3 100644 --- a/docs/tutorials/send_receive_ingress.md +++ b/docs/tutorials/send_receive_ingress.md @@ -131,7 +131,7 @@ For this tutorial we need to: #### Create the certs We'll take some inspiration from the [ssl broker -setup](https://github.com/artemiscloud/send-receive-project/blob/main/docs/tutorials/ssl_broker_setup.md) +setup](https://github.com/arkmq-org/send-receive-project/blob/main/docs/tutorials/ssl_broker_setup.md) to configure the certificates. > [!NOTE] @@ -145,13 +145,13 @@ export CLUSTER_IP=$(minikube ip --profile tutorialtester) ``` ```{"stage":"cert-creation", "rootdir":"$tmpdir.1", "runtime":"bash", "label":"generate cert"} -printf "000000\n000000\n${CLUSTER_IP}.nip.io\nArtemisCloud\nRed Hat\nGrenoble\nAuvergne Rhône Alpes\nFR\nyes\n" | keytool -genkeypair -alias artemis -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore broker.ks -validity 3000 +printf "000000\n000000\n${CLUSTER_IP}.nip.io\narkmq-org\nRed Hat\nGrenoble\nAuvergne Rhône Alpes\nFR\nyes\n" | keytool -genkeypair -alias artemis -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore broker.ks -validity 3000 printf '000000\n' | keytool -export -alias artemis -file broker.cert -keystore broker.ks printf '000000\n000000\nyes\n' | keytool -import -v -trustcacerts -alias artemis -file broker.cert -keystore client.ts ``` ```shell tutorial_tester -Owner: CN=192.168.49.2.nip.io, OU=ArtemisCloud, O=Red Hat, L=Grenoble, ST=Auvergne Rhône Alpes, C=FR -Issuer: CN=192.168.49.2.nip.io, OU=ArtemisCloud, O=Red Hat, L=Grenoble, ST=Auvergne Rhône Alpes, C=FR +Owner: CN=192.168.49.2.nip.io, OU=arkmq-org, O=Red Hat, L=Grenoble, ST=Auvergne Rhône Alpes, C=FR +Issuer: CN=192.168.49.2.nip.io, OU=arkmq-org, O=Red Hat, L=Grenoble, ST=Auvergne Rhône Alpes, C=FR Serial number: 2ff151d6 Valid from: Wed Sep 04 14:33:24 CEST 2024 until: Sun Nov 21 13:33:24 CET 2032 Certificate fingerprints: diff --git a/docs/tutorials/ssl_broker_setup.md b/docs/tutorials/ssl_broker_setup.md index e51755066..df2407579 100644 --- a/docs/tutorials/ssl_broker_setup.md +++ b/docs/tutorials/ssl_broker_setup.md @@ -1,5 +1,5 @@ --- -title: "Setting up SSL connections with ArtemisCloud Operator" +title: "Setting up SSL connections with Arkmq-org Operator" description: "An example for setting up ssl connections for broker in kubernetes with operator" draft: false images: [] @@ -10,7 +10,7 @@ weight: 110 toc: true --- -Security is always a concern in a production environment. With ArtemisCloud Operator +Security is always a concern in a production environment. With arkmq-org Operator You can easily configure and set up a broker with ssl-enabled acceptors. The blog explains how to do it. The [ActiveMQ Artemis](https://activemq.apache.org/components/artemis/) broker supports a variety of network protocols(tcp, http, etc) including [SSL(TLS)](https://en.wikipedia.org/wiki/Transport_Layer_Security) secure connections. Underneath it uses [Netty](https://netty.io/) as the base transport layer. @@ -18,10 +18,10 @@ The [ActiveMQ Artemis](https://activemq.apache.org/components/artemis/) broker s This article guides you through the steps to set up a broker to run in kubernetes (Minikube). The broker will listen on a secure port 61617 (ssl over tcp). It also demonstrates sending and receiving messages over secure connections using one-way authentication. ### Prerequisite -Before you start you need have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) running on your laptop will just do fine. The ArtemisCloud operator also runs in a Openshift cluster environment like [CodeReady Container](https://developers.redhat.com/products/codeready-containers/overview). In this blog we assume you have Kubernetes cluster environment. (If you use CodeReady the client tool is **oc** in place of **kubectl**) +Before you start you need have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) running on your laptop will just do fine. The arkmq-org operator also runs in a Openshift cluster environment like [CodeReady Container](https://developers.redhat.com/products/codeready-containers/overview). In this blog we assume you have Kubernetes cluster environment. (If you use CodeReady the client tool is **oc** in place of **kubectl**) -### Deploy ArtemisCloud operator -First you need to deploy the ArtemisCloud operator. +### Deploy Arkmq-org operator +First you need to deploy the arkmq-org operator. If you are not sure how to deploy the operator take a look at [this blog]({{< relref "using_operator.md" >}}). In this blog post we assume you deployed the operator to a namespace called **myproject**. @@ -122,7 +122,7 @@ metadata: spec: deploymentPlan: size: 1 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes:0.2.1 + image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes:0.2.1 acceptors: - name: sslacceptor protocols: all @@ -256,5 +256,5 @@ EOF ### More SSL options We have just demonstrated a simplified SSL configuration. In fact the operator supports quite a few more SSL options through the CRD definitions. -You can checkout those options in broker CRD [down here](https://github.com/artemiscloud/activemq-artemis-operator/blob/5183ddc4c2f66e0d270233a3f37340b14e225d80/deploy/crds/broker_activemqartemis_crd.yaml#L45) +You can checkout those options in broker CRD [down here](https://github.com/arkmq-org/activemq-artemis-operator/blob/5183ddc4c2f66e0d270233a3f37340b14e225d80/deploy/crds/broker_activemqartemis_crd.yaml#L45) and also read the [Artemis Doc on configuring transports](https://activemq.apache.org/components/artemis/documentation/latest/configuring-transports.html) for more information. diff --git a/docs/tutorials/using_operator.md b/docs/tutorials/using_operator.md index 959b383cf..ee0612a34 100644 --- a/docs/tutorials/using_operator.md +++ b/docs/tutorials/using_operator.md @@ -1,5 +1,5 @@ --- -title: "Using the ArtemisCloud Operator" +title: "Using the Arkmq-org Operator" description: "Steps to get operator up and running and basic broker operations" draft: false images: [] @@ -10,21 +10,21 @@ weight: 110 toc: true --- -The [ArtemisCloud](https://github.com/artemiscloud) Operator is a powerful tool that allows you to configure and +The [arkmq-org](https://github.com/arkmq-org) Operator is a powerful tool that allows you to configure and manage ActiveMQ Artemis broker resources in a cloud environment. You can get the Operator running in just a few steps. ### Prerequisite Before you start, you need to have access to a running Kubernetes cluster environment. A [Minikube](https://minikube.sigs.k8s.io/docs/start/) -instance running on your laptop will do fine. The ArtemisCloud Operator can also run in an Openshift cluster environment such as [CodeReady Containers](https://developers.redhat.com/products/codeready-containers/overview). +instance running on your laptop will do fine. The arkmq-org Operator can also run in an Openshift cluster environment such as [CodeReady Containers](https://developers.redhat.com/products/codeready-containers/overview). In this blog post, we assume that you have a Kubernetes cluster environment. **_NOTE:_** If you use CodeReady Containers, the client tool is **oc** rather than **kubectl** ### Step 1 - Preparing for deployment -Clone the ArtemisCloud Operator repo: +Clone the arkmq-org Operator repo: ```shell script - $ git clone https://github.com/artemiscloud/activemq-artemis-operator.git + $ git clone https://github.com/arkmq-org/activemq-artemis-operator.git ``` We will use a namespace called **myproject** to deploy the operator and other resources. If you don't specify a namespace the **default** namespace will be used. @@ -151,7 +151,7 @@ Now, let's create a message queue in the broker: $ kubectl create -f examples/address/address_queue.yaml -n myproject activemqartemisaddress.broker.amq.io/artemis-address-queue created ``` -The _address_queue.yaml_ is another CR supported by the ArtemisCloud Operator. Its content is shown below: +The _address_queue.yaml_ is another CR supported by the arkmq-org Operator. Its content is shown below: ```yaml apiVersion: broker.amq.io/v1beta1 kind: ActiveMQArtemisAddress @@ -207,4 +207,4 @@ Connection brokerURL = tcp://artemis-address-queue-ss-0:61616 ``` ### Further information -* [ArtemisCloud Github Repo](https://github.com/artemiscloud) +* [arkmq-org Github Repo](https://github.com/arkmq-org) diff --git a/examples/README.md b/examples/README.md index 30b53c59a..d536109c6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,16 +1,16 @@ -# ArtemisCloud.io examples +# arkmq-org.io examples This directory contains example YAML files to create and configure an Artemis broker on Kubernetes. If you are new to Artemis on Kubernetes, start with [a basic deployment](artemis/artemis_single.yaml): -1. Deploy the operator as described in the [Operator help](https://artemiscloud.io/docs/help/operator/#deploy-the-operator). +1. Deploy the operator as described in the [Operator help](https://arkmq-org.io/docs/help/operator/#deploy-the-operator). 2. Create a basic broker deployment: ```bash kubectl create -f examples/artemis/artemis_single.yaml -n ``` -See https://artemiscloud.io/ for tutorials and more information about Artemis. +See https://arkmq-org.io/ for tutorials and more information about Artemis. -For security enabled (TLS) connections example, please follow guide [Secured connection with ArtemisCloud Operator](https://artemiscloud.io/docs/tutorials/ssl_broker_setup) +For security enabled (TLS) connections example, please follow guide [Secured connection with arkmq-org Operator](https://arkmq-org.io/docs/tutorials/ssl_broker_setup) diff --git a/go.mod b/go.mod index aac1eb6e7..17c83c2a6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/artemiscloud/activemq-artemis-operator +module github.com/arkmq-org/activemq-artemis-operator go 1.21 diff --git a/main.go b/main.go index c086d7038..61523371e 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( "strings" "time" - "github.com/artemiscloud/activemq-artemis-operator/version" + "github.com/arkmq-org/activemq-artemis-operator/version" "github.com/go-logr/logr" // Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.) @@ -52,18 +52,18 @@ import ( routev1 "github.com/openshift/api/route/v1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/log" - "github.com/artemiscloud/activemq-artemis-operator/pkg/sdkk8sutil" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - - brokerv1alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - brokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" - "github.com/artemiscloud/activemq-artemis-operator/controllers" + "github.com/arkmq-org/activemq-artemis-operator/pkg/log" + "github.com/arkmq-org/activemq-artemis-operator/pkg/sdkk8sutil" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + + brokerv1alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + brokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" + "github.com/arkmq-org/activemq-artemis-operator/controllers" //+kubebuilder:scaffold:imports ) diff --git a/pkg/client/clientset/versioned/clientset.go b/pkg/client/clientset/versioned/clientset.go index 415467260..a2a1fbc33 100644 --- a/pkg/client/clientset/versioned/clientset.go +++ b/pkg/client/clientset/versioned/clientset.go @@ -19,13 +19,13 @@ package versioned import ( "fmt" - brokerv1alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1alpha1" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1" - brokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5" + brokerv1alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1alpha1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1" + brokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5" discovery "k8s.io/client-go/discovery" rest "k8s.io/client-go/rest" flowcontrol "k8s.io/client-go/util/flowcontrol" diff --git a/pkg/client/clientset/versioned/fake/clientset_generated.go b/pkg/client/clientset/versioned/fake/clientset_generated.go index a092050e5..c37a3473b 100644 --- a/pkg/client/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/clientset/versioned/fake/clientset_generated.go @@ -17,19 +17,19 @@ limitations under the License. package fake import ( - clientset "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" - fakebrokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1/fake" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1" - fakebrokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake" - brokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2" - fakebrokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3" - fakebrokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4" - fakebrokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5" - fakebrokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake" + clientset "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" + fakebrokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1/fake" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1" + fakebrokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake" + brokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2" + fakebrokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3" + fakebrokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4" + fakebrokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5" + fakebrokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/discovery" diff --git a/pkg/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index 933e6e08d..46fd987c0 100644 --- a/pkg/client/clientset/versioned/fake/register.go +++ b/pkg/client/clientset/versioned/fake/register.go @@ -17,12 +17,12 @@ limitations under the License. package fake import ( - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - brokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + brokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go index e41467fbc..eaf6bf6d2 100644 --- a/pkg/client/clientset/versioned/scheme/register.go +++ b/pkg/client/clientset/versioned/scheme/register.go @@ -17,12 +17,12 @@ limitations under the License. package scheme import ( - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - brokerv2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + brokerv2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v1alpha1/activemqartemissecurity.go b/pkg/client/clientset/versioned/typed/broker/v1alpha1/activemqartemissecurity.go index c48025868..832d3a94c 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1alpha1/activemqartemissecurity.go +++ b/pkg/client/clientset/versioned/typed/broker/v1alpha1/activemqartemissecurity.go @@ -19,8 +19,8 @@ package v1alpha1 import ( "context" - v1alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v1alpha1/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v1alpha1/broker_client.go index fff5eb5ad..7f8df3335 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1alpha1/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v1alpha1/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v1alpha1 import ( - v1alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1" + v1alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_activemqartemissecurity.go b/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_activemqartemissecurity.go index 6b1e558b5..385298012 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_activemqartemissecurity.go +++ b/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_activemqartemissecurity.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v1alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1" + v1alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_broker_client.go index 7c5a2b55a..eb5c19fa1 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v1alpha1/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v1alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1alpha1" + v1alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1alpha1" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemis.go index c69b696e5..0f2ae914e 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemis.go @@ -19,8 +19,8 @@ package v1beta1 import ( "context" - v1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemissecurity.go b/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemissecurity.go index 4a123378f..ea4d83c77 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemissecurity.go +++ b/pkg/client/clientset/versioned/typed/broker/v1beta1/activemqartemissecurity.go @@ -19,8 +19,8 @@ package v1beta1 import ( "context" - v1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v1beta1/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v1beta1/broker_client.go index 3e1f0bd02..f01a86fbe 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1beta1/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v1beta1/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v1beta1 import ( - v1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + v1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemis.go index 7cd248a58..f237c8016 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemis.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + v1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemissecurity.go b/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemissecurity.go index 60e1ad09b..cbf30c610 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemissecurity.go +++ b/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_activemqartemissecurity.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + v1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_broker_client.go index d732df7f0..bf79c5bd3 100644 --- a/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v1beta1/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v1beta1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" + v1beta1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemis.go index 4d6fe54fd..9ff03decf 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemis.go @@ -19,8 +19,8 @@ package v2alpha1 import ( "context" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisaddress.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisaddress.go index d92b2180d..36431e5ea 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisaddress.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisaddress.go @@ -19,8 +19,8 @@ package v2alpha1 import ( "context" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisscaledown.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisscaledown.go index 5fe9f7867..22e6c149f 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisscaledown.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/activemqartemisscaledown.go @@ -21,8 +21,8 @@ package v2alpha1 import ( "context" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/broker_client.go index c2ae72c06..241cf3191 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v2alpha1 import ( - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemis.go index b9db9bbb5..e819b54da 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemis.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisaddress.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisaddress.go index a07d2bd70..24df5b9a9 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisaddress.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisaddress.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisscaledown.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisscaledown.go index 3d491088b..475c8ba5e 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisscaledown.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_activemqartemisscaledown.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_broker_client.go index 53bc6f2b0..4a7ef37be 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha1/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha1" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha2/activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha2/activemqartemis.go index 600fe4aa6..659581e24 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha2/activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha2/activemqartemis.go @@ -19,8 +19,8 @@ package v2alpha2 import ( "context" - v2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha2/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha2/broker_client.go index 7895cd542..deaa1d5a3 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha2/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha2/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v2alpha2 import ( - v2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" + v2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_activemqartemis.go index 94aa04e24..38711588d 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_activemqartemis.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha2 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha2" + v2alpha2 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha2" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_broker_client.go index cbd902548..400d24693 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha2/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha2 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2" + v2alpha2 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha2" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemis.go index 5f8845198..5a9d53d29 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemis.go @@ -19,8 +19,8 @@ package v2alpha3 import ( "context" - v2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemisaddress.go b/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemisaddress.go index dbf3e9b6e..af54fb1a9 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemisaddress.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha3/activemqartemisaddress.go @@ -19,8 +19,8 @@ package v2alpha3 import ( "context" - v2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha3/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha3/broker_client.go index b799b49e6..b5df2c538 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha3/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha3/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v2alpha3 import ( - v2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" + v2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemis.go index ade32914b..9e73bad31 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemis.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" + v2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemisaddress.go b/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemisaddress.go index 4f6816e8c..18af960ad 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemisaddress.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_activemqartemisaddress.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" + v2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_broker_client.go index fe7b6bf75..be3ba805d 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha3/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha3 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3" + v2alpha3 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha3" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha4/activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha4/activemqartemis.go index 2436229fe..a24bcdd64 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha4/activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha4/activemqartemis.go @@ -19,8 +19,8 @@ package v2alpha4 import ( "context" - v2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha4/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha4/broker_client.go index a64ef774e..a8d99b4e5 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha4/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha4/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v2alpha4 import ( - v2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" + v2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_activemqartemis.go index 6893fad54..064efbc02 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_activemqartemis.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" + v2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_broker_client.go index ecbe0ff02..d6a25c990 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha4/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha4 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4" + v2alpha4 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha4" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha5/activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha5/activemqartemis.go index fe69c1eb3..ed942e075 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha5/activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha5/activemqartemis.go @@ -19,8 +19,8 @@ package v2alpha5 import ( "context" - v2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" - scheme "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" + v2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" + scheme "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha5/broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha5/broker_client.go index c47ae9a93..ee7fcdfa1 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha5/broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha5/broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package v2alpha5 import ( - v2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + v2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_activemqartemis.go b/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_activemqartemis.go index f29c8a548..6a3ddb8ad 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_activemqartemis.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_activemqartemis.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + v2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_broker_client.go b/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_broker_client.go index a5c9fa863..82993aa48 100644 --- a/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_broker_client.go +++ b/pkg/client/clientset/versioned/typed/broker/v2alpha5/fake/fake_broker_client.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - v2alpha5 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5" + v2alpha5 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v2alpha5" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/informers/externalversions/broker/interface.go b/pkg/client/informers/externalversions/broker/interface.go index e090f4df0..8f98406b8 100644 --- a/pkg/client/informers/externalversions/broker/interface.go +++ b/pkg/client/informers/externalversions/broker/interface.go @@ -19,8 +19,8 @@ limitations under the License. package broker import ( - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/broker/v2alpha1" - internalinterfaces "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/broker/v2alpha1" + internalinterfaces "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" ) // Interface provides access to each of this group's versions. diff --git a/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemis.go b/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemis.go index 4fcde9d0b..6c6286db4 100644 --- a/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemis.go +++ b/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemis.go @@ -21,10 +21,10 @@ package v2alpha1 import ( time "time" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - versioned "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned" - internalinterfaces "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/listers/broker/v2alpha1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + versioned "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned" + internalinterfaces "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/listers/broker/v2alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisaddress.go b/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisaddress.go index 422288c06..e041f1599 100644 --- a/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisaddress.go +++ b/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisaddress.go @@ -21,10 +21,10 @@ package v2alpha1 import ( time "time" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - versioned "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned" - internalinterfaces "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/listers/broker/v2alpha1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + versioned "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned" + internalinterfaces "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/listers/broker/v2alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisscaledown.go b/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisscaledown.go index b4d386c17..94ad50e23 100644 --- a/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisscaledown.go +++ b/pkg/client/informers/externalversions/broker/v2alpha1/activemqartemisscaledown.go @@ -21,10 +21,10 @@ package v2alpha1 import ( time "time" - brokerv2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" - versioned "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned" - internalinterfaces "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/pkg/client/listers/broker/v2alpha1" + brokerv2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" + versioned "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned" + internalinterfaces "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/pkg/client/listers/broker/v2alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/broker/v2alpha1/interface.go b/pkg/client/informers/externalversions/broker/v2alpha1/interface.go index 806a58cf9..ca7cf8343 100644 --- a/pkg/client/informers/externalversions/broker/v2alpha1/interface.go +++ b/pkg/client/informers/externalversions/broker/v2alpha1/interface.go @@ -19,7 +19,7 @@ limitations under the License. package v2alpha1 import ( - internalinterfaces "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" + internalinterfaces "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" ) // Interface provides access to all the informers in this group version. diff --git a/pkg/client/informers/externalversions/factory.go b/pkg/client/informers/externalversions/factory.go index 280803c7a..15a4e0847 100644 --- a/pkg/client/informers/externalversions/factory.go +++ b/pkg/client/informers/externalversions/factory.go @@ -23,9 +23,9 @@ import ( sync "sync" time "time" - versioned "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned" - broker "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/broker" - internalinterfaces "github.com/artemiscloud/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" + versioned "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned" + broker "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/broker" + internalinterfaces "github.com/arkmq-org/activemq-artemis-operator/pkg/client/informers/externalversions/internalinterfaces" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go index b3df8e498..7369614b0 100644 --- a/pkg/client/informers/externalversions/generic.go +++ b/pkg/client/informers/externalversions/generic.go @@ -21,7 +21,7 @@ package externalversions import ( "fmt" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" schema "k8s.io/apimachinery/pkg/runtime/schema" cache "k8s.io/client-go/tools/cache" ) diff --git a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go index 5257ec63a..2d876f81a 100644 --- a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -21,7 +21,7 @@ package internalinterfaces import ( time "time" - versioned "github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned" + versioned "github.com/arkmq-org/activemq-artemis-operator/pkg/client/clientset/versioned" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" cache "k8s.io/client-go/tools/cache" diff --git a/pkg/client/listers/broker/v1alpha1/activemqartemissecurity.go b/pkg/client/listers/broker/v1alpha1/activemqartemissecurity.go index 5809575c3..b644b273c 100644 --- a/pkg/client/listers/broker/v1alpha1/activemqartemissecurity.go +++ b/pkg/client/listers/broker/v1alpha1/activemqartemissecurity.go @@ -21,7 +21,7 @@ package v1alpha1 import ( "fmt" - v1alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v1alpha1" + v1alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v1alpha1" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" ) diff --git a/pkg/client/listers/broker/v2alpha1/activemqartemis.go b/pkg/client/listers/broker/v2alpha1/activemqartemis.go index 61f2b9f9e..aea7b15f7 100644 --- a/pkg/client/listers/broker/v2alpha1/activemqartemis.go +++ b/pkg/client/listers/broker/v2alpha1/activemqartemis.go @@ -20,7 +20,7 @@ package v2alpha1 import ( "fmt" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" ) diff --git a/pkg/client/listers/broker/v2alpha1/activemqartemisaddress.go b/pkg/client/listers/broker/v2alpha1/activemqartemisaddress.go index 016a77991..6652f5d56 100644 --- a/pkg/client/listers/broker/v2alpha1/activemqartemisaddress.go +++ b/pkg/client/listers/broker/v2alpha1/activemqartemisaddress.go @@ -20,7 +20,7 @@ package v2alpha1 import ( "fmt" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" ) diff --git a/pkg/client/listers/broker/v2alpha1/activemqartemisscaledown.go b/pkg/client/listers/broker/v2alpha1/activemqartemisscaledown.go index d18421b92..85113562e 100644 --- a/pkg/client/listers/broker/v2alpha1/activemqartemisscaledown.go +++ b/pkg/client/listers/broker/v2alpha1/activemqartemisscaledown.go @@ -20,7 +20,7 @@ package v2alpha1 import ( "fmt" - v2alpha1 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha1" + v2alpha1 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha1" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" ) diff --git a/pkg/draincontroller/controller.go b/pkg/draincontroller/controller.go index 07bf56dab..2a60cc3e8 100644 --- a/pkg/draincontroller/controller.go +++ b/pkg/draincontroller/controller.go @@ -20,11 +20,9 @@ import ( "context" "fmt" - // "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" "github.com/go-logr/logr" - //"github.com/artemiscloud/activemq-artemis-operator/pkg/client/clientset/versioned/typed/broker/v1beta1" "os" "time" @@ -50,11 +48,11 @@ import ( "strconv" "strings" - rbacutil "github.com/artemiscloud/activemq-artemis-operator/pkg/rbac" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" + rbacutil "github.com/arkmq-org/activemq-artemis-operator/pkg/rbac" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/types" diff --git a/pkg/log/filtered_log_sink_test.go b/pkg/log/filtered_log_sink_test.go index 58e845d97..5d4ca694d 100644 --- a/pkg/log/filtered_log_sink_test.go +++ b/pkg/log/filtered_log_sink_test.go @@ -7,7 +7,7 @@ import ( "regexp" "testing" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" "github.com/stretchr/testify/assert" "sigs.k8s.io/controller-runtime/pkg/log" "sigs.k8s.io/controller-runtime/pkg/log/zap" diff --git a/pkg/resources/configmaps/configmap.go b/pkg/resources/configmaps/configmap.go index 421682ce0..ac8b11dbb 100644 --- a/pkg/resources/configmaps/configmap.go +++ b/pkg/resources/configmaps/configmap.go @@ -1,7 +1,7 @@ package configmaps import ( - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" diff --git a/pkg/resources/environments/environment.go b/pkg/resources/environments/environment.go index 1933989e7..d108bdc34 100644 --- a/pkg/resources/environments/environment.go +++ b/pkg/resources/environments/environment.go @@ -3,7 +3,7 @@ package environments import ( "strconv" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/random" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/random" corev1 "k8s.io/api/core/v1" ) diff --git a/pkg/resources/persistentvolumeclaims/persistent_volume_claim.go b/pkg/resources/persistentvolumeclaims/persistent_volume_claim.go index cdaa11be3..516bb0b56 100644 --- a/pkg/resources/persistentvolumeclaims/persistent_volume_claim.go +++ b/pkg/resources/persistentvolumeclaims/persistent_volume_claim.go @@ -1,8 +1,8 @@ package persistentvolumeclaims import ( - "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) diff --git a/pkg/resources/pods/pod.go b/pkg/resources/pods/pod.go index b918b51ac..fc80d0683 100644 --- a/pkg/resources/pods/pod.go +++ b/pkg/resources/pods/pod.go @@ -1,8 +1,8 @@ package pods import ( - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" diff --git a/pkg/resources/secrets/secret.go b/pkg/resources/secrets/secret.go index a3a97a736..e69315862 100644 --- a/pkg/resources/secrets/secret.go +++ b/pkg/resources/secrets/secret.go @@ -1,8 +1,8 @@ package secrets import ( - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/resources/statefulsets/statefulset.go b/pkg/resources/statefulsets/statefulset.go index c8772f359..788405fe2 100644 --- a/pkg/resources/statefulsets/statefulset.go +++ b/pkg/resources/statefulsets/statefulset.go @@ -20,11 +20,11 @@ import ( "context" "reflect" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" "github.com/RHsyseng/operator-utils/pkg/resource/read" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/pods" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/pods" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/controller-runtime/pkg/client" diff --git a/pkg/resources/statefulsets/statefulset_test.go b/pkg/resources/statefulsets/statefulset_test.go index 273c7f273..927f08c4e 100644 --- a/pkg/resources/statefulsets/statefulset_test.go +++ b/pkg/resources/statefulsets/statefulset_test.go @@ -1,7 +1,7 @@ package statefulsets_test import ( - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" appsv1 "k8s.io/api/apps/v1" diff --git a/pkg/utils/artemis/artemis.go b/pkg/utils/artemis/artemis.go index 05c888b10..4fb893f8c 100644 --- a/pkg/utils/artemis/artemis.go +++ b/pkg/utils/artemis/artemis.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia" rtclient "sigs.k8s.io/controller-runtime/pkg/client" ) diff --git a/pkg/utils/artemis/artemis_test.go b/pkg/utils/artemis/artemis_test.go index 0cb255bfe..cd8d73cce 100644 --- a/pkg/utils/artemis/artemis_test.go +++ b/pkg/utils/artemis/artemis_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia" "github.com/golang/mock/gomock" "github.com/stretchr/testify/assert" ) diff --git a/pkg/utils/certutil/certutil.go b/pkg/utils/certutil/certutil.go index d8e3ab7f7..ae99878d2 100644 --- a/pkg/utils/certutil/certutil.go +++ b/pkg/utils/certutil/certutil.go @@ -20,7 +20,7 @@ import ( "fmt" "strings" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" corev1 "k8s.io/api/core/v1" ) diff --git a/pkg/utils/common/common.go b/pkg/utils/common/common.go index 2663f9701..e78856b28 100644 --- a/pkg/utils/common/common.go +++ b/pkg/utils/common/common.go @@ -20,13 +20,13 @@ import ( "github.com/RHsyseng/operator-utils/pkg/olm" "github.com/RHsyseng/operator-utils/pkg/resource/read" - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/channels" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/selectors" - "github.com/artemiscloud/activemq-artemis-operator/version" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/channels" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/selectors" + "github.com/arkmq-org/activemq-artemis-operator/version" "github.com/blang/semver/v4" routev1 "github.com/openshift/api/route/v1" diff --git a/pkg/utils/common/conditions.go b/pkg/utils/common/conditions.go index d8f5a196a..581f6aebc 100644 --- a/pkg/utils/common/conditions.go +++ b/pkg/utils/common/conditions.go @@ -14,7 +14,7 @@ limitations under the License. package common import ( - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) diff --git a/pkg/utils/common/conditions_test.go b/pkg/utils/common/conditions_test.go index 8e43372a4..da45faded 100644 --- a/pkg/utils/common/conditions_test.go +++ b/pkg/utils/common/conditions_test.go @@ -17,7 +17,7 @@ import ( "testing" "time" - . "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" + . "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" diff --git a/pkg/utils/config/config.go b/pkg/utils/config/config.go index b6983b235..6c8f28b70 100644 --- a/pkg/utils/config/config.go +++ b/pkg/utils/config/config.go @@ -1,10 +1,10 @@ package config import ( - brokerv1beta1 "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - brokerv2alpha3 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - brokerv2alpha4 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - brokerv2alpha5 "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + brokerv1beta1 "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + brokerv2alpha3 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + brokerv2alpha4 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + brokerv2alpha5 "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" ctrl "sigs.k8s.io/controller-runtime" ) diff --git a/pkg/utils/cr2jinja2/cr2jinja2.go b/pkg/utils/cr2jinja2/cr2jinja2.go index f47160c60..1e4821566 100644 --- a/pkg/utils/cr2jinja2/cr2jinja2.go +++ b/pkg/utils/cr2jinja2/cr2jinja2.go @@ -3,10 +3,10 @@ package cr2jinja2 import ( "hash/fnv" - "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha4" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha5" + "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha4" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha5" //k8syaml "k8s.io/apimachinery/pkg/util/yaml" "fmt" diff --git a/pkg/utils/jolokia/jolokia.go b/pkg/utils/jolokia/jolokia.go index 1e8986542..fcd6ba6b7 100644 --- a/pkg/utils/jolokia/jolokia.go +++ b/pkg/utils/jolokia/jolokia.go @@ -9,7 +9,7 @@ import ( "net/url" "time" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" rtclient "sigs.k8s.io/controller-runtime/pkg/client" ) diff --git a/pkg/utils/jolokia_client/jolokia_client.go b/pkg/utils/jolokia_client/jolokia_client.go index 6aa2ca7db..696676164 100644 --- a/pkg/utils/jolokia_client/jolokia_client.go +++ b/pkg/utils/jolokia_client/jolokia_client.go @@ -21,13 +21,13 @@ import ( "strconv" "strings" - "github.com/artemiscloud/activemq-artemis-operator/api/v1beta1" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" - ss "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" - mgmt "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/artemis" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/api/v1beta1" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" + ss "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" + mgmt "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/artemis" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/utils/jolokia_client/jolokia_client_test.go b/pkg/utils/jolokia_client/jolokia_client_test.go index c0e2d4b9b..872b47e38 100644 --- a/pkg/utils/jolokia_client/jolokia_client_test.go +++ b/pkg/utils/jolokia_client/jolokia_client_test.go @@ -10,8 +10,8 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/client/fake" - ss "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/statefulsets" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/jolokia_client" + ss "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/statefulsets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/jolokia_client" ) var _ = Describe("JolokiaClient", func() { diff --git a/pkg/utils/lsrcrs/lsrcr.go b/pkg/utils/lsrcrs/lsrcr.go index 30c0eb78b..128a7e657 100644 --- a/pkg/utils/lsrcrs/lsrcr.go +++ b/pkg/utils/lsrcrs/lsrcr.go @@ -3,7 +3,7 @@ package lsrcrs import ( "time" - "github.com/artemiscloud/activemq-artemis-operator/pkg/resources/secrets" + "github.com/arkmq-org/activemq-artemis-operator/pkg/resources/secrets" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/test/utils/common/common_test.go b/test/utils/common/common_test.go index 934aff297..7618738eb 100644 --- a/test/utils/common/common_test.go +++ b/test/utils/common/common_test.go @@ -3,7 +3,7 @@ package common_test import ( "testing" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/common" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/common" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" diff --git a/test/utils/config/config_test.go b/test/utils/config/config_test.go index ac150394a..31f48e790 100644 --- a/test/utils/config/config_test.go +++ b/test/utils/config/config_test.go @@ -3,8 +3,8 @@ package config_test import ( "testing" - "github.com/artemiscloud/activemq-artemis-operator/api/v2alpha3" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/config" + "github.com/arkmq-org/activemq-artemis-operator/api/v2alpha3" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/config" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/test/utils/namer/namer_test.go b/test/utils/namer/namer_test.go index f1557fcd6..d19569c0e 100644 --- a/test/utils/namer/namer_test.go +++ b/test/utils/namer/namer_test.go @@ -3,7 +3,7 @@ package namer_test import ( "testing" - "github.com/artemiscloud/activemq-artemis-operator/pkg/utils/namer" + "github.com/arkmq-org/activemq-artemis-operator/pkg/utils/namer" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "k8s.io/apimachinery/pkg/types" diff --git a/version/version.go b/version/version.go index 0bbc64527..8710a40f5 100644 --- a/version/version.go +++ b/version/version.go @@ -18,8 +18,8 @@ const ( LatestVersion = "2.38.0" CompactLatestVersion = "2380" - LatestKubeImage = "quay.io/artemiscloud/activemq-artemis-broker-kubernetes:artemis." + LatestVersion - LatestInitImage = "quay.io/artemiscloud/activemq-artemis-broker-init:artemis." + LatestVersion + LatestKubeImage = "quay.io/arkmq-org/activemq-artemis-broker-kubernetes:artemis." + LatestVersion + LatestInitImage = "quay.io/arkmq-org/activemq-artemis-broker-init:artemis." + LatestVersion ) func DefaultImageName(archSpecificRelatedImageEnvVarName string) string {