Skip to content

Commit

Permalink
Bump charts version (#1630)
Browse files Browse the repository at this point in the history
* Bump version

Signed-off-by: Alan Cha <Alan.cha1@ibm.com>

* Bump versions

Signed-off-by: Alan Cha <Alan.cha1@ibm.com>

* Bump controller and routing actions versions

Signed-off-by: Alan Cha <Alan.cha1@ibm.com>

* Fix bug using group instead of test

Signed-off-by: Alan Cha <Alan.cha1@ibm.com>

---------

Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
  • Loading branch information
Alan-Cha committed Sep 8, 2023
1 parent 8b2a9f7 commit 245741e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: controller
version: 0.1.11
version: 0.1.12
description: Iter8 controller controller
type: application
keywords:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/controller/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Controller image
image: iter8/iter8:0.16
image: iter8/iter8:0.17

### default resync time for controller
defaultResync: 15m
Expand Down
2 changes: 1 addition & 1 deletion charts/iter8/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/iter8/templates/_k-job.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/iter8/values.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/routing-actions/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: routing-actions
version: 0.1.4
version: 0.1.5
description: Iter8 routing actions
type: application
keywords:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/routing-actions/values.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 245741e

Please sign in to comment.