Skip to content

Commit f44d862

Browse files
committed
#10 Release 0.3.0 version
1 parent 2285a96 commit f44d862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tekton/microcks-test-customcerts-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
description: "Paths to additional certificates CRT files to add to trusted roots ones"
4141
steps:
4242
- name: microcks-test
43-
image: microcks/microcks-cli:latest
43+
image: quay.io/microcks/microcks-cli:0.3.0
4444
volumeMounts:
4545
- name: microcks-test-customcerts
4646
mountPath: /var/run/secrets/customcerts

tekton/microcks-test-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
default: ""
3838
steps:
3939
- name: microcks-test
40-
image: microcks/microcks-cli:latest
40+
image: quay.io/microcks/microcks-cli:0.3.0
4141
command:
4242
- /usr/bin/bash
4343
args:

0 commit comments

Comments
 (0)