Skip to content

Commit

Permalink
Fix external helm charts links (#18651)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Dec 18, 2020
1 parent dd488ba commit 08868bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/che/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ dependencies:
version: 1.0.0
condition: global.tracingEnabled
- name: prometheus
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://prometheus-community.github.io/helm-charts
version: ^9.3.1
condition: global.metricsEnabled
- name: grafana
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://grafana.github.io/helm-charts
version: ^4.0.3
condition: global.metricsEnabled

0 comments on commit 08868bf

Please sign in to comment.