Skip to content

Commit 0caea16

Browse files
committed
fix: reset version for v1.6.0 re-release (pyyaml generator)
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 54d6e0b commit 0caea16

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.0
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.0"
8+
app.kubernetes.io/version: "1.5.0"
99
annotations:
1010
artifacthub.io/category: integration-delivery
1111
artifacthub.io/changes: |
@@ -132,7 +132,7 @@ spec:
132132
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
133133
name: userFriendlyErrors
134134
type: string
135-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.0
135+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
136136
description: The image providing the git-init binary that this StepAction runs.
137137
name: gitInitImage
138138
type: string

task/git-clone/git-clone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metadata:
4040
tekton.dev/signature: MEUCICL1RH2AA+nz2VbG5uMqv/MeRqsiFLR6RqzkDvjs+DnLAiEAkAtjBYYep9K0ookACnun3QU+FJxojRXaH6TbbYtbK1E=
4141
tekton.dev/tags: git
4242
labels:
43-
app.kubernetes.io/version: 1.6.0
43+
app.kubernetes.io/version: "1.5.0"
4444
name: git-clone
4545
spec:
4646
description: |-
@@ -116,7 +116,7 @@ spec:
116116
Print user-friendly error messages with actionable hints and reproduction commands when git operations fail. Set to "false" to disable.
117117
name: userFriendlyErrors
118118
type: string
119-
- default: ghcr.io/tektoncd-catalog/git-clone:v1.6.0
119+
- default: ghcr.io/tektoncd-catalog/git-clone:v1.5.0
120120
description: The image providing the git-init binary that this Task runs.
121121
name: gitInitImage
122122
type: string

0 commit comments

Comments
 (0)