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
Seems like the helm chart has an invalid reference, apache/superset:latest:3.0 is indeed not a valid docker image name. Try changing that to apache/superset:3.0.0 for the latest official release or apache/superset:latest for the cutting-edge master branch version, which may be unstable and is suitable for development.
A clear and concise description of what the bug is.
How to reproduce the bug
1 install apache/superset image with helm chart.
2 install fails with event Message:
Failed to apply default image tag "apache/superset:latest:3.0": couldn't parse image reference "apache/superset:latest:3.0": invalid reference format
Expected results
install succeeds with event message:
Pulling image "apache/superset:3.0.0"
Actual results
helm install superset never finish
The text was updated successfully, but these errors were encountered: