Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotiuk committed Dec 15, 2023
1 parent 940ab32 commit db7d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-helm-chart-faas-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
image=docker.cloudentity.io/${component,,}-env:${version,,}-$TAG
yq ".faas.environments.${component,,}.${version,,}.image = \"${image}\"" charts/acp/values.yaml > values.updated
yq "." charts/acp/values.yaml | diff -B - values.updated | patch charts/acp/values.yaml - || true
rm values.updated charts/acp/values.yaml.orig
rm -f values.updated charts/acp/values.yaml.orig
if [ "$component" = "NODE" ]; then
docker run ${image} cat package.json | yq --prettyPrint --output-format yaml '(pick(["engines", "dependencies"]))' > charts/acp/files/${component,,}-${version,,}-package.yaml
fi
Expand Down

0 comments on commit db7d9ec

Please sign in to comment.