mirror of https://git.rancher.io/charts
istio-1.11/add kiali-server:1.41.0
parent
764898b8ae
commit
878081691a
|
@ -8,7 +8,7 @@
|
||||||
+ catalog.rancher.io/namespace: cattle-istio-system
|
+ catalog.rancher.io/namespace: cattle-istio-system
|
||||||
+ catalog.rancher.io/release-name: rancher-kiali-server
|
+ catalog.rancher.io/release-name: rancher-kiali-server
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.50.0
|
appVersion: v1.41.0
|
||||||
description: Kiali is an open source project for service mesh observability, refer
|
description: Kiali is an open source project for service mesh observability, refer
|
||||||
- to https://www.kiali.io for details.
|
- to https://www.kiali.io for details.
|
||||||
+ to https://www.kiali.io for details. This is installed as sub-chart with customized
|
+ to https://www.kiali.io for details. This is installed as sub-chart with customized
|
||||||
|
|
|
@ -17,13 +17,10 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
@@ -170,4 +177,27 @@
|
@@ -141,3 +148,26 @@
|
||||||
{{- else }}
|
{{- end }}
|
||||||
{{- .Release.Namespace }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
-{{- end }}
|
|
||||||
\ No newline at end of file
|
|
||||||
+{{- end }}
|
|
||||||
+
|
+
|
||||||
+{{- define "system_default_registry" -}}
|
+{{- define "system_default_registry" -}}
|
||||||
+{{- if .Values.global.cattle.systemDefaultRegistry -}}
|
+{{- if .Values.global.cattle.systemDefaultRegistry -}}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- charts-original/templates/deployment.yaml
|
--- charts-original/templates/deployment.yaml
|
||||||
+++ charts/templates/deployment.yaml
|
+++ charts/templates/deployment.yaml
|
||||||
@@ -53,7 +53,7 @@
|
@@ -48,7 +48,7 @@
|
||||||
{{- toYaml .Values.deployment.host_aliases | nindent 6 }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- - image: "{{ .Values.deployment.image_name }}{{ if .Values.deployment.image_digest }}@{{ .Values.deployment.image_digest }}{{ end }}:{{ .Values.deployment.image_version }}"
|
- - image: "{{ .Values.deployment.image_name }}{{ if .Values.deployment.image_digest }}@{{ .Values.deployment.image_digest }}{{ end }}:{{ .Values.deployment.image_version }}"
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
imagePullPolicy: {{ .Values.deployment.image_pull_policy | default "Always" }}
|
imagePullPolicy: {{ .Values.deployment.image_pull_policy | default "Always" }}
|
||||||
name: {{ include "kiali-server.fullname" . }}
|
name: {{ include "kiali-server.fullname" . }}
|
||||||
command:
|
command:
|
||||||
@@ -108,6 +108,11 @@
|
@@ -103,6 +103,11 @@
|
||||||
- name: LOG_SAMPLER_RATE
|
- name: LOG_SAMPLER_RATE
|
||||||
value: "{{ .Values.deployment.logger.sampler_rate }}"
|
value: "{{ .Values.deployment.logger.sampler_rate }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- name: {{ include "kiali-server.fullname" . }}-configuration
|
- name: {{ include "kiali-server.fullname" . }}-configuration
|
||||||
mountPath: "/kiali-configuration"
|
mountPath: "/kiali-configuration"
|
||||||
- name: {{ include "kiali-server.fullname" . }}-cert
|
- name: {{ include "kiali-server.fullname" . }}-cert
|
||||||
@@ -125,6 +130,14 @@
|
@@ -116,6 +121,14 @@
|
||||||
{{- toYaml .Values.deployment.resources | nindent 10 }}
|
{{- toYaml .Values.deployment.resources | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
- name: {{ include "kiali-server.fullname" . }}-configuration
|
- name: {{ include "kiali-server.fullname" . }}-configuration
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ include "kiali-server.fullname" . }}
|
name: {{ include "kiali-server.fullname" . }}
|
||||||
@@ -169,12 +182,12 @@
|
@@ -154,12 +167,12 @@
|
||||||
{{- toYaml .Values.deployment.affinity.pod_anti | nindent 10 }}
|
{{- toYaml .Values.deployment.affinity.pod_anti | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
# Settings that mimic the Kiali CR which are placed in the ConfigMap.
|
# Settings that mimic the Kiali CR which are placed in the ConfigMap.
|
||||||
# Note that only those values used by the Helm Chart will be here.
|
# Note that only those values used by the Helm Chart will be here.
|
||||||
@@ -42,10 +45,10 @@
|
@@ -39,10 +42,10 @@
|
||||||
api_version: "autoscaling/v2beta2"
|
api_version: "autoscaling/v2beta2"
|
||||||
spec: {}
|
spec: {}
|
||||||
image_digest: "" # use "sha256" if image_version is a sha256 hash (do NOT prefix this value with a "@")
|
image_digest: "" # use "sha256" if image_version is a sha256 hash (do NOT prefix this value with a "@")
|
||||||
|
@ -18,12 +18,12 @@
|
||||||
+ repository: rancher/mirrored-kiali-kiali
|
+ repository: rancher/mirrored-kiali-kiali
|
||||||
image_pull_policy: "Always"
|
image_pull_policy: "Always"
|
||||||
image_pull_secrets: []
|
image_pull_secrets: []
|
||||||
- image_version: v1.50.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
- image_version: v1.41.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
||||||
+ tag: v1.50.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
+ tag: v1.41.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
||||||
ingress:
|
ingress_enabled: true
|
||||||
additional_labels: {}
|
instance_name: "kiali"
|
||||||
class_name: "nginx"
|
logger:
|
||||||
@@ -106,3 +109,13 @@
|
@@ -89,3 +92,13 @@
|
||||||
metrics_enabled: true
|
metrics_enabled: true
|
||||||
metrics_port: 9090
|
metrics_port: 9090
|
||||||
web_root: ""
|
web_root: ""
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: https://kiali.org/helm-charts/kiali-server-1.50.0.tgz
|
url: https://kiali.org/helm-charts/kiali-server-1.41.0.tgz
|
||||||
version: 100.0.0
|
version: 100.0.0
|
||||||
doNotRelease: true
|
doNotRelease: true
|
Loading…
Reference in New Issue