File tree Expand file tree Collapse file tree 5 files changed +48
-0
lines changed
konflux-configs/base/application Expand file tree Collapse file tree 5 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ resources:
77 - rekor/base
88 - rekor-monitor/base
99 - rekor-search/base
10+ - timestamp-authority/base
Original file line number Diff line number Diff line change 1+ apiVersion : appstudio.redhat.com/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : timestamp-authority
5+ spec :
6+ displayName : timestamp-authority (main)
Original file line number Diff line number Diff line change 1+ apiVersion : appstudio.redhat.com/v1alpha1
2+ kind : Component
3+ metadata :
4+ annotations :
5+ build.appstudio.openshift.io/pipeline : ' {"name":"docker-build-oci-ta","bundle":"latest"}'
6+ git-provider : github
7+ git-provider-url : https://github.com
8+ name : timestamp-authority
9+ spec :
10+ componentName : timestamp-authority
11+ source :
12+ git :
13+ url : https://github.com/securesign/timestamp-authority.git
14+ revision : main
15+ dockerfileUrl : Dockerfile.tsa.rh
Original file line number Diff line number Diff line change 1+ apiVersion : appstudio.redhat.com/v1alpha1
2+ kind : ImageRepository
3+ metadata :
4+ name : imagerepository-for-timestamp-authority-timestamp-authority
5+ labels :
6+ appstudio.redhat.com/component : timestamp-authority
7+ spec :
8+ image :
9+ name : rhtas-tenant/timestamp-authority/timestamp-authority
10+ visibility : public
11+ notifications :
12+ - config :
13+ url : https://bombino.api.redhat.com/v1/sbom/quay/push
14+ event : repo_push
15+ method : webhook
16+ title : SBOM-event-to-Bombino
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+
4+ resources :
5+ - application.yaml
6+ - component.yaml
7+ - imagerepository.yaml
8+
9+ components :
10+ - ../../base/application
You can’t perform that action at this time.
0 commit comments