Skip to content

Commit

Permalink
add apicurio prefix to api controller package and bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Dec 3, 2024
1 parent ca56471 commit 16e554f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ BUNDLE_IMAGE_TAG ?= $(LC_VERSION)
BUNDLE_IMAGE ?= $(IMAGE_REGISTRY)/$(BUNDLE_IMAGE_NAME):$(BUNDLE_IMAGE_TAG)
ADDITIONAL_BUNDLE_IMAGE ?= $(IMAGE_REGISTRY)/$(BUNDLE_IMAGE_NAME):$(ADDITIONAL_BUNDLE_TAG)

AC_PACKAGE_NAME ?= api-controller
AC_PACKAGE_NAME ?= apicurio-api-controller
AC_PACKAGE_VERSION ?= 0.0.1
AC_PACKAGE ?= $(AC_PACKAGE_NAME).v$(AC_PACKAGE_VERSION)

Expand All @@ -76,10 +76,10 @@ ADDITIONAL_CATALOG_IMAGE_TAG ?= latest$(LC_VERSION_SUFFIX)
ADDITIONAL_CATALOG_IMAGE ?= $(IMAGE_REGISTRY)/$(CATALOG_IMAGE_NAME):$(ADDITIONAL_CATALOG_IMAGE_TAG)

AC_CATALOG_DIR ?= olm-tests/src/test/deploy/api-controller-catalog
AC_CATALOG_TARGET_DIR ?= target/api-controller-catalog
AC_CATALOG_TARGET_DIR ?= target/apicurio-api-controller-catalog

AC_CATALOG_IMAGE_TAG ?= 0.0.1
AC_CATALOG_IMAGE ?= $(IMAGE_REGISTRY)/api-controller-operator-catalog:$(CATALOG_IMAGE_TAG)
AC_CATALOG_IMAGE ?= $(IMAGE_REGISTRY)/apicurio-api-controller-operator-catalog:$(CATALOG_IMAGE_TAG)

### Install

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resources:
- ../crd
- ../operator
- ../api-controller-examples
- api-controller.clusterserviceversion.yaml
- apicurio-api-controller.clusterserviceversion.yaml

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: api-controller-operator-catalog
name: apicurio-api-controller-operator-catalog
namespace: ${PLACEHOLDER_CATALOG_NAMESPACE}
spec:
sourceType: grpc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: api-controller-operator-group
name: apicurio-api-controller-operator-group
namespace: ${PLACEHOLDER_NAMESPACE}
spec:
targetNamespaces:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: api-controller-subscription
name: apicurio-api-controller-subscription
namespace: ${PLACEHOLDER_NAMESPACE}
spec:
sourceNamespace: ${PLACEHOLDER_CATALOG_NAMESPACE}
Expand Down

0 comments on commit 16e554f

Please sign in to comment.