mirror of https://git.rancher.io/charts
add kiali-server:1.52.0
parent
f8b0fe841e
commit
f975c090e6
|
@ -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.52.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
|
||||||
|
@ -28,4 +28,4 @@
|
||||||
+name: rancher-kiali-server
|
+name: rancher-kiali-server
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kiali/kiali
|
- https://github.com/kiali/kiali
|
||||||
- https://github.com/kiali/kiali-ui
|
- https://github.com/kiali/kiali-operator
|
||||||
|
|
|
@ -11,15 +11,15 @@
|
||||||
# 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 @@
|
@@ -42,10 +45,10 @@
|
||||||
api_version: "autoscaling/v2beta2"
|
api_version: "autoscaling/v2"
|
||||||
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 "@")
|
||||||
- image_name: quay.io/kiali/kiali
|
- image_name: quay.io/kiali/kiali
|
||||||
+ 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.52.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.52.0 # version like "v1.39" (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"
|
||||||
|
|
|
@ -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.52.0.tgz
|
||||||
version: 100.0.0
|
version: 100.0.0
|
||||||
doNotRelease: true
|
doNotRelease: true
|
Loading…
Reference in New Issue