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

aerokube/moon-ui version:2.0.7 is not exist in helm chart #275

Open
Alexxx221 opened this issue Jan 22, 2025 · 2 comments
Open

aerokube/moon-ui version:2.0.7 is not exist in helm chart #275

Alexxx221 opened this issue Jan 22, 2025 · 2 comments

Comments

@Alexxx221
Copy link

Alexxx221 commented Jan 22, 2025

In charts/moon2/templates/deployment.yaml hardcoded 2.0.7 version of moon-ui, but this version is not exist in registry (both dockerhub and quay.io). I don`t see any possibility to replace this version, so eventually i get pull image error in k8s when deploying.

https://quay.io/repository/aerokube/moon?tab=tags&tag=2.0.7
https://hub.docker.com/r/aerokube/moon-ui/tags?name=2.0.7
Failed to pull image "dockerhub.repo.corp.tander.ru/aerokube/moon-ui:2.0.7":
rpc error: code = NotFound desc = failed to pull and unpack image "dockerhub.repo.corp.tander.ru/aerokube/moon-ui:2.0.7": 
failed to resolve reference "dockerhub.repo.corp.tander.ru/aerokube/moon-ui:2.0.7": 
dockerhub.repo.corp.tander.ru/aerokube/moon-ui:2.0.7: not found

https://github.com/aerokube/charts/blob/master/moon2/templates/deployment.yaml#L383

 - name: moon-ui
        image: {{ $defRepo := "quay.io/aerokube/moon-ui" -}}
          {{- $defTag := "2.0.7" -}}
          {{- if .Values.deployment -}}
          {{- .Values.deployment.moonUIRepo | default $defRepo -}}:{{- $defTag -}}
          {{- else -}}
          {{- $defRepo }}:{{- $defTag -}}
          {{- end }}
@aandryashin
Copy link
Member

aandryashin commented Jan 22, 2025 via email

@Alexxx221
Copy link
Author

Yes, you right. My mistake. Was a little bit confused because lack of docker hub version...
Thank you

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

No branches or pull requests

2 participants