You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
v0.14.2
The text was updated successfully, but these errors were encountered:
@eqqe@sbwsg indeed, we do not have git-lfs installed in our git-init image so we don't support Git LFS. As PipelineResource are not in v1beta1 and their future still being discussed, I think the best "workaround" right now would be to use a git-clone task (like the one in the catalog but with a different image/script 😅 ).
Expected Behavior
A Git Resource pointing to a GitHub using LFS should be cloned correctly.
Actual Behavior
The large files are not cloned correctly they are replaced by small files (100 Bytes instead of 150MB)
Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
v0.14.2
The text was updated successfully, but these errors were encountered: