Skip to content

Commit

Permalink
fix(dadav/helm-schema): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Oct 16, 2024
1 parent c980101 commit 93c8113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dadav/helm-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ arm64) arch_alias="arm64";;
esac

info "downloading ..."
# TODO switch to deepmap once releases are made
curl -fL "https://github.com/dadav/helm-schema/releases/download/${version}/helm-schema_${version}_${os_alias}_${arch_alias}.tar.gz" -o "${TEMP_DIR}/helm-schema.tar.gz"
curl -fL "https://github.com/dadav/helm-schema/releases/download/${version}/checksums.txt" -o "${TEMP_DIR}/helm-schema.tar.gz.sha256"

Expand Down

0 comments on commit 93c8113

Please sign in to comment.