Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart install fail. #25416

Closed
bkahlerventer opened this issue Sep 26, 2023 · 2 comments · Fixed by #25373
Closed

Helm chart install fail. #25416

bkahlerventer opened this issue Sep 26, 2023 · 2 comments · Fixed by #25373

Comments

@bkahlerventer
Copy link

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

@sfirke
Copy link
Member

sfirke commented Sep 26, 2023

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.

@michael-s-molina
Copy link
Member

See #25373, #25380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants