Skip to content

Commit ec38676

Browse files
serverless-qeserverless-qe
and
serverless-qe
authored
[release-v1.18] Update Konflux configurations (#1280)
* Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh" * [release-v1.18] Sync Konflux configurations --------- Co-authored-by: serverless-qe <[email protected]>
1 parent aab1fe4 commit ec38676

File tree

7 files changed

+699
-2
lines changed

7 files changed

+699
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: appstudio.redhat.com/v1alpha1
2+
kind: ImageRepository
3+
metadata:
4+
annotations:
5+
image-controller.appstudio.redhat.com/update-component-image: "true"
6+
labels:
7+
appstudio.redhat.com/application: serverless-operator-138
8+
appstudio.redhat.com/component: kn-plugin-func-func-util-118
9+
name: kn-plugin-func-func-util-118
10+
spec:
11+
image:
12+
name: serverless-operator-138/kn-plugin-func-func-util
13+
visibility: public
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: appstudio.redhat.com/v1alpha1
2+
kind: Component
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
6+
build.appstudio.openshift.io/request: configure-pac-no-mr
7+
name: kn-plugin-func-func-util-118
8+
spec:
9+
componentName: kn-plugin-func-func-util-118
10+
application: serverless-operator-138
11+
12+
source:
13+
git:
14+
url: https://github.com/openshift-knative/kn-plugin-func.git
15+
context:
16+
dockerfileUrl: openshift/ci-operator/knative-images/func-util/Dockerfile
17+
revision: release-v1.18

0 commit comments

Comments
 (0)