We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542923b + bd9dfc3 commit 1f5c4f5Copy full SHA for 1f5c4f5
.tekton/build-pipeline.yaml
@@ -175,7 +175,7 @@ spec:
175
value:
176
- build-date=$SOURCE_DATE
177
- short-commit=$(tasks.clone-repository.results.short-commit)
178
- - version=v4.20-$SOURCE_DATE_EPOCH
+ - version=v4.21-$SOURCE_DATE_EPOCH
179
- name: source-date-epoch
180
value: $(tasks.clone-repository.results.commit-timestamp)
181
runAfter:
@@ -259,8 +259,8 @@ spec:
259
- description=recert
260
- distribution-scope=public
261
- io.k8s.description=recert
262
- - release=4.20
263
- - cpe="cpe:/a:redhat:openshift:4.20::el9"
+ - release=4.21
+ - cpe="cpe:/a:redhat:openshift:4.21::el9"
264
- url=https://github.com/rh-ecosystem-edge/recert
265
- vendor=Red Hat, Inc.
266
- io.k8s.display-name=recert
0 commit comments