From cedcddbd9ef3ebb7122ca7421f6028f510e07fc7 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Tue, 31 Mar 2020 11:53:40 -0700 Subject: [PATCH] updates for openshift submitted for certification --- .../artifactory-ha-operator/.osdk-scorecard.yaml | 10 ++++++++++ ...ctory-ha-operator.v1.0.0.clusterserviceversion.yaml | 2 +- ...ctory-ha-operator.v1.0.0.clusterserviceversion.yaml | 2 +- .../artifactory-ha-operator/deploy/operator.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 Openshift4/artifactory-ha-operator/.osdk-scorecard.yaml diff --git a/Openshift4/artifactory-ha-operator/.osdk-scorecard.yaml b/Openshift4/artifactory-ha-operator/.osdk-scorecard.yaml new file mode 100644 index 0000000..ec871bb --- /dev/null +++ b/Openshift4/artifactory-ha-operator/.osdk-scorecard.yaml @@ -0,0 +1,10 @@ +scorecard: + output: json + plugins: + - basic: + cr-manifest: + - "deploy/crds/charts.helm.k8s.io_v1alpha1_openshiftartifactoryha_cr.yaml" + - olm: + cr-manifest: + - "deploy/crds/charts.helm.k8s.io_v1alpha1_openshiftartifactoryha_cr.yaml" + csv-path: "deploy/olm-catalog/artifactory-ha-operator/1.0.0/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml" diff --git a/Openshift4/artifactory-ha-operator/bundle/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml b/Openshift4/artifactory-ha-operator/bundle/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml index befdf1a..e66aa57 100644 --- a/Openshift4/artifactory-ha-operator/bundle/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml +++ b/Openshift4/artifactory-ha-operator/bundle/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml @@ -133,7 +133,7 @@ spec: - name: OPERATOR_NAME value: artifactory-ha-operator - name: RELATED_IMAGE_ARTIFACTORY_IMAGE_REPOSITORY - value: quay.io/jfrog/artifactory-rh-pro + value: registry.connect.redhat.com/jfrog/artifactory-pro - name: RELATED_IMAGE_NGINX_IMAGE_REPOSITORY value: quay.io/jfrog/nginx-artifactory-rh-pro - name: DATABASE_TYPE diff --git a/Openshift4/artifactory-ha-operator/deploy/olm-catalog/artifactory-ha-operator/1.0.0/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml b/Openshift4/artifactory-ha-operator/deploy/olm-catalog/artifactory-ha-operator/1.0.0/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml index befdf1a..e66aa57 100644 --- a/Openshift4/artifactory-ha-operator/deploy/olm-catalog/artifactory-ha-operator/1.0.0/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml +++ b/Openshift4/artifactory-ha-operator/deploy/olm-catalog/artifactory-ha-operator/1.0.0/artifactory-ha-operator.v1.0.0.clusterserviceversion.yaml @@ -133,7 +133,7 @@ spec: - name: OPERATOR_NAME value: artifactory-ha-operator - name: RELATED_IMAGE_ARTIFACTORY_IMAGE_REPOSITORY - value: quay.io/jfrog/artifactory-rh-pro + value: registry.connect.redhat.com/jfrog/artifactory-pro - name: RELATED_IMAGE_NGINX_IMAGE_REPOSITORY value: quay.io/jfrog/nginx-artifactory-rh-pro - name: DATABASE_TYPE diff --git a/Openshift4/artifactory-ha-operator/deploy/operator.yaml b/Openshift4/artifactory-ha-operator/deploy/operator.yaml index 51f05a8..3fcd108 100644 --- a/Openshift4/artifactory-ha-operator/deploy/operator.yaml +++ b/Openshift4/artifactory-ha-operator/deploy/operator.yaml @@ -29,7 +29,7 @@ spec: - name: OPERATOR_NAME value: "artifactory-ha-operator" - name: RELATED_IMAGE_ARTIFACTORY_IMAGE_REPOSITORY - value: "quay.io/jfrog/artifactory-rh-pro" + value: "registry.connect.redhat.com/jfrog/artifactory-pro" - name: RELATED_IMAGE_NGINX_IMAGE_REPOSITORY value: "quay.io/jfrog/nginx-artifactory-rh-pro" - name: DATABASE_TYPE