Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release external-secrets to v0.10.6 #859

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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