klustair / klustair-helm

Helm chart do deploy klustair with anchore
Apache License 2.0
7 stars 4 forks source link

Wrong tag for frontend #46

Closed christianhuth closed 1 year ago

christianhuth commented 2 years ago

Current release of the Chart (0.8.1) tries to deploy v0.8.1 (=image.tag) of klustair-frontend instead of v0.8.0 (=image.tagFrontend).

Events:
  Type     Reason     Age                From               Message
  ----     ------     ----               ----               -------
  Normal   Scheduled  84s                default-scheduler  Successfully assigned security/klustair-frontend-5f7c956547-p2w6f to k8s4p
  Normal   Pulling    44s (x3 over 83s)  kubelet            Pulling image "klustair/klustair-frontend:v0.8.1-php-fpm"
  Warning  Failed     42s (x3 over 82s)  kubelet            Failed to pull image "klustair/klustair-frontend:v0.8.1-php-fpm": rpc error: code = Unknown desc = Error response from daemon: manifest for klustair/klustair-frontend:v0.8.1-php-fpm not found: manifest unknown: manifest unknown
  Warning  Failed     42s (x3 over 82s)  kubelet            Error: ErrImagePull
  Normal   BackOff    4s (x5 over 81s)   kubelet            Back-off pulling image "klustair/klustair-frontend:v0.8.1-php-fpm"
  Warning  Failed     4s (x5 over 81s)   kubelet            Error: ImagePullBackOff
christianhuth commented 1 year ago

seems to be fixed in latest release.