Skip to content

Commit 99e2317

Browse files
committed
✏️ Update pet-battle-api image version align with maven version"
1 parent 51bca02 commit 99e2317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/3-revenge-of-the-automated-testing/8b-tekton.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@
9292
9393
![cosign-image-signing](images/cosign-image-signing.png)
9494
95-
5. Let's verify the signed image with the public key. Make sure you use the right `APP VERSION` for the image. (`1.3.1` in this case)
95+
5. Let's verify the signed image with the public key. Make sure you use the right `APP VERSION` for the image. (`1.2.0` in this case)
9696
9797
```bash
9898
cd /projects/pet-battle-api
9999
oc registry login $(oc registry info) --insecure=true
100-
cosign verify --key k8s://<TEAM_NAME>-ci-cd/<TEAM_NAME>-cosign default-route-openshift-image-registry.<CLUSTER_DOMAIN>/<TEAM_NAME>-test/pet-battle-api:1.3.1
100+
cosign verify --key k8s://<TEAM_NAME>-ci-cd/<TEAM_NAME>-cosign default-route-openshift-image-registry.<CLUSTER_DOMAIN>/<TEAM_NAME>-test/pet-battle-api:1.2.0
101101
```
102102
103103
The output should be like:
104104
105105
<div class="highlight" style="background: #f7f7f7">
106106
<pre><code class="language-bash">
107-
Verification for default-route-openshift-image-registry.<CLUSTER_DOMAIN>/<TEAM_NAME>-test/pet-battle-api:1.3.1 --
107+
Verification for default-route-openshift-image-registry.<CLUSTER_DOMAIN>/<TEAM_NAME>-test/pet-battle-api:1.2.0 --
108108
The following checks were performed on each of these signatures:
109109
- The cosign claims were validated
110110
- The signatures were verified against the specified public key

0 commit comments

Comments
 (0)