Skip to content

Commit 2afa98c

Browse files
committed
[build] Use 10.22 resources in tekton pipelines
1 parent 811d81d commit 2afa98c

5 files changed

+21
-21
lines changed

.tekton/images-mirror-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ spec:
66
imageDigestMirrors:
77
- source: registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator
88
mirrors:
9-
- quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-4-21
9+
- quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-4-22

.tekton/windows-machine-config-operator-bundle-release-4-21-pull-request.yaml renamed to .tekton/windows-machine-config-operator-bundle-release-4-22-pull-request.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ metadata:
1313
&& ( "Containerfile.bundle".pathChanged() || "bundle/***".pathChanged() || ".tekton/windows-machine-config-operator-bundle-*".pathChanged() )
1414
creationTimestamp:
1515
labels:
16-
appstudio.openshift.io/application: windows-machine-config-operator-release-4-21
17-
appstudio.openshift.io/component: windows-machine-config-operator-bundle-release-4-21
16+
appstudio.openshift.io/application: windows-machine-config-operator-release-4-22
17+
appstudio.openshift.io/component: windows-machine-config-operator-bundle-release-4-22
1818
pipelines.appstudio.openshift.io/type: build
19-
name: windows-machine-config-operator-bundle-release-4-21-on-pull-request
19+
name: windows-machine-config-operator-bundle-release-4-22-on-pull-request
2020
namespace: windows-machine-conf-tenant
2121
spec:
2222
params:
@@ -33,7 +33,7 @@ spec:
3333
- name: image-expires-after
3434
value: 5d
3535
- name: output-image
36-
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-bundle-release-4-21:on-pr-{{revision}}
36+
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-bundle-release-4-22:on-pr-{{revision}}
3737
- name: revision
3838
value: '{{revision}}'
3939
pipelineSpec:
@@ -543,7 +543,7 @@ spec:
543543
memory: 8Gi
544544
name: use-trusted-artifact
545545
taskRunTemplate:
546-
serviceAccountName: build-pipeline-windows-machine-config-operator-bundle-release-4-21
546+
serviceAccountName: build-pipeline-windows-machine-config-operator-bundle-release-4-22
547547
workspaces:
548548
- name: git-auth
549549
secret:

.tekton/windows-machine-config-operator-bundle-release-4-21-push.yaml renamed to .tekton/windows-machine-config-operator-bundle-release-4-22-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ metadata:
1212
&& ( "Containerfile.bundle".pathChanged() || "bundle/***".pathChanged() || ".tekton/windows-machine-config-operator-bundle-*".pathChanged() )
1313
creationTimestamp:
1414
labels:
15-
appstudio.openshift.io/application: windows-machine-config-operator-release-4-21
16-
appstudio.openshift.io/component: windows-machine-config-operator-bundle-release-4-21
15+
appstudio.openshift.io/application: windows-machine-config-operator-release-4-22
16+
appstudio.openshift.io/component: windows-machine-config-operator-bundle-release-4-22
1717
pipelines.appstudio.openshift.io/type: build
18-
name: windows-machine-config-operator-bundle-release-4-21-on-push
18+
name: windows-machine-config-operator-bundle-release-4-22-on-push
1919
namespace: windows-machine-conf-tenant
2020
spec:
2121
params:
@@ -30,7 +30,7 @@ spec:
3030
- name: git-url
3131
value: '{{source_url}}'
3232
- name: output-image
33-
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-bundle-release-4-21:{{revision}}
33+
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-bundle-release-4-22:{{revision}}
3434
- name: revision
3535
value: '{{revision}}'
3636
pipelineSpec:
@@ -530,7 +530,7 @@ spec:
530530
memory: 8Gi
531531
name: use-trusted-artifact
532532
taskRunTemplate:
533-
serviceAccountName: build-pipeline-windows-machine-config-operator-bundle-release-4-21
533+
serviceAccountName: build-pipeline-windows-machine-config-operator-bundle-release-4-22
534534
workspaces:
535535
- name: git-auth
536536
secret:

.tekton/windows-machine-config-operator-release-4-21-pull-request.yaml renamed to .tekton/windows-machine-config-operator-release-4-22-pull-request.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ metadata:
1313
&& !files.all.all(x, x.matches('^docs/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE|Containerfile.bundle)$'))
1414
creationTimestamp:
1515
labels:
16-
appstudio.openshift.io/application: windows-machine-config-operator-release-4-21
17-
appstudio.openshift.io/component: windows-machine-config-operator-release-4-21
16+
appstudio.openshift.io/application: windows-machine-config-operator-release-4-22
17+
appstudio.openshift.io/component: windows-machine-config-operator-release-4-22
1818
pipelines.appstudio.openshift.io/type: build
19-
name: windows-machine-config-operator-release-4-21-on-pull-request
19+
name: windows-machine-config-operator-release-4-22-on-pull-request
2020
namespace: windows-machine-conf-tenant
2121
spec:
2222
params:
@@ -33,7 +33,7 @@ spec:
3333
- name: image-expires-after
3434
value: 5d
3535
- name: output-image
36-
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-4-21:on-pr-{{revision}}
36+
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-4-22:on-pr-{{revision}}
3737
- name: revision
3838
value: '{{revision}}'
3939
pipelineSpec:
@@ -529,7 +529,7 @@ spec:
529529
memory: 8Gi
530530
name: use-trusted-artifact
531531
taskRunTemplate:
532-
serviceAccountName: build-pipeline-windows-machine-config-operator-release-4-21
532+
serviceAccountName: build-pipeline-windows-machine-config-operator-release-4-22
533533
workspaces:
534534
- name: git-auth
535535
secret:

.tekton/windows-machine-config-operator-release-4-21-push.yaml renamed to .tekton/windows-machine-config-operator-release-4-22-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ metadata:
1212
&& !files.all.all(x, x.matches('^docs/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE|Containerfile.bundle)$'))
1313
creationTimestamp:
1414
labels:
15-
appstudio.openshift.io/application: windows-machine-config-operator-release-4-21
16-
appstudio.openshift.io/component: windows-machine-config-operator-release-4-21
15+
appstudio.openshift.io/application: windows-machine-config-operator-release-4-22
16+
appstudio.openshift.io/component: windows-machine-config-operator-release-4-22
1717
pipelines.appstudio.openshift.io/type: build
18-
name: windows-machine-config-operator-release-4-21-on-push
18+
name: windows-machine-config-operator-release-4-22-on-push
1919
namespace: windows-machine-conf-tenant
2020
spec:
2121
params:
@@ -30,7 +30,7 @@ spec:
3030
- name: git-url
3131
value: '{{source_url}}'
3232
- name: output-image
33-
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-4-21:{{revision}}
33+
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-4-22:{{revision}}
3434
- name: revision
3535
value: '{{revision}}'
3636
pipelineSpec:
@@ -526,7 +526,7 @@ spec:
526526
memory: 8Gi
527527
name: use-trusted-artifact
528528
taskRunTemplate:
529-
serviceAccountName: build-pipeline-windows-machine-config-operator-release-4-21
529+
serviceAccountName: build-pipeline-windows-machine-config-operator-release-4-22
530530
workspaces:
531531
- name: git-auth
532532
secret:

0 commit comments

Comments
 (0)