Skip to content

Commit

Permalink
fix ci, temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Veki301 committed Jan 7, 2025
1 parent 9b81496 commit e8166b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/scripts/list-helm-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ while IFS= read -r chart; do
helm template --debug "$chart" \
--set federate.dtls.tls.key=emptyString \
--set federate.dtls.tls.crt=emptyString \
--set secrets.rabbitmq.username=emptyString \
--set secrets.rabbitmq.password=emptyString \
$( [[ -f ./values/$(basename $chart)/prod-values.example.yaml ]] && echo "-f ./values/$(basename $chart)/prod-values.example.yaml" ) \
$( [[ -f ./values/$(basename $chart)/prod-secrets.example.yaml ]] && echo "-f ./values/$(basename $chart)/prod-secrets.example.yaml" ) \
| yq -r '..|.image? | select(.)' | optionally_complain | sort -u
Expand Down

0 comments on commit e8166b0

Please sign in to comment.