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