You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm testing hbase and have found your repository (and used it while it was called gradiant/charts); specifically for hbase
As testing goes, I had to reinstall and then I hit a snag; I think the problem is that hbase is missing a release asset; would you be so kind to publish hbase-0.1.6?
helm install hbase bigdata-gradiant/hbase --set persistence.dataNode.storageClass=local-path,persistence.storageClass=local-path --debug
install.go:173: [debug] Original chart version: ""
Error: failed to fetch https://github.com/Gradiant/bigdata-charts/releases/download/hbase-0.1.6/hbase-0.1.6.tgz : 404 Not Found
helm.go:88: [debug] failed to fetch https://github.com/Gradiant/bigdata-charts/releases/download/hbase-0.1.6/hbase-0.1.6.tgz : 404 Not Found
helm.sh/helm/v3/pkg/getter.(*HTTPGetter).get
helm.sh/helm/v3/pkg/getter/httpgetter.go:90
helm.sh/helm/v3/pkg/getter.(*HTTPGetter).Get
helm.sh/helm/v3/pkg/getter/httpgetter.go:42
helm.sh/helm/v3/pkg/downloader.(*ChartDownloader).DownloadTo
helm.sh/helm/v3/pkg/downloader/chart_downloader.go:99
helm.sh/helm/v3/pkg/action.(*ChartPathOptions).LocateChart
helm.sh/helm/v3/pkg/action/install.go:704
main.runInstall
helm.sh/helm/v3/cmd/helm/install.go:185
main.newInstallCmd.func2
helm.sh/helm/v3/cmd/helm/install.go:120
github.com/spf13/cobra.(*Command).execute
github.com/spf13/[email protected]/command.go:852
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/[email protected]/command.go:960
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/[email protected]/command.go:897
main.main
helm.sh/helm/v3/cmd/helm/helm.go:87
runtime.main
runtime/proc.go:225
runtime.goexit
runtime/asm_amd64.s:1371
The text was updated successfully, but these errors were encountered:
Hi!
I'm testing hbase and have found your repository (and used it while it was called gradiant/charts); specifically for hbase
As testing goes, I had to reinstall and then I hit a snag; I think the problem is that
hbase
is missing a release asset; would you be so kind to publish hbase-0.1.6?The text was updated successfully, but these errors were encountered: