Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions konflux-configs/base/application/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ resources:
- rekor/base
- rekor-monitor/base
- rekor-search/base
- timestamp-authority/base
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Application
metadata:
name: timestamp-authority
spec:
displayName: timestamp-authority (main)
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-oci-ta","bundle":"latest"}'
git-provider: github
git-provider-url: https://github.com
name: timestamp-authority
spec:
componentName: timestamp-authority
source:
git:
url: https://github.com/securesign/timestamp-authority.git
revision: main
dockerfileUrl: Dockerfile.tsa.rh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: imagerepository-for-timestamp-authority-timestamp-authority
labels:
appstudio.redhat.com/component: timestamp-authority
spec:
image:
name: rhtas-tenant/timestamp-authority/timestamp-authority
visibility: public
notifications:
- config:
url: https://bombino.api.redhat.com/v1/sbom/quay/push
event: repo_push
method: webhook
title: SBOM-event-to-Bombino
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- application.yaml
- component.yaml
- imagerepository.yaml

components:
- ../../base/application
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
resources:
- trillian
- tough
- timestamp-authority
- segment-backup-job
- scaffold
- fulcio
Expand Down

This file was deleted.

This file was deleted.