Skip to content

Commit

Permalink
istio: add kiali-operator as dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Dec 16, 2022
1 parent 20177ba commit aeff77e
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ops/Helm/addons/gateway/istio/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dependencies:
- name: istiod
repository: https://istio-release.storage.googleapis.com/charts
version: 1.16.1
digest: sha256:c2c32e65f8eca0dc9ddee9335ad491f2d0f3c7a9470b41ce42bd7e02eeece8aa
generated: "2022-12-12T21:33:05.492687283Z"
- name: kiali-operator
repository: https://kiali.org/helm-charts
version: 1.60.0
digest: sha256:138759a4329f207b4d426093a783b0434b13e4fc0062b0a8915651d182e9136c
generated: "2022-12-16T13:40:21.092832+03:00"
6 changes: 6 additions & 0 deletions ops/Helm/addons/gateway/istio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ dependencies:
tags:
- istio
- istiod
- name: kiali-operator
version: 1.60.0
repository: https://kiali.org/helm-charts
condition: kiali-operator.enabled
tags:
- kiali
Binary file removed ops/Helm/addons/gateway/istio/charts/base-1.16.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions ops/Helm/addons/gateway/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,19 @@ istiod:
configOverride:
scrapeInterval: 15s
scrapeTimeout: 10s

kiali-operator:
enabled: true

cr:
create: true
namespace: istio-system

spec:
auth:
strategy: "token"
deployment:
accessible_namespaces: [ "shortlink" ]
view_only_mode: false
server:
web_root: "/kiali"
2 changes: 2 additions & 0 deletions ops/Makefile/k8s/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ helm-init: ## helm init
@helm repo add jetstack https://charts.jetstack.io
@helm repo add ory https://k8s.ory.sh/helm/charts
@helm repo add rook-release https://charts.rook.io/release
@helm repo add bitnami https://charts.bitnami.com/bitnami
@helm repo add kiali https://kiali.org/helm-charts
@helm repo update

helm-lint: ## Check Helm chart by linter
Expand Down

0 comments on commit aeff77e

Please sign in to comment.