Skip to content

Commit

Permalink
MAISTRA-1256 add version field to kiali cr
Browse files Browse the repository at this point in the history
Signed-off-by: rcernich <rcernich@redhat.com>
  • Loading branch information
rcernich committed Mar 11, 2020
1 parent 9e24c20 commit 3e99656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: kiali
namespace: {{ .Release.Namespace }}
spec:
version: "v1.12"
installation_tag: "Kiali [{{ .Release.Namespace }}]"
istio_namespace: "{{ .Release.Namespace }}"

Expand All @@ -23,10 +24,6 @@ spec:
- {{ . }}
{{- end }}
{{- end }}
{{- if .Values.tag }}
image_version: "{{ .Values.tag }}"
version_label: "{{ .Values.tag }}"
{{- end }}
{{- if .Values.ingress }}
{{- if .Values.ingress.enabled }}
ingress_enabled: {{ .Values.ingress.enabled }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: kiali
namespace: {{ .Release.Namespace }}
spec:
version: "v1.12"
installation_tag: "Kiali [{{ .Release.Namespace }}]"
istio_namespace: "{{ .Release.Namespace }}"

Expand All @@ -23,10 +24,6 @@ spec:
- {{ . }}
{{- end }}
{{- end }}
{{- if .Values.tag }}
image_version: "{{ .Values.tag }}"
version_label: "{{ .Values.tag }}"
{{- end }}
{{- if .Values.ingress }}
{{- if .Values.ingress.enabled }}
ingress_enabled: {{ .Values.ingress.enabled }}
Expand Down

0 comments on commit 3e99656

Please sign in to comment.