feat(container)!: Update ghcr.io/grafana-community/helm-charts/loki (14.2.1 → 15.0.1) - autoclosed#120
Closed
home-infrastructure-renovate[bot] wants to merge 1 commit into
Conversation
--- kubernetes/infrastructure/monitoring/loki/app Kustomization: flux-system/loki OCIRepository: monitoring/loki
+++ kubernetes/infrastructure/monitoring/loki/app Kustomization: flux-system/loki OCIRepository: monitoring/loki
@@ -11,9 +11,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 14.2.1
+ tag: 15.0.1
url: oci://ghcr.io/grafana-community/helm-charts/loki
|
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki
+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki
@@ -51,13 +51,12 @@
reject_old_samples_max_age: 168h
retention_period: 14d
split_queries_by_interval: 15m
volume_enabled: true
memberlist:
abort_if_cluster_join_fails: true
- advertise_addr: ${HASH_RING_INSTANCE_ADDR}
advertise_port: 7946
bind_port: 7946
join_members:
- loki-memberlist.monitoring.svc.cluster.local
max_join_backoff: 1m
max_join_retries: 10
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki
+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki
@@ -74,12 +74,13 @@
- name: loki
image: docker.io/grafana/loki:3.5.1
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
- -config.expand-env=true
+ - -memberlist.advertise-addr=$(POD_IP)
- -target=all
ports:
- name: http-metrics
containerPort: 3100
protocol: TCP
- name: grpc
@@ -90,13 +91,13 @@
protocol: TCP
env:
- name: GOMEMLIMIT
value: 870MiB
- name: GOGC
value: '80'
- - name: HASH_RING_INSTANCE_ADDR
+ - name: POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
securityContext:
allowPrivilegeEscalation: false
capabilities: |
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
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:
14.2.1→15.0.1Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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 has been generated by Mend Renovate.