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

feat(helm): update loki ( 6.12.0 → 6.16.0 ) #2951

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

unhesitatingeffectivebot[bot]
Copy link
Contributor

@unhesitatingeffectivebot unhesitatingeffectivebot bot commented Sep 26, 2024

This PR contains the following updates:

Package Update Change
loki (source) minor 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@unhesitatingeffectivebot
Copy link
Contributor Author

unhesitatingeffectivebot bot commented 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

@unhesitatingeffectivebot
Copy link
Contributor Author

--- 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 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 ahgraber merged commit e62c64c into main Sep 30, 2024
5 checks passed
@ahgraber ahgraber deleted the renovate/loki-6.x branch September 30, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant