Skip to content

Commit eefb2fc

Browse files
committed
Update push for bundle
Signed-off-by: savitaashture <[email protected]>
1 parent 46c721a commit eefb2fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmd/konflux/templates/tekton/component-push.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ spec:
3636
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/{{hyphenize .Version.Version}}/{{.ImagePrefix}}{{.Name}}{{.ImageSuffix}}:{{"{{revision}}"}}
3737
- name: dockerfile
3838
value: {{.Dockerfile}}
39+
{{- if contains (printf "%s-%s-%s" (basename .Repository.Name | hyphenize) (hyphenize .Version.Version) .Name) "bundle" }}
40+
- name: build-platforms
41+
value:
42+
- linux/x86_64
43+
- name: build-image-index
44+
value: false
45+
{{- end }}
3946
- name: prefetch-input
4047
value: |
4148
{{ .PrefetchInput }}

0 commit comments

Comments
 (0)