From d3d3d4dff27715a0674a58de95604ba068b46e7c Mon Sep 17 00:00:00 2001 From: Jianbo Sun Date: Fri, 3 Dec 2021 11:57:33 +0800 Subject: [PATCH] Fix: mark test chart image in a fixed tag to avoid changed by release action Signed-off-by: Jianbo Sun --- charts/oam-runtime/values.yaml | 2 +- charts/vela-core/values.yaml | 2 +- charts/vela-minimal/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/oam-runtime/values.yaml b/charts/oam-runtime/values.yaml index 6ac5cd013..4a77f40b0 100644 --- a/charts/oam-runtime/values.yaml +++ b/charts/oam-runtime/values.yaml @@ -105,4 +105,4 @@ OAMSpecVer: "v0.2" test: app: repository: oamdev/busybox - tag: latest \ No newline at end of file + tag: v1 \ No newline at end of file diff --git a/charts/vela-core/values.yaml b/charts/vela-core/values.yaml index 252f99f53..5bfa4cab7 100644 --- a/charts/vela-core/values.yaml +++ b/charts/vela-core/values.yaml @@ -126,7 +126,7 @@ multicluster: test: app: repository: oamdev/hello-world - tag: latest + tag: v1 k8s: repository: oamdev/alpine-k8s tag: 1.18.2 \ No newline at end of file diff --git a/charts/vela-minimal/values.yaml b/charts/vela-minimal/values.yaml index 7dbd2dfaf..f93c51065 100644 --- a/charts/vela-minimal/values.yaml +++ b/charts/vela-minimal/values.yaml @@ -125,4 +125,4 @@ multicluster: test: app: repository: oamdev/hello-world - tag: latest \ No newline at end of file + tag: v1 \ No newline at end of file