Skip to content

Commit

Permalink
addon: modify kiali version (istio#53265)
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 authored Sep 24, 2024
1 parent bfb1b62 commit cf3e98c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/addons/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GRAFANA_VERSION=${GRAFANA_VERSION:-"8.3.5"}
helm3 template kiali-server \
--namespace istio-system \
--version 1.89.3 \
--set deployment.image_version=v1.89.3 \
--set deployment.image_version=v1.89 \
--include-crds \
--set nameOverride=kiali \
--set fullnameOverride=kiali \
Expand Down
6 changes: 3 additions & 3 deletions samples/addons/kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data:
image_name: quay.io/kiali/kiali
image_pull_policy: IfNotPresent
image_pull_secrets: []
image_version: v1.89.3
image_version: v1.89
ingress:
additional_labels: {}
class_name: nginx
Expand Down Expand Up @@ -388,14 +388,14 @@ spec:
app.kubernetes.io/part-of: "kiali"
sidecar.istio.io/inject: "false"
annotations:
checksum/config: ed516413b4f572df0dbe6decedab1647f3777f37d4f603e0e30f5075bf0c60c2
checksum/config: b9e79992ccee8629801f5aa860ea36a399127e68c85a6e253bb80260e7b1d438
prometheus.io/scrape: "true"
prometheus.io/port: "9090"
kiali.io/dashboards: go,kiali
spec:
serviceAccountName: kiali
containers:
- image: "quay.io/kiali/kiali:v1.89.3"
- image: "quay.io/kiali/kiali:v1.89"
imagePullPolicy: IfNotPresent
name: kiali
command:
Expand Down

0 comments on commit cf3e98c

Please sign in to comment.