Skip to content

Commit 851edaa

Browse files
authored
chore: cli image swap (#20)
* chore: cli image swap Signed-off-by: SequeI <[email protected]> * fix Signed-off-by: SequeI <[email protected]> --------- Signed-off-by: SequeI <[email protected]>
1 parent fb3ef0d commit 851edaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
env:
10-
MODEL_TRANSPARENCY_IMG: quay.io/securesign/model-transparency@sha256:92f6bac037aa93424c113a8581770095787f8742ea319f9a4a6c7e25950814d4
10+
MODEL_TRANSPARENCY_IMG: quay.io/securesign/model-transparency@sha256:6db7fa2b956875a6f507811166b47b164d463dea78ab4403c6d7648d838b8acb
1111

1212
permissions:
1313
contents: read

Dockerfile.model-validation.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ LABEL io.k8s.display-name="Model validation operator container image for Red Hat
3535
LABEL io.openshift.tags="model-validation, Red Hat Trusted Artifact Signer."
3636
LABEL summary="Operator for the model-validation operator."
3737
LABEL com.redhat.component="model-validation-operator"
38-
LABEL name="model-validation-operator"
38+
LABEL name="rhtas/model-validation-rhel9-operator"
3939

4040
ENTRYPOINT ["/manager"]

bundle.Dockerfile.model-validation.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ LABEL io.k8s.display-name="Model Validation operator bundle container image for
5151
LABEL io.openshift.tags="model-validation-operator-bundle, model-validation-operator, Red Hat Trusted Artifact Signer."
5252
LABEL summary="Operator Bundle for the model-validation-operator."
5353
LABEL com.redhat.component="model-validation-operator-bundle"
54-
LABEL name="model-validation-operator-bundle"
54+
LABEL name="rhtas/model-validation-operator-bundle"
5555
LABEL features.operators.openshift.io/cni="false"
5656
LABEL features.operators.openshift.io/disconnected="false"
5757
LABEL features.operators.openshift.io/fips-compliant="false"

internal/constants/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ var (
2424
// ModelTransparencyCliImage is the default image for the model transparency CLI
2525
// used as an init container to validate model signatures
2626
ModelTransparencyCliImage = "registry.redhat.io/rhtas/model-transparency-rhel9@" +
27-
"sha256:92f6bac037aa93424c113a8581770095787f8742ea319f9a4a6c7e25950814d4"
27+
"sha256:6db7fa2b956875a6f507811166b47b164d463dea78ab4403c6d7648d838b8acb"
2828
)

0 commit comments

Comments
 (0)