From 56dfd74ba26b6ef6fbaa30a9268963f21a2915a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 13:06:15 +0800 Subject: [PATCH] Fix: mark test chart image in a fixed tag to avoid changed by release action (#2874) Signed-off-by: Jianbo Sun (cherry picked from commit d3d3d4dff27715a0674a58de95604ba068b46e7c) Co-authored-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 3f468b6b8..837b030d2 100644 --- a/charts/vela-core/values.yaml +++ b/charts/vela-core/values.yaml @@ -137,7 +137,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 865c74986..4440e1491 100644 --- a/charts/vela-minimal/values.yaml +++ b/charts/vela-minimal/values.yaml @@ -132,4 +132,4 @@ multicluster: test: app: repository: oamdev/hello-world - tag: latest \ No newline at end of file + tag: v1 \ No newline at end of file