From 71cbbcadb1912f6a32f2f1fe0dc293e6e43b6d82 Mon Sep 17 00:00:00 2001 From: Thor-wl <13164644535@163.com> Date: Sat, 11 Jun 2022 21:40:10 +0800 Subject: [PATCH] upadte the installer for v1.6.0 Signed-off-by: Thor-wl <13164644535@163.com> --- installer/helm/chart/volcano/Chart.yaml | 2 +- installer/helm/chart/volcano/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/helm/chart/volcano/Chart.yaml b/installer/helm/chart/volcano/Chart.yaml index f585dbf1f0..5e832bb0bf 100644 --- a/installer/helm/chart/volcano/Chart.yaml +++ b/installer/helm/chart/volcano/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for Volcano name: volcano -version: 1.5 +version: 1.6 appVersion: 0.1 icon: https://raw.githubusercontent.com/volcano-sh/charts/master/docs/images/volcano-logo.png home: https://volcano.sh diff --git a/installer/helm/chart/volcano/values.yaml b/installer/helm/chart/volcano/values.yaml index dec749edf9..ecf05f6172 100644 --- a/installer/helm/chart/volcano/values.yaml +++ b/installer/helm/chart/volcano/values.yaml @@ -1,5 +1,5 @@ basic: - image_tag_version: "latest" + image_tag_version: "v1.6.0" controller_image_name: "volcanosh/vc-controller-manager" scheduler_image_name: "volcanosh/vc-scheduler" admission_image_name: "volcanosh/vc-webhook-manager"