Skip to content

Commit

Permalink
Fix linting errors and use of deprecated repositories (grafana#2742)
Browse files Browse the repository at this point in the history
* Bump Helm chart dependencies to fix linting

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>

* Fix ct config

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>

* Add new repos to Makefile

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy authored Oct 12, 2020
1 parent 59acd8b commit 628f561
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions production/helm/ct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
chart-repos:
- elastic=https://helm.elastic.co
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts
check-version-increment: false
validate-maintainers: false
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki-stack
version: 0.41.1
version: 0.41.2
appVersion: v1.6.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
14 changes: 7 additions & 7 deletions production/helm/loki-stack/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ dependencies:
- name: "loki"
condition: loki.enabled
repository: "file://../loki"
version: "^0.30.0"
version: "^0.31.1"
- name: "promtail"
condition: promtail.enabled
repository: "file://../promtail"
version: "^0.23.0"
version: "^0.25.1"
- name: "fluent-bit"
condition: fluent-bit.enabled
repository: "file://../fluent-bit"
version: "^0.1.0"
version: "^0.3.1"
- name: "grafana"
condition: grafana.enabled
version: "~3.8.15"
repository: "https://kubernetes-charts.storage.googleapis.com/"
version: "~5.7.0"
repository: "https://grafana.github.io/helm-charts"
- name: "prometheus"
condition: prometheus.enabled
version: "~9.3.0"
repository: "https://kubernetes-charts.storage.googleapis.com/"
version: "~11.16.0"
repository: "https://prometheus-community.github.io/helm-charts"
- name: "filebeat"
condition: filebeat.enabled
version: "~7.8.0"
Expand Down

0 comments on commit 628f561

Please sign in to comment.