mirror of https://git.rancher.io/charts
istio-1.12/add kiali-server:1.44.0
parent
90735c7cde
commit
476af152ac
|
@ -8,7 +8,7 @@
|
|||
+ catalog.rancher.io/namespace: cattle-istio-system
|
||||
+ catalog.rancher.io/release-name: rancher-kiali-server
|
||||
apiVersion: v2
|
||||
appVersion: v1.50.0
|
||||
appVersion: v1.44.0
|
||||
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. This is installed as sub-chart with customized
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# 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.
|
||||
@@ -42,10 +45,10 @@
|
||||
@@ -41,10 +44,10 @@
|
||||
api_version: "autoscaling/v2beta2"
|
||||
spec: {}
|
||||
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
|
||||
image_pull_policy: "Always"
|
||||
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
|
||||
+ tag: v1.50.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.44.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
||||
ingress:
|
||||
additional_labels: {}
|
||||
class_name: "nginx"
|
||||
@@ -106,3 +109,13 @@
|
||||
@@ -101,3 +104,13 @@
|
||||
metrics_enabled: true
|
||||
metrics_port: 9090
|
||||
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.44.0.tgz
|
||||
version: 100.0.0
|
||||
doNotRelease: true
|
Loading…
Reference in New Issue