generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(helm): update loki ( 6.12.0 → 6.16.0 ) #2951
Merged
Merged
Conversation
This file contains 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
unhesitatingeffectivebot
bot
requested a review
from ahgraber
as a code owner
September 26, 2024 23:18
unhesitatingeffectivebot
bot
added
type/minor
area/kubernetes
Changes made in the kubernetes directory
labels
Sep 26, 2024
--- kubernetes/apps/monitoring/loki/app Kustomization: flux-system/loki HelmRelease: monitoring/loki
+++ kubernetes/apps/monitoring/loki/app Kustomization: flux-system/loki HelmRelease: monitoring/loki
@@ -13,13 +13,13 @@
spec:
chart: loki
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 6.12.0
+ version: 6.16.0
dependsOn:
- name: local-path-provisioner
namespace: kube-system
- name: rook-ceph-cluster
namespace: rook-ceph
- name: vector-agent |
--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki
+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki
@@ -11,12 +11,20 @@
data:
config.yaml: |2
analytics:
reporting_enabled: false
auth_enabled: false
+ bloom_build:
+ builder:
+ planner_address: loki-backend-headless.monitoring.svc.cluster.local:9095
+ enabled: false
+ bloom_gateway:
+ client:
+ addresses: dnssrvnoa+_grpc._tcp.loki-backend-headless.monitoring.svc.cluster.local
+ enabled: false
chunk_store_config:
chunk_cache_config:
background:
writeback_buffer: 500000
writeback_goroutines: 1
writeback_size_limit: 500MB
@@ -123,12 +131,14 @@
grpc_server_max_send_msg_size: 8388608
http_listen_port: 3100
http_server_read_timeout: 600s
http_server_write_timeout: 600s
log_level: info
storage_config:
+ bloom_shipper:
+ working_directory: /var/loki/data/bloomshipper
boltdb_shipper:
index_gateway_client:
server_address: dns+loki-backend-headless.monitoring.svc.cluster.local:9095
hedging:
at: 250ms
max_per_second: 20
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-chunks-cache
+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-chunks-cache
@@ -29,13 +29,17 @@
app.kubernetes.io/instance: loki
app.kubernetes.io/component: memcached-chunks-cache
name: memcached-chunks-cache
annotations: null
spec:
serviceAccountName: loki
- securityContext: {}
+ securityContext:
+ fsGroup: 11211
+ runAsGroup: 11211
+ runAsNonRoot: true
+ runAsUser: 11211
initContainers: []
nodeSelector: {}
affinity: {}
topologySpreadConstraints: []
tolerations: []
terminationGracePeriodSeconds: 60
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-results-cache
+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-results-cache
@@ -29,13 +29,17 @@
app.kubernetes.io/instance: loki
app.kubernetes.io/component: memcached-results-cache
name: memcached-results-cache
annotations: null
spec:
serviceAccountName: loki
- securityContext: {}
+ securityContext:
+ fsGroup: 11211
+ runAsGroup: 11211
+ runAsNonRoot: true
+ runAsUser: 11211
initContainers: []
nodeSelector: {}
affinity: {}
topologySpreadConstraints: []
tolerations: []
terminationGracePeriodSeconds: 60 |
unhesitatingeffectivebot
bot
force-pushed
the
renovate/loki-6.x
branch
from
September 30, 2024 12:41
029f16e
to
c42137a
Compare
unhesitatingeffectivebot
bot
changed the title
feat(helm): update loki ( 6.12.0 → 6.15.0 )
feat(helm): update loki ( 6.12.0 → 6.16.0 )
Sep 30, 2024
ahgraber
approved these changes
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
6.12.0
->6.16.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.