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

chore(deps): update helm releases #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
12 changes: 6 additions & 6 deletions deploy/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,38 @@ apps:
wait: true # wait till ready, else it will to call the ingress admission webhooks
namespace: ingress
chart: ingress-nginx/ingress-nginx
version: 4.8.3
version: 4.12.0
valuesFiles:
- ./ingress-nginx/values.yaml
priority: -90
loki:
enabled: true
namespace: monitoring
chart: grafana/loki
version: 5.36.0
version: 5.48.0
valuesFiles:
- ./loki/values.yaml
priority: -85
tempo:
enabled: true
namespace: monitoring
chart: grafana/tempo
version: 1.6.3
version: 1.16.0
valuesFiles:
- ./tempo/values.yaml
priority: -80
strimzi-operator:
enabled: true
namespace: strimzi
chart: strimzi/strimzi-kafka-operator
version: 0.38.0
version: 0.45.0
valuesFiles:
- ./strimzi/values.yaml
unleash:
enabled: true
namespace: unleash
chart: unleash/unleash
version: 3.0.4
version: 3.1.4
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: 0.74.1
valuesFiles:
- ./jaeger/values.yaml

Expand Down