meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Helm installation not working #126

Closed spy1233 closed 2 years ago

spy1233 commented 2 years ago

Description Helm installation not working.

Expected behavior Should be successfully installed.

Current behavior

helm upgrade --debug -i meilisearch meilisearch/meilisearch
history.go:56: [debug] getting history for release meilisearch
Release "meilisearch" does not exist. Installing it now.
install.go:178: [debug] Original chart version: ""
Error: failed to fetch https://github.com/meilisearch/meilisearch-kubernetes/releases/download/meilisearch-0.2.0/meilisearch-0.2.0.tgz : 404 Not Found
helm.go:84: [debug] failed to fetch https://github.com/meilisearch/meilisearch-kubernetes/releases/download/meilisearch-0.2.0/meilisearch-0.2.0.tgz : 404 Not Found
helm.sh/helm/v3/pkg/getter.(*HTTPGetter).get
    helm.sh/helm/v3/pkg/getter/httpgetter.go:92
helm.sh/helm/v3/pkg/getter.(*HTTPGetter).Get
    helm.sh/helm/v3/pkg/getter/httpgetter.go:45
helm.sh/helm/v3/pkg/downloader.(*ChartDownloader).DownloadTo
    helm.sh/helm/v3/pkg/downloader/chart_downloader.go:100
helm.sh/helm/v3/pkg/action.(*ChartPathOptions).LocateChart
    helm.sh/helm/v3/pkg/action/install.go:753
main.runInstall
    helm.sh/helm/v3/cmd/helm/install.go:190
main.newUpgradeCmd.func2
    helm.sh/helm/v3/cmd/helm/upgrade.go:121
github.com/spf13/cobra.(*Command).execute
    github.com/spf13/cobra@v1.4.0/command.go:856
github.com/spf13/cobra.(*Command).ExecuteC
    github.com/spf13/cobra@v1.4.0/command.go:974
github.com/spf13/cobra.(*Command).Execute
    github.com/spf13/cobra@v1.4.0/command.go:902
main.main
    helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
    runtime/proc.go:250
runtime.goexit
    runtime/asm_arm64.s:1263

Screenshots or Logs If applicable, add screenshots or logs to help explain your problem.

Environment (please complete the following information):

alallema commented 2 years ago

Hi @spy1233, Thanks for raising this issue, it's on me, I reversed the last release v0.2.0 and I didn't remove some elements.