Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lma-addons 1.5.0 version for v1.0 #65

Merged
merged 3 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ spec:
chart:
repository: https://openinfradev.github.io/hanu-helm-repo
name: lma-addons
version: 1.4.0
version: 1.5.0
releaseName: addons
targetNamespace: lma
values:
Expand Down Expand Up @@ -928,7 +928,7 @@ spec:
chart:
repository: https://openinfradev.github.io/hanu-helm-repo
name: lma-addons
version: 1.4.0
version: 1.5.0
releaseName: fed-addons
targetNamespace: fed
values:
Expand All @@ -948,11 +948,15 @@ spec:
enabled: true
sidecar:
datasources:
prometheusAddress: "thanos-query-frontend:9090"
prometheusAddress: "fed-master-prometheus:9090"
istio:
enabled: true
jaeger:
enabled: true
tacoCustomDashboard:
enabled: true
ceph:
enabled: true
serviceMonitor:
calico:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion lma/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ charts:
minio.persistence.storageClass: $(storageClassName)
minio.persistence.accessMode: ReadWriteOnce
minio.persistence.size: 8Gi
query.sidecarsService: thanos-sidecars
query.dnsDiscovery.sidecarsService: thanos-sidecars

- name: thanos-config
override:
Expand Down