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