Skip to content

Commit da845e5

Browse files
openshift-pipelines-botsavitaashture
openshift-pipelines-bot
authored andcommitted
[bot:revert-194-hack_1_16_conf_2] Update Generated Konflux Config
1 parent 89034e8 commit da845e5

File tree

125 files changed

+2258
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2258
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Application
5+
metadata:
6+
name: openshift-pipelines-cli-1-16
7+
spec:
8+
displayName: openshift-pipelines-cli 1.16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ReleasePlan
5+
metadata:
6+
labels:
7+
release.appstudio.openshift.io/auto-release: 'true'
8+
release.appstudio.openshift.io/standing-attribution: 'true'
9+
name: openshift-pipelines-cli-1-16-rp
10+
spec:
11+
application: openshift-pipelines-cli-1-16
12+
tenantPipeline:
13+
serviceAccountName: release-registry-openshift-pipelines-cli-1-16
14+
pipelineRef:
15+
resolver: git
16+
params:
17+
- name: url
18+
value: https://github.com/openshift-pipelines/hack.git
19+
- name: revision
20+
value: release-v1.16.x
21+
- name: pathInRepo
22+
value: tenantpipelines/pipeline.yaml
23+
params:
24+
- name: released_version
25+
value: "1.16"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: rbac.authorization.k8s.io/v1
4+
kind: Role
5+
metadata:
6+
name: release-plan-role-openshift-pipelines-cli-1-16
7+
rules:
8+
- apiGroups:
9+
- appstudio.redhat.com
10+
resources:
11+
- snapshots
12+
verbs:
13+
- get
14+
15+
---
16+
apiVersion: rbac.authorization.k8s.io/v1
17+
kind: RoleBinding
18+
metadata:
19+
name: release-plan-rolebinding-openshift-pipelines-cli-1-16
20+
subjects:
21+
- kind: ServiceAccount
22+
name: release-registry-openshift-pipelines-cli-1-16
23+
apiGroup: ""
24+
roleRef:
25+
kind: Role
26+
name: release-plan-role-openshift-pipelines-cli-1-16
27+
apiGroup: rbac.authorization.k8s.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: v1
4+
imagePullSecrets:
5+
- name: release-registry-openshift-pipelines-quay
6+
kind: ServiceAccount
7+
metadata:
8+
name: release-registry-openshift-pipelines-cli-1-16
9+
secrets:
10+
- name: release-registry-openshift-pipelines-quay
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: tektoncd-cli-1-16-tkn
9+
spec:
10+
componentName: tkn
11+
application: openshift-pipelines-cli-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/tektoncd-cli.git
17+
dockerfileUrl: .konflux/dockerfiles/tkn.Dockerfile
18+
revision: release-v0.16.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-cli-tkn-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: tektoncd-cli-1-16-tkn
12+
appstudio.redhat.com/application: openshift-pipelines-cli-1-16
13+
spec:
14+
image:
15+
name: 1-16/cli-tkn-rhel8
16+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Generated for Konflux Application openshift-pipelines-cli-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1beta2
4+
kind: IntegrationTestScenario
5+
metadata:
6+
name: openshift-pipelines-cli-1-16-enterprise-contract
7+
spec:
8+
application: openshift-pipelines-cli-1-16
9+
contexts:
10+
- description: execute the integration test for a Snapshot of the `component` type
11+
name: component
12+
params:
13+
- name: POLICY_CONFIGURATION
14+
value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers
15+
- name: TIMEOUT
16+
value: "15m0s"
17+
- name: SINGLE_COMPONENT
18+
value: "true"
19+
resolverRef:
20+
params:
21+
- name: url
22+
value: "https://github.com/konflux-ci/build-definitions"
23+
- name: revision
24+
value: main
25+
- name: pathInRepo
26+
value: pipelines/enterprise-contract.yaml
27+
resolver: git
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Application
5+
metadata:
6+
name: openshift-pipelines-core-1-16
7+
spec:
8+
displayName: openshift-pipelines-core 1.16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: console-plugin-1-16-console-plugin
9+
spec:
10+
componentName: console-plugin
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/console-plugin.git
17+
dockerfileUrl: .konflux/dockerfiles/console-plugin.Dockerfile
18+
revision: release-v1.16.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-console-plugin-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: console-plugin-1-16-console-plugin
12+
appstudio.redhat.com/application: openshift-pipelines-core-1-16
13+
spec:
14+
image:
15+
name: 1-16/console-plugin-rhel8
16+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: manual-approval-gate-1-16-controller
9+
spec:
10+
componentName: controller
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/manual-approval-gate.git
17+
dockerfileUrl: .konflux/dockerfiles/controller.Dockerfile
18+
revision: release-v0.3.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: manual-approval-gate-1-16-webhook
9+
spec:
10+
componentName: webhook
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/manual-approval-gate.git
17+
dockerfileUrl: .konflux/dockerfiles/webhook.Dockerfile
18+
revision: release-v0.3.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-manual-approval-gate-controller-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: manual-approval-gate-1-16-controller
12+
appstudio.redhat.com/application: openshift-pipelines-core-1-16
13+
spec:
14+
image:
15+
name: 1-16/manual-approval-gate-controller-rhel8
16+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-manual-approval-gate-webhook-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: manual-approval-gate-1-16-webhook
12+
appstudio.redhat.com/application: openshift-pipelines-core-1-16
13+
spec:
14+
image:
15+
name: 1-16/manual-approval-gate-webhook-rhel8
16+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: pac-downstream-1-16-cli
9+
spec:
10+
componentName: cli
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
- tektoncd-cli-1-16-tkn
15+
source:
16+
git:
17+
url: https://github.com/openshift-pipelines/pac-downstream.git
18+
dockerfileUrl: .konflux/dockerfiles/cli.Dockerfile
19+
revision: release-v1.16.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: pac-downstream-1-16-controller
9+
spec:
10+
componentName: controller
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/pac-downstream.git
17+
dockerfileUrl: .konflux/dockerfiles/controller.Dockerfile
18+
revision: release-v1.16.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: pac-downstream-1-16-watcher
9+
spec:
10+
componentName: watcher
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/pac-downstream.git
17+
dockerfileUrl: .konflux/dockerfiles/watcher.Dockerfile
18+
revision: release-v1.16.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: pac-downstream-1-16-webhook
9+
spec:
10+
componentName: webhook
11+
application: openshift-pipelines-core-1-16
12+
build-nudges-ref:
13+
- operator-1-16-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/pac-downstream.git
17+
dockerfileUrl: .konflux/dockerfiles/webhook.Dockerfile
18+
revision: release-v1.16.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-pipelines-as-code-cli-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: pac-downstream-1-16-cli
12+
appstudio.redhat.com/application: openshift-pipelines-core-1-16
13+
spec:
14+
image:
15+
name: 1-16/pipelines-as-code-cli-rhel8
16+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-pipelines-as-code-controller-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: pac-downstream-1-16-controller
12+
appstudio.redhat.com/application: openshift-pipelines-core-1-16
13+
spec:
14+
image:
15+
name: 1-16/pipelines-as-code-controller-rhel8
16+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.16 by openshift-pipelines/hack. DO NOT EDIT
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-16-pipelines-as-code-watcher-rhel8
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
image-controller.appstudio.redhat.com/skip-repository-deletion: "true"
10+
labels:
11+
appstudio.redhat.com/component: pac-downstream-1-16-watcher
12+
appstudio.redhat.com/application: openshift-pipelines-core-1-16
13+
spec:
14+
image:
15+
name: 1-16/pipelines-as-code-watcher-rhel8
16+
visibility: public

0 commit comments

Comments
 (0)