famous-eve-66520
11/30/2022, 6:20 PMvariables:
chart-hash:
fn::invoke:
function: command:local:run
arguments:
command: find ../argocd/bootstrap -type f | sort | xargs openssl sha256 | openssl sha256
And then I pass it to the helm chart as an unused value:
values:
chartHash: ${chart-hash}
many-telephone-49025
11/30/2022, 6:53 PM