kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel

Home Page:https://kmesh.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Tag Mismatch Between Helm Chart and Repository

LiZhenCheng9527 opened this issue · comments

What happened:
Image Pull Failure When Installing Kmesh with Helm

Normal   Pulling      28m (x5 over 31m)      kubelet  Pulling image "ghcr.io/kmesh-net/kmesh:0.2.0"
Normal   BackOff      3m21s (x121 over 31m)  kubelet  Back-off pulling image "ghcr.io/kmesh-net/kmesh:0.2.0"

Then I find Image Tag Mismatch Between Helm Chart and Repository

In Helm Chart:

    image:
      repository: ghcr.io/kmesh-net/kmesh
      tag: 0.2.0
    imagePullPolicy: IfNotPresent

In Image Repository:

docker pull ghcr.io/kmesh-net/kmesh:v0.2.0

What you expected to happen:
Sync Image Tags Between Helm Chart and Registry
How to reproduce it (as minimally and precisely as possible):
Prepare the cluster environment, then run follow commend:

helm install kmesh ./deploy/helm -n kmesh-system --create-namespace

Anything else we need to know?:
Perhaps we should modify the script that generates the image so that it removes the v from the tag
Environment:

  • Kmesh version: v0.2.0
  • Others: istio :1.20.1