From 245741ef34cd8abe16c136f7144fb5f4423a4a58 Mon Sep 17 00:00:00 2001 From: Alan Cha Date: Fri, 8 Sep 2023 14:29:42 -0400 Subject: [PATCH] Bump charts version (#1630) * Bump version Signed-off-by: Alan Cha * Bump versions Signed-off-by: Alan Cha * Bump controller and routing actions versions Signed-off-by: Alan Cha * Fix bug using group instead of test Signed-off-by: Alan Cha --------- Signed-off-by: Alan Cha --- charts/controller/Chart.yaml | 4 ++-- charts/controller/values.yaml | 2 +- charts/iter8/Chart.yaml | 2 +- charts/iter8/templates/_k-job.tpl | 2 +- charts/iter8/values.yaml | 4 ++-- charts/routing-actions/Chart.yaml | 4 ++-- charts/routing-actions/values.yaml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/controller/Chart.yaml b/charts/controller/Chart.yaml index e80c72fb8..27fafc17a 100644 --- a/charts/controller/Chart.yaml +++ b/charts/controller/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: controller -version: 0.1.11 +version: 0.1.12 description: Iter8 controller controller type: application keywords: @@ -16,4 +16,4 @@ maintainers: - name: Iter8 email: iter8-tools@gmail.com icon: https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png -appVersion: v0.16 +appVersion: v0.17 diff --git a/charts/controller/values.yaml b/charts/controller/values.yaml index 620ac8b07..297f0df94 100644 --- a/charts/controller/values.yaml +++ b/charts/controller/values.yaml @@ -1,5 +1,5 @@ ### Controller image -image: iter8/iter8:0.16 +image: iter8/iter8:0.17 ### default resync time for controller defaultResync: 15m diff --git a/charts/iter8/Chart.yaml b/charts/iter8/Chart.yaml index 62ed3f66c..4e745efea 100644 --- a/charts/iter8/Chart.yaml +++ b/charts/iter8/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: iter8 -version: 0.16.2 +version: 0.17.0 description: Iter8 experiment chart type: application home: https://iter8.tools diff --git a/charts/iter8/templates/_k-job.tpl b/charts/iter8/templates/_k-job.tpl index cc338a23b..68ad829cd 100644 --- a/charts/iter8/templates/_k-job.tpl +++ b/charts/iter8/templates/_k-job.tpl @@ -23,7 +23,7 @@ spec: - "/bin/sh" - "-c" - | - iter8 k run --namespace {{ .Release.Namespace }} --group {{ .Release.Name }} -l {{ .Values.logLevel }} + iter8 k run --namespace {{ .Release.Namespace }} --test {{ .Release.Name }} -l {{ .Values.logLevel }} resources: {{ toYaml .Values.resources | indent 10 | trim }} securityContext: diff --git a/charts/iter8/values.yaml b/charts/iter8/values.yaml index 977979034..63dfc83a3 100644 --- a/charts/iter8/values.yaml +++ b/charts/iter8/values.yaml @@ -1,8 +1,8 @@ ### iter8Image default iter8 image used for running Kubernetes experiments -iter8Image: iter8/iter8:0.16 +iter8Image: iter8/iter8:0.17 ### majorMinor is the minor version of Iter8 -majorMinor: v0.16 +majorMinor: v0.17 logLevel: info diff --git a/charts/routing-actions/Chart.yaml b/charts/routing-actions/Chart.yaml index ac823da39..3e0861755 100644 --- a/charts/routing-actions/Chart.yaml +++ b/charts/routing-actions/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: routing-actions -version: 0.1.4 +version: 0.1.5 description: Iter8 routing actions type: application keywords: @@ -18,4 +18,4 @@ maintainers: - name: Iter8 email: iter8-tools@gmail.com icon: https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png -appVersion: v0.16 +appVersion: v0.17 diff --git a/charts/routing-actions/values.yaml b/charts/routing-actions/values.yaml index 9c6bd3558..437ad3915 100644 --- a/charts/routing-actions/values.yaml +++ b/charts/routing-actions/values.yaml @@ -1,6 +1,6 @@ # iter8Version is the minor version of Iter8 # should be specified as the value of the iter8.tools/version label on all routemaps -iter8Version: v0.16 +iter8Version: v0.17 # default model mesh serving endpoint (service) details # relevant only for appType 'kserve-modelmesh'