Skip to content

Commit f17102d

Browse files
sync pipelineruns with konflux-central - 1ae67d5
1 parent 6e43910 commit f17102d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.tekton/odh-training-operator-v3-3-push.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
event == "push"
1313
&& target_branch == "rhoai-3.3"
1414
&& ( !".tekton/**".pathChanged() || ".tekton/odh-training-operator-v3-3-push.yaml".pathChanged() )
15-
creationTimestamp:
1615
labels:
1716
appstudio.openshift.io/application: rhoai-v3-3
1817
appstudio.openshift.io/component: odh-training-operator-v3-3
@@ -28,12 +27,10 @@ spec:
2827
- name: additional-tags
2928
value:
3029
- '{{target_branch}}-{{revision}}'
31-
- name: additional-labels
32-
value:
33-
- version=v3.3.0
34-
- io.openshift.tags=odh-training-operator
3530
- name: output-image
3631
value: quay.io/rhoai/odh-training-operator-rhel9:{{target_branch}}
32+
- name: rhoai-version
33+
value: "3.3.0"
3734
- name: dockerfile
3835
value: build/images/training-operator/Dockerfile.konflux
3936
- name: path-context

0 commit comments

Comments
 (0)