Skip to content

Commit

Permalink
dependency test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 25, 2023
1 parent af44543 commit 9247888
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
while IFS= read -r repo; do
if [ -n "$repo" ]; then
random_name=$(LC_ALL=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 12 | head -n 1)
helm repo add $random_name $repo || true
helm repo add $random_name $repo
fi
done
done <<< "$changed_helm_packages"
Expand Down
6 changes: 0 additions & 6 deletions helm/redis/Chart.lock

This file was deleted.

2 changes: 1 addition & 1 deletion helm/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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

```console
helm install my-release https://charts.bitnami.com/bitnami/redis
```
Expand Down

0 comments on commit 9247888

Please sign in to comment.