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
4 changes: 4 additions & 0 deletions .tekton/model-transparency-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ metadata:
namespace: rhtas-tenant
spec:
params:
- name: release-version
value: "1.4.0"
- name: image-version
value: "1.0.0"
- name: git-url
value: '{{source_url}}'
- name: revision
Expand Down
4 changes: 4 additions & 0 deletions .tekton/model-transparency-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ metadata:
namespace: rhtas-tenant
spec:
params:
- name: release-version
value: "1.4.0"
- name: image-version
value: "1.0.0"
- name: git-url
value: '{{source_url}}'
- name: revision
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.model-transparency.rh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ LABEL io.openshift.tags="model transparency security ml"
LABEL summary="Provides a library for model transparency."
LABEL com.redhat.component="model-transparency"
LABEL name="rhtas/model-transparency-rhel9"
LABEL cpe="cpe:/a:redhat:trusted_artifact_signer:1.4.0::el9"
Loading