mirror of https://git.rancher.io/charts
add kiali-server:1.44.0
parent
1860741185
commit
71ec0eddd4
|
@ -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.41.0
|
appVersion: v1.44.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,10 +17,13 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
@@ -141,3 +148,26 @@
|
@@ -170,4 +177,27 @@
|
||||||
{{- end }}
|
{{- else }}
|
||||||
{{- end }}
|
{{- .Release.Namespace }}
|
||||||
{{- 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 -}}
|
||||||
|
@ -44,4 +47,3 @@
|
||||||
+{{- define "linux-node-selector" -}}
|
+{{- define "linux-node-selector" -}}
|
||||||
+kubernetes.io/os: linux
|
+kubernetes.io/os: linux
|
||||||
+{{- end -}}
|
+{{- end -}}
|
||||||
\ No newline at end of file
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- charts-original/templates/deployment.yaml
|
--- charts-original/templates/deployment.yaml
|
||||||
+++ charts/templates/deployment.yaml
|
+++ charts/templates/deployment.yaml
|
||||||
@@ -48,7 +48,7 @@
|
@@ -53,7 +53,7 @@
|
||||||
{{- end }}
|
{{- toYaml .Values.deployment.host_aliases | nindent 6 }}
|
||||||
{{- 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:
|
||||||
@@ -103,6 +103,11 @@
|
@@ -108,6 +108,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
|
||||||
@@ -116,6 +121,14 @@
|
@@ -125,6 +130,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" . }}
|
||||||
@@ -154,12 +167,12 @@
|
@@ -169,12 +182,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.
|
||||||
@@ -39,10 +42,10 @@
|
@@ -41,10 +44,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.41.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
- image_version: v1.44.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
|
+ tag: v1.44.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
||||||
ingress_enabled: true
|
ingress:
|
||||||
instance_name: "kiali"
|
additional_labels: {}
|
||||||
logger:
|
class_name: "nginx"
|
||||||
@@ -89,3 +92,13 @@
|
@@ -101,3 +104,13 @@
|
||||||
metrics_enabled: true
|
metrics_enabled: true
|
||||||
metrics_port: 9090
|
metrics_port: 9090
|
||||||
web_root: ""
|
web_root: ""
|
||||||
|
@ -37,4 +37,3 @@
|
||||||
+ clusterId:
|
+ clusterId:
|
||||||
+ rbac:
|
+ rbac:
|
||||||
+ pspEnabled: false
|
+ pspEnabled: false
|
||||||
\ No newline at end of file
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: https://kiali.org/helm-charts/kiali-server-1.41.0.tgz
|
url: https://kiali.org/helm-charts/kiali-server-1.44.0.tgz
|
||||||
version: 100.0.0
|
version: 100.0.0
|
||||||
doNotRelease: true
|
doNotRelease: true
|
Loading…
Reference in New Issue