mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Pipelines operator v1.1.1 release
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
|
||||||
@@ -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
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ metadata:
|
|||||||
capabilities: Seamless Upgrades
|
capabilities: Seamless Upgrades
|
||||||
categories: Developer Tools,Integration & Delivery
|
categories: Developer Tools,Integration & Delivery
|
||||||
certified: 'true'
|
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
|
createdAt: 2020-10-09 00:00:00+00:00
|
||||||
description: JFrog Pipeline Enterprise deploys Pipeline CI/CD Openshift (Requires Jfrog Artifactory)
|
description: JFrog Pipeline Enterprise deploys Pipeline CI/CD Openshift (Requires Jfrog Artifactory)
|
||||||
repository: https://github.com/jfrog/JFrog-Cloud-Installers/tree/openshift4/Openshift4
|
repository: https://github.com/jfrog/JFrog-Cloud-Installers/tree/openshift4/Openshift4
|
||||||
@@ -209,7 +209,7 @@ spec:
|
|||||||
description: '## Overview
|
description: '## Overview
|
||||||
|
|
||||||
|
|
||||||
Openshift Operator to deploy JFrog Pipelinesinto your Openshift cluster.
|
Openshift Operator to deploy JFrog Pipelines into your Openshift cluster.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -331,7 +331,25 @@ spec:
|
|||||||
fieldPath: metadata.name
|
fieldPath: metadata.name
|
||||||
- name: OPERATOR_NAME
|
- name: OPERATOR_NAME
|
||||||
value: pipeline-operator
|
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
|
imagePullPolicy: Always
|
||||||
name: pipeline-operator
|
name: pipeline-operator
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -14,6 +14,7 @@ LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
|
|||||||
|
|
||||||
COPY 1.1.1/manifests /manifests/
|
COPY 1.1.1/manifests /manifests/
|
||||||
COPY 1.1.1/metadata /metadata/
|
COPY 1.1.1/metadata /metadata/
|
||||||
|
COPY 1.1.1/tests /tests/
|
||||||
LABEL com.redhat.openshift.versions="v4.5,v4.6"
|
LABEL com.redhat.openshift.versions="v4.5,v4.6"
|
||||||
LABEL com.redhat.delivery.operator.bundle=true
|
LABEL com.redhat.delivery.operator.bundle=true
|
||||||
LABEL com.redhat.delivery.backport=true
|
LABEL com.redhat.delivery.backport=true
|
||||||
|
|||||||
@@ -1,2 +1,8 @@
|
|||||||
resources:
|
resources:
|
||||||
- manager.yaml
|
- manager.yaml
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
images:
|
||||||
|
- name: controller
|
||||||
|
newName: controller
|
||||||
|
newTag: latest
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
resources:
|
||||||
|
- ../default
|
||||||
|
- ../samples
|
||||||
|
- ../scorecard
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# Use the 'create api' subcommand to add watches to this file.
|
# Use the 'create api' subcommand to add watches to this file.
|
||||||
- group: charts.my.domain
|
- group: charts.helm.k8s.io
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
kind: OpenshiftPipelines
|
kind: OpenshiftPipelines
|
||||||
chart: helm-charts/openshift-pipelines
|
chart: helm-charts/openshift-pipelines
|
||||||
|
|||||||
Reference in New Issue
Block a user