Skip to content

Commit 28c182c

Browse files
committed
update
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent 3edf456 commit 28c182c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .tekton/observatorium-api-pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "main"
11+
== "rhobs-obs-api-konflux"
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: rhobs

Diff for: .tekton/observatorium-api-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
== "main"
10+
== "rhobs-obs-api-konflux"
1111
creationTimestamp: null
1212
labels:
1313
appstudio.openshift.io/application: rhobs

Diff for: Containerfile.operator

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ARG IMAGE_OPENSHIFT_TAGS
3636
USER 10000:10000
3737

3838
LABEL vendor="Red Hat, Inc." \
39+
com.redhat.component="rhobs-obs-api" \
3940
name="$IMAGE_NAME" \
4041
maintainer="$IMAGE_MAINTAINER" \
4142
version="$IMAGE_VERSION" \

0 commit comments

Comments
 (0)