Skip to content

Commit 2aceea1

Browse files
committed
Reducing Konflux trigger and bumping catalog RC
1 parent 47b9d0f commit 2aceea1

11 files changed

+17
-15
lines changed

.tekton/fbc-v-4-12-pull-request.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
"catalog/***".pathChanged() ||
1515
"./requirements.txt".pathChanged() ||
1616
"hack/update-build.sh".pathChanged() ||
17-
"hack/bundle_digest.sh".pathChanged() ||
1817
"hack/patch_catalog.py".pathChanged() ||
1918
"hack/patch_csv.py".pathChanged())
2019
creationTimestamp: null
@@ -37,7 +36,9 @@ spec:
3736
- name: dockerfile
3837
value: catalog.Dockerfile.downstream
3938
- name: opm-image
40-
value: registry.redhat.io/openshift4/ose-operator-registry:v4.12
39+
value: registry.redhat.io/openshift4/ose-operator-registry:v4.12
40+
- name: build-platforms
41+
value: ["linux/x86_64"]
4142
pipelineRef:
4243
name: build-fbc-pipeline
4344
workspaces:

.tekton/fbc-v4-14-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
"catalog.Dockerfile.downstream".pathChanged() ||
1414
"catalog/***".pathChanged() ||
1515
"hack/update-build.sh".pathChanged() ||
16-
"hack/bundle_digest.sh".pathChanged() ||
1716
"hack/patch_catalog.py".pathChanged() ||
1817
"hack/patch_csv.py".pathChanged())
1918
creationTimestamp: null
@@ -37,6 +36,8 @@ spec:
3736
value: catalog.Dockerfile.downstream
3837
- name: opm-image
3938
value: registry.redhat.io/openshift4/ose-operator-registry:v4.14
39+
- name: build-platforms
40+
value: ["linux/x86_64"]
4041
pipelineRef:
4142
name: build-fbc-pipeline
4243
workspaces:

.tekton/fbc-v4-15-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
"catalog.Dockerfile.downstream".pathChanged() ||
1414
"catalog/***".pathChanged() ||
1515
"hack/update-build.sh".pathChanged() ||
16-
"hack/bundle_digest.sh".pathChanged() ||
1716
"hack/patch_catalog.py".pathChanged() ||
1817
"hack/patch_csv.py".pathChanged())
1918
creationTimestamp: null
@@ -37,6 +36,8 @@ spec:
3736
value: catalog.Dockerfile.downstream
3837
- name: opm-image
3938
value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15
39+
- name: build-platforms
40+
value: ["linux/x86_64"]
4041
pipelineRef:
4142
name: build-fbc-pipeline
4243
workspaces:

.tekton/fbc-v4-16-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
"catalog.Dockerfile.downstream".pathChanged() ||
1414
"catalog/***".pathChanged() ||
1515
"hack/update-build.sh".pathChanged() ||
16-
"hack/bundle_digest.sh".pathChanged() ||
1716
"hack/patch_catalog.py".pathChanged() ||
1817
"hack/patch_csv.py".pathChanged())
1918
creationTimestamp: null
@@ -37,6 +36,8 @@ spec:
3736
value: catalog.Dockerfile.downstream
3837
- name: opm-image
3938
value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16
39+
- name: build-platforms
40+
value: ["linux/x86_64"]
4041
pipelineRef:
4142
name: build-fbc-pipeline
4243
workspaces:

.tekton/fbc-v4-17-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
"catalog.Dockerfile.downstream".pathChanged() ||
1414
"catalog/***".pathChanged() ||
1515
"hack/update-build.sh".pathChanged() ||
16-
"hack/bundle_digest.sh".pathChanged() ||
1716
"hack/patch_catalog.py".pathChanged() ||
1817
"hack/patch_csv.py".pathChanged())
1918
creationTimestamp: null
@@ -40,6 +39,8 @@ spec:
4039
value: catalog.Dockerfile.downstream
4140
- name: opm-image
4241
value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.17
42+
- name: build-platforms
43+
value: ["linux/x86_64"]
4344
pipelineRef:
4445
name: build-fbc-pipeline
4546
workspaces:

.tekton/network-observability-operator-bundle-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
"bundle/***".pathChanged() ||
1414
"./requirements.txt".pathChanged() ||
1515
"hack/update-build.sh".pathChanged() ||
16-
"hack/container_digest.sh".pathChanged() ||
1716
"hack/patch_csv.py".pathChanged())
1817
creationTimestamp: null
1918
labels:

.tekton/network-observability-operator-fbc-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
"catalog/***".pathChanged() ||
1414
"./requirements.txt".pathChanged() ||
1515
"hack/update-build.sh".pathChanged() ||
16-
"hack/bundle_digest.sh".pathChanged() ||
1716
"hack/patch_catalog.py".pathChanged() ||
1817
"hack/patch_csv.py".pathChanged())
1918
creationTimestamp: null
@@ -35,6 +34,8 @@ spec:
3534
value: 5d
3635
- name: dockerfile
3736
value: ./catalog.Dockerfile.downstream
37+
- name: build-platforms
38+
value: ["linux/x86_64"]
3839
pipelineRef:
3940
name: build-fbc-pipeline
4041
workspaces:

.tekton/network-observability-operator-pull-request.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ metadata:
1313
"controllers/***".pathChanged() ||
1414
"Dockerfile.downstream".pathChanged() ||
1515
"docs/***".pathChanged() ||
16-
"go.mod".pathChanged() ||
17-
"go.sum".pathChanged() ||
1816
"hack/update-build.sh".pathChanged() ||
1917
"LICENSE".pathChanged() ||
2018
"main.go".pathChanged() ||
2119
"Makefile".pathChanged() ||
2220
"manifests/***".pathChanged() ||
2321
"pkg/***".pathChanged() ||
24-
"vendor/***".pathChanged())
2522
creationTimestamp: null
2623
labels:
2724
appstudio.openshift.io/application: netobserv-operator

catalog/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ entries:
3434
replaces: network-observability-operator.v1.6.1
3535
- name: network-observability-operator.v1.7.0
3636
replaces: network-observability-operator.v1.6.2
37-
- name: network-observability-operator.v1.7.1
37+
- name: network-observability-operator.v1.8.0
3838
replaces: network-observability-operator.v1.7.0
3939
---
4040
entries:

catalog/rc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:652c4315efe070dd4e3b91af036e9baa7bdeb9c6f1864b94b99f7795cfc5db88
3-
name: network-observability-operator.v1.7.1
3+
name: network-observability-operator.v1.8.0
44
package: netobserv-operator
55
properties:
66
- type: olm.gvk
@@ -21,7 +21,7 @@ properties:
2121
- type: olm.package
2222
value:
2323
packageName: netobserv-operator
24-
version: 1.7.1
24+
version: 1.8.0
2525
- type: olm.csv.metadata
2626
value:
2727
annotations:

0 commit comments

Comments
 (0)