mirror of https://git.rancher.io/charts
update kiali server to version 1.66.0
parent
d33ea55418
commit
e8fddae216
|
@ -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.63.2
|
appVersion: v1.66.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
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
+ 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.63.2 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
- image_version: v1.66.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
||||||
+ tag: v1.63.2 # version like "v1.63" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
+ tag: v1.66.0 # version like "v1.66" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
|
||||||
ingress:
|
ingress:
|
||||||
additional_labels: {}
|
additional_labels: {}
|
||||||
class_name: "nginx"
|
class_name: "nginx"
|
||||||
|
@ -37,3 +37,4 @@
|
||||||
+ clusterId:
|
+ clusterId:
|
||||||
+ psp:
|
+ psp:
|
||||||
+ enabled: false
|
+ enabled: false
|
||||||
|
\ No newline at end of file
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: https://kiali.org/helm-charts/kiali-server-1.63.2.tgz
|
url: https://kiali.org/helm-charts/kiali-server-1.66.0.tgz
|
||||||
version: 102.1.0
|
version: 102.2.0
|
||||||
doNotRelease: true
|
doNotRelease: true
|
Loading…
Reference in New Issue