Skip to content

Commit bd9dfc3

Browse files
committed
Fix version tags used in build pipeline
- Should be 4.21 now
1 parent 542923b commit bd9dfc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.tekton/build-pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ spec:
175175
value:
176176
- build-date=$SOURCE_DATE
177177
- short-commit=$(tasks.clone-repository.results.short-commit)
178-
- version=v4.20-$SOURCE_DATE_EPOCH
178+
- version=v4.21-$SOURCE_DATE_EPOCH
179179
- name: source-date-epoch
180180
value: $(tasks.clone-repository.results.commit-timestamp)
181181
runAfter:
@@ -259,8 +259,8 @@ spec:
259259
- description=recert
260260
- distribution-scope=public
261261
- io.k8s.description=recert
262-
- release=4.20
263-
- cpe="cpe:/a:redhat:openshift:4.20::el9"
262+
- release=4.21
263+
- cpe="cpe:/a:redhat:openshift:4.21::el9"
264264
- url=https://github.com/rh-ecosystem-edge/recert
265265
- vendor=Red Hat, Inc.
266266
- io.k8s.display-name=recert

0 commit comments

Comments
 (0)