Skip to content
Open
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: 5 additions & 5 deletions deploy/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apps:
enabled: true
namespace: monitoring
chart: prometheus-community/kube-prometheus-stack
version: 52.1.0
version: 86.1.0
valuesFiles:
- ./kube-prometheus/values.yaml
priority: -100
Expand Down Expand Up @@ -55,7 +55,7 @@ apps:
enabled: true
namespace: monitoring
chart: grafana/loki
version: 5.36.0
version: 7.0.0
valuesFiles:
- ./loki/values.yaml
priority: -85
Expand All @@ -71,14 +71,14 @@ apps:
enabled: true
namespace: strimzi
chart: strimzi/strimzi-kafka-operator
version: 0.38.0
version: 1.0.0
valuesFiles:
- ./strimzi/values.yaml
unleash:
enabled: true
namespace: unleash
chart: unleash/unleash
version: 3.0.4
version: 5.6.7
valuesFiles:
- ./unleash/values.yaml
unleash-proxy:
Expand All @@ -92,7 +92,7 @@ apps:
enabled: true
namespace: monitoring
chart: jaegertracing/jaeger
version: 0.71.17
version: 4.8.0
valuesFiles:
- ./jaeger/values.yaml

Expand Down