Skip to content

Commit f15d060

Browse files
committed
feat: add timestamp-authority application
Signed-off-by: Tomas Turek <tturek@redhat.com>
1 parent 393bb7a commit f15d060

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed

konflux-configs/base/application/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ resources:
77
- rekor/base
88
- rekor-monitor/base
99
- rekor-search/base
10+
- timestamp-authority/base
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: appstudio.redhat.com/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: timestamp-authority
5+
spec:
6+
displayName: timestamp-authority (main)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)