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

@@ -1,29 +0,0 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: openshiftartifactoryhas.charts.helm.k8s.io
spec:
group: charts.helm.k8s.io
names:
kind: OpenshiftArtifactoryHa
listKind: OpenshiftArtifactoryHaList
plural: openshiftartifactoryhas
singular: openshiftartifactoryha
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
status:
acceptedNames:
kind: ''
plural: ''
conditions: null
storedVersions: null

View File

@@ -0,0 +1,43 @@
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
- image: quay.io/operator-framework/scorecard-test:latest
entrypoint:
- scorecard-test
- olm-crds-have-validation
labels:
suite: olm
test: olm-crds-have-validation-test
- image: quay.io/operator-framework/scorecard-test:latest
entrypoint:
- scorecard-test
- olm-crds-have-resources
labels:
suite: olm
test: olm-crds-have-resources-test
- image: quay.io/operator-framework/scorecard-test:latest
entrypoint:
- scorecard-test
- olm-spec-descriptors
labels:
suite: olm
test: olm-spec-descriptors-test

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

View File

@@ -1,2 +1,8 @@
resources:
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: controller
newTag: latest

View File

@@ -0,0 +1,47 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.0.1
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
name: pipeline-operator.vX.Y.Z
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions: {}
description: Pipeline Enterprise Operator
displayName: Pipeline Enterprise Operator
icon:
- base64data: ""
mediatype: ""
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
keywords:
- DevOps
- Integrations
- Application Delivery
links:
- name: Pipeline Operator
url: https://pipeline-operator.domain
maintainers:
- email: johnp@jfrog.com
name: johnp
- email: vinaya@jfrog.com
name: vinay
maturity: alpha
provider:
name: JFrog Ltd
version: 0.0.0

View File

@@ -0,0 +1,4 @@
resources:
- ../default
- ../samples
- ../scorecard

View File

@@ -1,5 +1,5 @@
# Use the 'create api' subcommand to add watches to this file.
- group: charts.my.domain
- group: charts.helm.k8s.io
version: v1alpha1
kind: OpenshiftPipelines
chart: helm-charts/openshift-pipelines