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
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,26 @@
context: ./
dockerfileUrl: Dockerfile
revision: "{{.branch}}"
url: https://github.com/securesign/artifact-signer-ansible
url: https://github.com/securesign/artifact-signer-ansible
- op: add
path: /spec/resources/-
value:
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: "artifact-signer-ansible{{.nameSuffix}}"
annotations:
image-controller.appstudio.redhat.com/update-component-image: 'true'
labels:
appstudio.redhat.com/application: "{{.application}}{{.nameSuffix}}"
appstudio.redhat.com/component: "artifact-signer-ansible{{.nameSuffix}}"
spec:
image:
name: rhtas-tenant/artifact-signer-ansible
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
Expand Up @@ -16,3 +16,25 @@
dockerfileUrl: bundle.Dockerfile
revision: "{{.branch}}"
url: https://github.com/securesign/secure-sign-operator
- op: add
path: /spec/resources/-
value:
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: "rhtas-operator-bundle{{.nameSuffix}}"
annotations:
image-controller.appstudio.redhat.com/update-component-image: 'true'
labels:
appstudio.redhat.com/application: "{{.application}}{{.nameSuffix}}"
appstudio.redhat.com/component: "rhtas-operator-bundle{{.nameSuffix}}"
spec:
image:
name: rhtas-tenant/rhtas-operator-bundle
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
Expand Up @@ -16,3 +16,25 @@
dockerfileUrl: Dockerfile.rhtas-operator.rh
revision: "{{.branch}}"
url: https://github.com/securesign/secure-sign-operator
- op: add
path: /spec/resources/-
value:
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
name: "rhtas-operator{{.nameSuffix}}"
annotations:
image-controller.appstudio.redhat.com/update-component-image: 'true'
labels:
appstudio.redhat.com/application: "{{.application}}{{.nameSuffix}}"
appstudio.redhat.com/component: "rhtas-operator{{.nameSuffix}}"
spec:
image:
name: rhtas-tenant/rhtas-operator
visibility: public
notifications:
- config:
url: https://bombino.api.redhat.com/v1/sbom/quay/push
event: repo_push
method: webhook
title: SBOM-event-to-Bombino
Loading