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
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.
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
In charts/moon2/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.
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
- 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 }}
—
Reply to this email directly, view it on GitHub
<#275>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKY23NFDDQSGEMBGWUWLA32L55WBAVCNFSM6AAAAABVUWG7C2VHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYDIMJSGQZTMOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
In
charts/moon2/templates/deployment.yaml
hardcoded2.0.7
version ofmoon-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://github.com/aerokube/charts/blob/master/moon2/templates/deployment.yaml#L383
The text was updated successfully, but these errors were encountered: