Skip to content

Commit ba601ec

Browse files
authored
ROX-29690: Put -4-8 versions on Konflux resources (#1954)
1 parent 59d73be commit ba601ec

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.tekton/scanner-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ metadata:
2020
)
2121
)
2222
labels:
23-
appstudio.openshift.io/application: acs
24-
appstudio.openshift.io/component: scanner
23+
appstudio.openshift.io/application: acs-4-8
24+
appstudio.openshift.io/component: scanner-4-8
2525
pipelines.appstudio.openshift.io/type: build
2626
name: scanner-on-push
2727
namespace: rh-acs-tenant
@@ -80,7 +80,7 @@ spec:
8080
cpu: 2
8181

8282
taskRunTemplate:
83-
serviceAccountName: build-pipeline-scanner
83+
serviceAccountName: build-pipeline-scanner-4-8
8484

8585
# Multiarch builds sometimes make the pipeline timeout after 1h.
8686
# Tagged builds wait for blobs to be published which takes about 1h.

.tekton/scanner-db-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ metadata:
2020
)
2121
)
2222
labels:
23-
appstudio.openshift.io/application: acs
24-
appstudio.openshift.io/component: scanner-db
23+
appstudio.openshift.io/application: acs-4-8
24+
appstudio.openshift.io/component: scanner-db-4-8
2525
pipelines.appstudio.openshift.io/type: build
2626
name: scanner-db-on-push
2727
namespace: rh-acs-tenant
@@ -65,7 +65,7 @@ spec:
6565
secretName: '{{ git_auth_secret }}'
6666

6767
taskRunTemplate:
68-
serviceAccountName: build-pipeline-scanner-db
68+
serviceAccountName: build-pipeline-scanner-db-4-8
6969

7070
# Tagged builds wait for blobs to be published which takes about 1h.
7171
timeouts:

.tekton/scanner-db-slim-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ metadata:
2020
)
2121
)
2222
labels:
23-
appstudio.openshift.io/application: acs
24-
appstudio.openshift.io/component: scanner-db-slim
23+
appstudio.openshift.io/application: acs-4-8
24+
appstudio.openshift.io/component: scanner-db-slim-4-8
2525
pipelines.appstudio.openshift.io/type: build
2626
name: scanner-db-slim-on-push
2727
namespace: rh-acs-tenant
@@ -65,7 +65,7 @@ spec:
6565
secretName: '{{ git_auth_secret }}'
6666

6767
taskRunTemplate:
68-
serviceAccountName: build-pipeline-scanner-db-slim
68+
serviceAccountName: build-pipeline-scanner-db-slim-4-8
6969

7070
timeouts:
7171
tasks: 1h

.tekton/scanner-slim-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ metadata:
2020
)
2121
)
2222
labels:
23-
appstudio.openshift.io/application: acs
24-
appstudio.openshift.io/component: scanner-slim
23+
appstudio.openshift.io/application: acs-4-8
24+
appstudio.openshift.io/component: scanner-slim-4-8
2525
pipelines.appstudio.openshift.io/type: build
2626
name: scanner-slim-on-push
2727
namespace: rh-acs-tenant
@@ -80,7 +80,7 @@ spec:
8080
cpu: 2
8181

8282
taskRunTemplate:
83-
serviceAccountName: build-pipeline-scanner-slim
83+
serviceAccountName: build-pipeline-scanner-slim-4-8
8484

8585
# Multiarch builds sometimes make the pipeline timeout after 1h.
8686
timeouts:

0 commit comments

Comments
 (0)