mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-26 19:24:49 +00:00
Fix: mark test chart image in a fixed tag to avoid changed by release action (#2874)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
(cherry picked from commit d3d3d4dff2)
Co-authored-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
This commit is contained in:
committed by
GitHub
parent
c4c00637bd
commit
56dfd74ba2
@@ -105,4 +105,4 @@ OAMSpecVer: "v0.2"
|
||||
test:
|
||||
app:
|
||||
repository: oamdev/busybox
|
||||
tag: latest
|
||||
tag: v1
|
||||
@@ -137,7 +137,7 @@ multicluster:
|
||||
test:
|
||||
app:
|
||||
repository: oamdev/hello-world
|
||||
tag: latest
|
||||
tag: v1
|
||||
k8s:
|
||||
repository: oamdev/alpine-k8s
|
||||
tag: 1.18.2
|
||||
@@ -132,4 +132,4 @@ multicluster:
|
||||
test:
|
||||
app:
|
||||
repository: oamdev/hello-world
|
||||
tag: latest
|
||||
tag: v1
|
||||
Reference in New Issue
Block a user