Pipelines operator v1.1.1 release

This commit is contained in:
John Peterson
2020-10-14 09:47:48 -07:00
parent 54102eac60
commit 3a89a30242
11 changed files with 144 additions and 417 deletions

View File

@@ -167,7 +167,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Developer Tools,Integration & Delivery
certified: 'true'
containerImage: registry.connect.redhat.com/jfrog/pipelines-operator:1.8.0
containerImage: registry.connect.redhat.com/jfrog/pipelines-operator:1.8
createdAt: 2020-10-09 00:00:00+00:00
description: JFrog Pipeline Enterprise deploys Pipeline CI/CD Openshift (Requires Jfrog Artifactory)
repository: https://github.com/jfrog/JFrog-Cloud-Installers/tree/openshift4/Openshift4
@@ -209,7 +209,7 @@ spec:
description: '## Overview
Openshift Operator to deploy JFrog Pipelinesinto your Openshift cluster.
Openshift Operator to deploy JFrog Pipelines into your Openshift cluster.
## Usage
@@ -331,7 +331,25 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: pipeline-operator
image: registry.connect.redhat.com/jfrog/pipelines-operator:1.8.0
- name: RELATED_IMAGE_PIPELINE_API_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-api:1.8.0
- name: RELATED_IMAGE_PIPELINE_ROUTER_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-router:1.8.0
- name: RELATED_IMAGE_PIPELINE_WWW_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-www:1.8.0
- name: RELATED_IMAGE_PIPELINE_MICRO_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-micro:1.8.0
- name: RELATED_IMAGE_PIPELINE_INSTALLER_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-installer:1.8.0
- name: RELATED_IMAGE_PIPELINE_RABBITMQ_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-rabbitmq:3.8.9
- name: RELATED_IMAGE_PIPELINE_REDIS_IMAGE_REPOSITORY
value: registry.redhat.io/rhel8/redis-5:1-98
- name: RELATED_IMAGE_PIPELINE_VAULT_INIT_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-vault-init:1.8.0
- name: RELATED_IMAGE_PIPELINE_VAULT_IMAGE_REPOSITORY
value: registry.connect.redhat.com/jfrog/pipelines-vault:1.8.0
image: registry.connect.redhat.com/jfrog/pipelines-operator:1.8
imagePullPolicy: Always
name: pipeline-operator
resources: {}

View File

@@ -0,0 +1,21 @@
kind: Configuration
apiversion: scorecard.operatorframework.io/v1alpha3
metadata:
name: config
stages:
- parallel: true
tests:
- image: quay.io/operator-framework/scorecard-test:latest
entrypoint:
- scorecard-test
- basic-check-spec
labels:
suite: basic
test: basic-check-spec-test
- image: quay.io/operator-framework/scorecard-test:latest
entrypoint:
- scorecard-test
- olm-bundle-validation
labels:
suite: olm
test: olm-bundle-validation-test

View File

@@ -14,6 +14,7 @@ LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
COPY 1.1.1/manifests /manifests/
COPY 1.1.1/metadata /metadata/
COPY 1.1.1/tests /tests/
LABEL com.redhat.openshift.versions="v4.5,v4.6"
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.delivery.backport=true