diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1664338c..578b9ba4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,6 +36,8 @@ jobs: - name: Helm build run: | changed_helm_packages=$(git diff --name-only HEAD~1 | grep '^helm/' | cut -d/ -f1-2) + echo $changed_helm_packages + while IFS=$'\n' read -r package_directory; do helm dependency build $package_directory helm package $package_directory diff --git a/helm/redis/README.md b/helm/redis/README.md index d9a9fcca..958f1d8e 100644 --- a/helm/redis/README.md +++ b/helm/redis/README.md @@ -8,7 +8,7 @@ Redis(R) is an open source, advanced key-value store. It is often referred to as Disclaimer: Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Bitnami is for referential purposes only and does not indicate any sponsorship, endorsement, or affiliation between Redis Ltd. -## TL;DR +## TL;DR ```console helm install my-release https://charts.bitnami.com/bitnami/redis