1 Commits

Author SHA1 Message Date
30e4f03663 Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / lint-docker-compose (pull_request) Successful in 22s
2025-12-10 05:45:03 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ jobs:
echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"'
# Strip comments again to ensure formatting correctness
for file in $OUTPUT_FOLDER; do
for $file in $OUTPUT_FOLDER; do
yq -i '... comments=""' $file
done

View File

@@ -179,7 +179,7 @@ jobs:
echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"'
# Strip comments again to ensure formatting correctness
for file in $OUTPUT_FOLDER; do
for $file in $OUTPUT_FOLDER; do
yq -i '... comments=""' $file
done

View File

@@ -199,7 +199,7 @@ jobs:
echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"'
# Strip comments again to ensure formatting correctness
for file in $OUTPUT_FOLDER; do
for $file in $OUTPUT_FOLDER; do
yq -i '... comments=""' $file
done

View File

@@ -197,7 +197,7 @@ jobs:
echo "$TEMPLATE" | yq '... comments=""' | yq 'select(. != null)' | yq -s '"'"$OUTPUT_FOLDER"'" + .kind + "-" + .metadata.name + ".yaml"'
# Strip comments again to ensure formatting correctness
for file in $OUTPUT_FOLDER; do
for $file in $OUTPUT_FOLDER; do
yq -i '... comments=""' $file
done