Skip to content

Commit

Permalink
chore(deps): update helm release external-secrets to v0.10.6 (#859)
Browse files Browse the repository at this point in the history
* chore(deps): update helm release external-secrets to v0.10.6

* show diff files only if there are files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
renovate[bot] and jkleinlercher authored Nov 22, 2024
1 parent 33bcbee commit 41f1b6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/create-pr-comment-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ done

echo "Concatenation completed. Total output files: $output_file_count."

echo "all files:"
ls -l combined_file*

# default values comparison (we assume they will not be bigger than comment size limit)
sed 's/DESCRIPTION_HERE/Changes Default Values/g' pr/.github/pr-diff-template.txt > out/comment-diff-default-values.txt
sed -e "/DIFF_HERE/{r out/default-values-diff.txt" -e "d}" out/comment-diff-default-values.txt > comment-files/comment-default-values-result.txt

if ls combined_file* 1> /dev/null 2>&1 ; then
echo "all files:"
ls -l combined_file*

combined_files=$( ls combined_file* )
for combined_file in ${combined_files} ; do
sed 's/DESCRIPTION_HERE/Changes Rendered Chart/g' pr/.github/pr-diff-template.txt > out/comment-diff-${combined_file}
Expand All @@ -105,6 +105,7 @@ if ls combined_file* 1> /dev/null 2>&1 ; then
echo "matrix={\"comment-files\": $( jq -n '$ARGS.positional' --args $( ls comment-files/comment-result-* ) | tr "\n" " ")}"
echo "matrix={\"comment-files\": $( jq -n '$ARGS.positional' --args $( ls comment-files/comment-result-* ) | tr "\n" " ")}" >> $GITHUB_OUTPUT
else
echo "no changes found"
# outpout empty matrix so matrix build is ignored
echo "matrix={\"comment-files\": []}"
echo "matrix={\"comment-files\": []}" >> $GITHUB_OUTPUT
Expand Down
6 changes: 3 additions & 3 deletions platform-apps/charts/external-secrets/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: external-secrets
repository: https://charts.external-secrets.io
version: 0.10.5
digest: sha256:6de87e631446382393222a0d716523a5f9f11b0449418426cb556d69c948c917
generated: "2024-10-25T06:45:21.857476399Z"
version: 0.10.6
digest: sha256:ec2848c3753ac60d26f53f63d2ec3836462d9a15ba3d9c50df5b444c087b158b
generated: "2024-11-20T23:33:40.55659392Z"
2 changes: 1 addition & 1 deletion platform-apps/charts/external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ appVersion: "1.0.0"
dependencies:
- name: external-secrets
alias: external-secrets
version: 0.10.5
version: 0.10.6
repository: https://charts.external-secrets.io

0 comments on commit 41f1b6d

Please sign in to comment.