helmfile/test/e2e
yxxhero 8eec42f899 fix: update ociDigestRegex to match empty digest in Helm 4.2.1 OCI pull output
Helm 4.2.1 outputs "Digest: sha256:" (empty hash) when pulling OCI charts.
The regex required at least one hex char ([0-9a-f]+), so it did not match
and the digest was not normalized to $DIGEST in snapshot tests.

Also fix the replacement string: Go regex ReplaceAllString interprets $DIGEST
as a capture group reference (resolving to empty). Use $$DIGEST to produce
a literal $DIGEST in the output.

Signed-off-by: yxxhero <aiopsclub@163.com>
2026-06-13 10:09:47 +08:00
..
helmfile-init Add subcommand init for checks and installs helmfile deps (#389) 2022-11-03 14:51:30 +08:00
template/helmfile fix: update ociDigestRegex to match empty digest in Helm 4.2.1 OCI pull output 2026-06-13 10:09:47 +08:00