Skip to content

Commit d20cd45

Browse files
committed
fix: reset version to v1.5.0 for v1.6.0 re-release
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 744f8ad commit d20cd45

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ taskRef:
1919
resolver: bundles
2020
params:
2121
- name: bundle
22-
value: ghcr.io/tektoncd-catalog/git-clone/bundle:v1.6.1
22+
value: ghcr.io/tektoncd-catalog/git-clone/bundle:v1.5.0
2323
- name: name
2424
value: git-clone
2525
- name: kind

stepaction/git-clone/git-clone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: StepAction
55
metadata:
66
name: git-clone
77
labels:
8-
app.kubernetes.io/version: "1.6.1"
8+
app.kubernetes.io/version: "1.5.0"
99
annotations:
1010
artifacthub.io/category: integration-delivery
1111
artifacthub.io/changes: |
@@ -128,7 +128,7 @@ spec:
128128
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
129129
name: userFriendlyErrors
130130
type: string
131-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.1
131+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
132132
description: The image providing the git-init binary that this StepAction runs.
133133
name: gitInitImage
134134
type: string

task/git-clone/git-clone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ metadata:
3636
tekton.dev/signature: MEUCIHnHqhYc0TCdI0THZqZis3CEvOdyAsRTV7cN/lc7F0fPAiEAztvz5/7Frmwiu58wcfaUtRad7geXouOUIcXwQZ0tcfE=
3737
tekton.dev/tags: git
3838
labels:
39-
app.kubernetes.io/version: 1.6.1
39+
app.kubernetes.io/version: "1.5.0"
4040
name: git-clone
4141
spec:
4242
description: |-
@@ -112,7 +112,7 @@ spec:
112112
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
113113
name: userFriendlyErrors
114114
type: string
115-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.1
115+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
116116
description: The image providing the git-init binary that this Task runs.
117117
name: gitInitImage
118118
type: string

0 commit comments

Comments
 (0)