Skip to content

Commit aad26bf

Browse files
vdemeesterclaude
andcommitted
chore: bump version to v1.3.0
- Update default gitInitImage to ghcr.io/tektoncd-catalog/git-clone:v1.3.0 - Update app.kubernetes.io/version label to 1.3 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent f12396a commit aad26bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
| `noProxy` | Opt out of proxying HTTP/HTTPS requests | `""` |
7070
| `verbose` | Log the commands executed during operation | `"true"` |
7171
| `userFriendlyErrors` | Print user-friendly error messages with hints | `"true"` |
72-
| `gitInitImage` | The image providing the `git-init` binary | `"ghcr.io/tektoncd-catalog/git-clone:v1.1.0"` |
72+
| `gitInitImage` | The image providing the `git-init` binary | `"ghcr.io/tektoncd-catalog/git-clone:v1.3.0"` |
7373
| `userHome` | Absolute path to the user's home directory | `"/home/git"` |
7474

7575
## Workspaces

task/git-clone/git-clone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Task
33
metadata:
44
name: git-clone
55
labels:
6-
app.kubernetes.io/version: "1.1"
6+
app.kubernetes.io/version: "1.3"
77
annotations:
88
tekton.dev/pipelines.minVersion: "0.53.0"
99
tekton.dev/categories: Git
@@ -113,7 +113,7 @@ spec:
113113
- name: gitInitImage
114114
description: The image providing the git-init binary that this Task runs.
115115
type: string
116-
default: "ghcr.io/tektoncd-catalog/git-clone:v1.1.0"
116+
default: "ghcr.io/tektoncd-catalog/git-clone:v1.3.0"
117117
- name: userHome
118118
description: |
119119
Absolute path to the user's home directory.

0 commit comments

Comments
 (0)