Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and openshift-merge-bot[bot] committed Oct 2, 2024
1 parent c4644cf commit 79aa8bb
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .konflux/main/component-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
image.redhat.com/generate: "true"
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
image.redhat.com/generate: '{"visibility": "public"}'
name: operator-main-operator
spec:
componentName: operator
application: operator-main
build-nudges-ref:
- operator-main-bundle
source:
git:
url: https://github.com/openshift-pipelines/operator
Expand Down
4 changes: 2 additions & 2 deletions .konflux/main/component-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
image.redhat.com/generate: "true"
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
image.redhat.com/generate: '{"visibility": "public"}'
name: operator-main-proxy
spec:
componentName: proxy
application: operator-main
build-nudges-ref:
- operator-main-bundle
source:
git:
url: https://github.com/openshift-pipelines/operator
Expand Down
4 changes: 2 additions & 2 deletions .konflux/main/component-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
image.redhat.com/generate: "true"
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
image.redhat.com/generate: '{"visibility": "public"}'
name: operator-main-webhook
spec:
componentName: webhook
application: operator-main
build-nudges-ref:
- operator-main-bundle
source:
git:
url: https://github.com/openshift-pipelines/operator
Expand Down
14 changes: 14 additions & 0 deletions .konflux/main/image-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: operator-main-operator
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/component: operator-main-operator
appstudio.redhat.com/application: operator-main
spec:
image:
name: operator-main/operator
visibility: public
14 changes: 14 additions & 0 deletions .konflux/main/image-proxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: operator-main-proxy
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/component: operator-main-proxy
appstudio.redhat.com/application: operator-main
spec:
image:
name: operator-main/proxy
visibility: public
14 changes: 14 additions & 0 deletions .konflux/main/image-webhook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: operator-main-webhook
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/component: operator-main-webhook
appstudio.redhat.com/application: operator-main
spec:
image:
name: operator-main/webhook
visibility: public
4 changes: 2 additions & 2 deletions .konflux/release-v1.17.x/component-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
image.redhat.com/generate: "true"
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
image.redhat.com/generate: '{"visibility": "public"}'
name: operator-1-17-operator
spec:
componentName: operator
application: operator-release-v1-17-x
build-nudges-ref:
- operator-release-v1-17-x-bundle
source:
git:
url: https://github.com/openshift-pipelines/operator
Expand Down
4 changes: 2 additions & 2 deletions .konflux/release-v1.17.x/component-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
image.redhat.com/generate: "true"
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
image.redhat.com/generate: '{"visibility": "public"}'
name: operator-1-17-proxy
spec:
componentName: proxy
application: operator-release-v1-17-x
build-nudges-ref:
- operator-release-v1-17-x-bundle
source:
git:
url: https://github.com/openshift-pipelines/operator
Expand Down
4 changes: 2 additions & 2 deletions .konflux/release-v1.17.x/component-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
image.redhat.com/generate: "true"
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
image.redhat.com/generate: '{"visibility": "public"}'
name: operator-1-17-webhook
spec:
componentName: webhook
application: operator-release-v1-17-x
build-nudges-ref:
- operator-release-v1-17-x-bundle
source:
git:
url: https://github.com/openshift-pipelines/operator
Expand Down
14 changes: 14 additions & 0 deletions .konflux/release-v1.17.x/image-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: operator-1-17-operator
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/component: operator-1-17-operator
appstudio.redhat.com/application: operator-release-v1-17-x
spec:
image:
name: operator-release-v1-17-x/operator
visibility: public
14 changes: 14 additions & 0 deletions .konflux/release-v1.17.x/image-proxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: operator-1-17-proxy
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/component: operator-1-17-proxy
appstudio.redhat.com/application: operator-release-v1-17-x
spec:
image:
name: operator-release-v1-17-x/proxy
visibility: public
14 changes: 14 additions & 0 deletions .konflux/release-v1.17.x/image-webhook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: operator-1-17-webhook
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/component: operator-1-17-webhook
appstudio.redhat.com/application: operator-release-v1-17-x
spec:
image:
name: operator-release-v1-17-x/webhook
visibility: public

0 comments on commit 79aa8bb

Please sign in to comment.