diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 224e5653..420ae454 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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" diff --git a/helm/redis/Chart.lock b/helm/redis/Chart.lock deleted file mode 100644 index b1420f87..00000000 --- a/helm/redis/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://charts.bitnami.com/bitnami - version: 2.6.0 -digest: sha256:6ce7c85dcb43ad1fc5ff600850f28820ddc2f1a7c8cb25c5ff542fe1f852165a -generated: "2023-07-11T00:07:23.31761598Z" diff --git a/helm/redis/README.md b/helm/redis/README.md index 4e01ce26..445a5c23 100644 --- a/helm/redis/README.md +++ b/helm/redis/README.md @@ -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 ```