Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 25, 2023
1 parent 77952ae commit 4baa3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4baa3dc

Please sign in to comment.