mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-06-17 15:26:40 +08:00
Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
4
.github/scripts/fetch_helm_deps.sh
vendored
4
.github/scripts/fetch_helm_deps.sh
vendored
@@ -156,9 +156,9 @@ for idx in $(eval echo "{0..$length}"); do
|
||||
elif [[ "$name" =~ "openebs" ]]; then
|
||||
echo "openebs is not signed..."
|
||||
elif [[ "$name" =~ "csi-driver-smb" ]]; then
|
||||
echo "openebs is not signed..."
|
||||
echo "csi-driver-smb is not signed..."
|
||||
elif [[ "$name" =~ "csi-driver-nfs" ]]; then
|
||||
echo "openebs is not signed..."
|
||||
echo "csi-driver-nfs is not signed..."
|
||||
elif [[ ! "$train_chart" =~ incubator\/.* ]]; then
|
||||
echo "Validating dependency signature..."
|
||||
helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/pubring.gpg || \
|
||||
|
||||
Reference in New Issue
Block a user