mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 23:47:48 +08:00
[CI/CD] 🚑 Fix typo in push promotion files
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
2
.github/workflows/cd-pipeline.yml
vendored
2
.github/workflows/cd-pipeline.yml
vendored
@@ -226,7 +226,7 @@ jobs:
|
||||
app_version="$(yq e '.appVersion' "${chart}/Chart.yaml")"
|
||||
# Get image list (removing the registry)
|
||||
helm dep build ${chart}
|
||||
image_list="$(yq '.annotations.images' "${chart}/Chart.yaml" | yq '[ .[] | .image | sub("^[^/]+/", "")] ] | tojson')"
|
||||
image_list="$(yq '.annotations.images' "${chart}/Chart.yaml" | yq '[ .[] | .image | sub("^[^/]+/", "") ] | tojson')"
|
||||
for dependency in "${chart}/charts/"*.tgz; do
|
||||
if [[ -s "$dependency" ]]; then
|
||||
# Analyse all 'Chart.yaml' files in dependencies
|
||||
|
||||
Reference in New Issue
Block a user