Skip to content

Commit

Permalink
fix release chart for mm istio (#1651)
Browse files Browse the repository at this point in the history
* deprecate routing-actions chart

Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>

* fix problem with mm release chart

Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>

---------

Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>
  • Loading branch information
kalantar committed Oct 31, 2023
1 parent a94a2ca commit 857e012
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/release/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: release
version: 0.18.1
version: 0.18.2
description: Iter8 supported application release
type: application
keywords:
Expand Down
4 changes: 4 additions & 0 deletions charts/release/templates/_mm-istio.blue-green.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{- define "env.mm-istio.blue-green" }}

{{- /* ServiceEntry */}}
{{ include "env.mm-istio.service" . }}
---

{{- /* prepare versions for simpler processing */}}
{{- $versions := include "normalize.versions.kserve-mm" . | mustFromJson }}

Expand Down
4 changes: 4 additions & 0 deletions charts/release/templates/_mm-istio.canary.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{- define "env.mm-istio.canary" }}

{{- /* ServiceEntry */}}
{{ include "env.mm-istio.service" . }}
---

{{- /* routemap */}}
{{ include "env.mm-istio.canary.routemap" . }}

Expand Down
4 changes: 0 additions & 4 deletions charts/release/templates/_mm-istio.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
---
{{- end }} {{- /* range $i, $v := $versions */}}

{{- /* ServiceEntry */}}
{{ include "env.mm-istio.service" . }}
---

{{- /* routemap (and other strategy specific objects) */}}
{{- if not .Values.application.strategy }}
{{ include "env.mm-istio.none" . }}
Expand Down
5 changes: 3 additions & 2 deletions charts/routing-actions/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: v2
name: routing-actions
version: 0.18.1
description: Iter8 routing actions
version: 0.18.2
deprecated: true
description: DEPRECATED Iter8 routing actions
type: application
keywords:
- Iter8
Expand Down

0 comments on commit 857e012

Please sign in to comment.