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

Update Helm release promtail to <=6.15.3 - autoclosed #2308

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions save-cloud-charts/save-cloud/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
version: 19.3.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.8.2
version: 6.15.3
- name: loki
repository: https://grafana.github.io/helm-charts
version: 4.4.2
- name: neo4j
repository: https://helm.neo4j.com/neo4j
version: 5.9.0
digest: sha256:cfe3ef06211737ecb20d03412f134bf9843921ed3f2b2b65e7b5a1cbee576c8a
generated: "2023-07-03T16:07:04.7945415+03:00"
version: 5.13.0
digest: sha256:65d574e5a572c4886c16caa6b5c26a2d69b22d4c91f330e3dc103bb644589d35
generated: "2023-10-31T12:53:06.784278599Z"
2 changes: 1 addition & 1 deletion save-cloud-charts/save-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: promtail
version: ^6.0.0 <=6.8.2
version: <=6.15.3
repository: https://grafana.github.io/helm-charts
condition: loki.enabled
- name: loki
Expand Down
Loading