Skip to content

Commit 857e012

Browse files
authored
fix release chart for mm istio (#1651)
* deprecate routing-actions chart Signed-off-by: Michael Kalantar <[email protected]> * fix problem with mm release chart Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent a94a2ca commit 857e012

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

charts/release/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: release
3-
version: 0.18.1
3+
version: 0.18.2
44
description: Iter8 supported application release
55
type: application
66
keywords:

charts/release/templates/_mm-istio.blue-green.tpl

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{{- define "env.mm-istio.blue-green" }}
22

3+
{{- /* ServiceEntry */}}
4+
{{ include "env.mm-istio.service" . }}
5+
---
6+
37
{{- /* prepare versions for simpler processing */}}
48
{{- $versions := include "normalize.versions.kserve-mm" . | mustFromJson }}
59

charts/release/templates/_mm-istio.canary.tpl

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{{- define "env.mm-istio.canary" }}
22

3+
{{- /* ServiceEntry */}}
4+
{{ include "env.mm-istio.service" . }}
5+
---
6+
37
{{- /* routemap */}}
48
{{ include "env.mm-istio.canary.routemap" . }}
59

charts/release/templates/_mm-istio.tpl

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
---
1010
{{- end }} {{- /* range $i, $v := $versions */}}
1111

12-
{{- /* ServiceEntry */}}
13-
{{ include "env.mm-istio.service" . }}
14-
---
15-
1612
{{- /* routemap (and other strategy specific objects) */}}
1713
{{- if not .Values.application.strategy }}
1814
{{ include "env.mm-istio.none" . }}

charts/routing-actions/Chart.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apiVersion: v2
22
name: routing-actions
3-
version: 0.18.1
4-
description: Iter8 routing actions
3+
version: 0.18.2
4+
deprecated: true
5+
description: DEPRECATED Iter8 routing actions
56
type: application
67
keywords:
78
- Iter8

0 commit comments

Comments
 (0)