-
Notifications
You must be signed in to change notification settings - Fork 560
Closed
Description
When using go-getter
-style URLs to manage remote helmfiles/values, it is currently impossible to specify a ref
and a depth
on the same URL. For example using a remote path like this:
helmfiles:
- path: git::https://github.com/cloudposse/helmfiles.git@releases/kiam.yaml?ref=0.40.0&depth=1
will cause the following error:
2021/10/01 09:31:20 Error downloading: error downloading 'https://github.com/cloudposse/helmfiles.git?ref=0.40.0&depth=1': /usr/bin/git exited with 1: error: pathspec '0.40.0' did not match any file(s) known to git.
This is an issue with the go-getter library which was fixed in the most recent release v1.5.9 (helmfile is currently at v1.5.0)
Metadata
Metadata
Assignees
Labels
No labels