-
Notifications
You must be signed in to change notification settings - Fork 0
feat(helm): update chart loki to 5.48.0 #120
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/loki-5.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki
+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki
@@ -12,13 +12,13 @@
config.yaml: |2
analytics:
reporting_enabled: false
auth_enabled: false
common:
- compactor_address: 'loki-backend'
+ compactor_address: 'http://loki-backend:3100'
path_prefix: /var/loki
replication_factor: 2
ring:
kvstore:
store: memberlist
storage:
--- HelmRelease: monitoring/loki Deployment: monitoring/loki-read
+++ HelmRelease: monitoring/loki Deployment: monitoring/loki-read
@@ -37,13 +37,13 @@
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
terminationGracePeriodSeconds: 30
containers:
- name: loki
- image: docker.io/grafana/loki:2.9.3
+ image: docker.io/grafana/loki:2.9.6
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
- -target=read
- -legacy-read-mode=false
- -common.compactor-grpc-address=loki-backend.monitoring.svc.cluster.local:9095
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-backend
+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-backend
@@ -62,13 +62,13 @@
- name: LOG_LEVEL
value: INFO
volumeMounts:
- name: sc-rules-volume
mountPath: /rules
- name: loki
- image: docker.io/grafana/loki:2.9.3
+ image: docker.io/grafana/loki:2.9.6
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
- -target=backend
- -legacy-read-mode=false
ports:
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-write
+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-write
@@ -39,13 +39,13 @@
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
terminationGracePeriodSeconds: 300
containers:
- name: loki
- image: docker.io/grafana/loki:2.9.3
+ image: docker.io/grafana/loki:2.9.6
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
- -target=write
ports:
- name: http-metrics |
--- kubernetes/apps/monitoring/loki/app Kustomization: flux-system/cluster-apps-loki HelmRelease: monitoring/loki
+++ kubernetes/apps/monitoring/loki/app Kustomization: flux-system/cluster-apps-loki HelmRelease: monitoring/loki
@@ -12,13 +12,13 @@
spec:
chart: loki
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 5.42.0
+ version: 5.48.0
dependsOn:
- name: local-path-provisioner
namespace: kube-system
install:
remediation:
retries: 3 |
dd612ed to
38d038e
Compare
38d038e to
4c39188
Compare
4c39188 to
5bf68f6
Compare
5bf68f6 to
0e4b2d8
Compare
0e4b2d8 to
3e65d41
Compare
3e65d41 to
0deab81
Compare
0deab81 to
054c597
Compare
054c597 to
d2d0166
Compare
d2d0166 to
520d0bd
Compare
520d0bd to
4a2b8f8
Compare
4a2b8f8 to
b356d63
Compare
6ebddff to
3bf4d76
Compare
7d926e8 to
8a25f67
Compare
8a25f67 to
089158a
Compare
089158a to
5004673
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.42.0→5.48.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.