add kiali-server:1.52.0

pull/1947/head
Vaishnav Gaikwad 2022-06-16 15:05:35 +05:30
parent f8b0fe841e
commit f975c090e6
3 changed files with 6 additions and 6 deletions

View File

@ -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.52.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
@ -28,4 +28,4 @@
+name: rancher-kiali-server
sources:
- https://github.com/kiali/kiali
- https://github.com/kiali/kiali-ui
- https://github.com/kiali/kiali-operator

View File

@ -11,15 +11,15 @@
# 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 @@
api_version: "autoscaling/v2beta2"
api_version: "autoscaling/v2"
spec: {}
image_digest: "" # use "sha256" if image_version is a sha256 hash (do NOT prefix this value with a "@")
- image_name: quay.io/kiali/kiali
+ 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.52.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:
additional_labels: {}
class_name: "nginx"

View File

@ -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
doNotRelease: true