Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-v1.17] Update Konflux configurations #1061

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/application: serverless-operator-137
appstudio.redhat.com/component: kn-plugin-func-func-util-117
name: kn-plugin-func-func-util-117
spec:
image:
name: serverless-operator-137/kn-plugin-func-func-util
visibility: public
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
build.appstudio.openshift.io/request: configure-pac-no-mr
name: kn-plugin-func-func-util-117
spec:
componentName: kn-plugin-func-func-util-117
application: serverless-operator-137

source:
git:
url: https://github.com/openshift-knative/kn-plugin-func.git
context:
dockerfileUrl: openshift/ci-operator/knative-images/func-util/Dockerfile
revision: release-v1.17
Loading
Loading