Skip to content

[Bug]: Helm template渲染的镜像tag显示openviking:0.1.18 pull不存在 #2188

@1165303548

Description

@1165303548

Bug Description

helm部署时生成的镜像tag为ghcr.io/volcengine/openviking:0.1.18,实际镜像不存在导致helm部署失败

Steps to Reproduce

helm template openviking . -f values.yaml | grep 'image:' | awk '{print "nerdctl pull "$2}'
nerdctl pull ghcr.io/volcengine/openviking:0.1.18

Expected Behavior

镜像存在且可成拉取镜像

Actual Behavior

nerdctl pull ghcr.io/volcengine/openviking:0.1.18
ghcr.io/volcengine/openviking:0.1.18: resolving |--------------------------------------|
ghcr.io/volcengine/openviking:0.1.18: resolving |--------------------------------------|
ghcr.io/volcengine/openviking:0.1.18: resolving |--------------------------------------|
elapsed: 12.8s total: 0.0 B (0.0 B/s)

Minimal Reproducible Example

Error Logs

OpenViking Version

0.1.0

Python Version

3.10.0

Operating System

Linux

Model Backend

None

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions