Skip to content

Commit

Permalink
[release-v1.15] Sync Konflux configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Sep 12, 2024
1 parent b16c0fa commit 011403f
Show file tree
Hide file tree
Showing 10 changed files with 724 additions and 0 deletions.
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-release-135
appstudio.redhat.com/component: net-istio-controller-115
name: net-istio-controller-115
spec:
image:
name: serverless-operator-release-135/net-istio-controller
visibility: public
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-release-135
appstudio.redhat.com/component: net-istio-webhook-115
name: net-istio-webhook-115
spec:
image:
name: serverless-operator-release-135/net-istio-webhook
visibility: public
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
name: net-istio-controller-115
spec:
componentName: net-istio-controller-115
application: serverless-operator-135

build-nudges-ref:

- "serverless-bundle-135"


source:
git:
url: https://github.com/openshift-knative/net-istio.git
context:
dockerfileUrl: openshift/ci-operator/knative-images/controller/Dockerfile
revision: release-v1.15
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
name: net-istio-webhook-115
spec:
componentName: net-istio-webhook-115
application: serverless-operator-135

build-nudges-ref:

- "serverless-bundle-135"


source:
git:
url: https://github.com/openshift-knative/net-istio.git
context:
dockerfileUrl: openshift/ci-operator/knative-images/webhook/Dockerfile
revision: release-v1.15
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Application
metadata:
name: serverless-operator-135
spec:
description: serverless-operator release-1.35
displayName: serverless-operator release-1.35
Loading

0 comments on commit 011403f

Please sign in to comment.