File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ In addition, some of the configuration of this repository are generated from the
23
23
It stores all the component's built images (not released yet) as well as version numbers, …
24
24
- [ ` head ` ] ( ./head ) holds the commit SHA from [ ` tektoncd/operator ` ] [ tektoncd-operator ] that is currently vendored.
25
25
- [ ` upstream ` ] ( ./upstream ) holds the * unchanged* vendored code from [ ` tektoncd/operator ` ] [ tektoncd-operator ]
26
- - [ ` openshift ` ] ( ./openshift ) holds openshift/openshift-pipelines specific code such as
27
- - [ ` dockerfiles ` ] ( ./openshift /dockerfiles ) for the operator's images.
28
- - [ ` bundle ` ] ( ./openshift /olm-catalog/bundle ) for the bundle image.
26
+ - [ ` .konflux ` ] ( ./.konflux ) holds openshift/openshift-pipelines specific code such as
27
+ - [ ` dockerfiles ` ] ( ./.konflux /dockerfiles ) for the operator's images.
28
+ - [ ` bundle ` ] ( ./.konflux /olm-catalog/bundle ) for the bundle image.
29
29
A lot of files in this repository are generated from the upstream code and some [ ` hack ` ] ( ./hack ) scripts.
30
- - [ ` index ` ] ( ./openshift /olm-catalog/index ) for the index image.
31
- - [ ` rpms ` ] ( ./openshift /rpms ) for the "prefetch" of rpms (as we build everything in an hermetic way)
30
+ - [ ` index ` ] ( ./.konflux /olm-catalog/index ) for the index image.
31
+ - [ ` rpms ` ] ( ./.konflux /rpms ) for the "prefetch" of rpms (as we build everything in an hermetic way)
32
32
- [ ` .github ` ] ( ./.github ) holds GitHub workflow configurations. Some of them are automatically generated by the [ ` hack ` project] [ osp-hack ] .
33
33
- [ ` .konflux ` ] ( ./.konflux ) and [ ` .tekton ` ] ( ./tekton ) hold konflux and tekton manifests, and are mostly coming from the [ ` hack ` project] [ osp-hack ] .
34
34
You can’t perform that action at this time.
0 commit comments