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 chart loki to 6.7.1 #2675

Merged
merged 1 commit into from
Jul 19, 2024
Merged

feat(helm): update chart loki to 6.7.1 #2675

merged 1 commit into from
Jul 19, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Jul 16, 2024

This PR contains the following updates:

Package Update Change
loki (source) minor 6.6.3 -> 6.7.1

Release Notes

grafana/helm-charts (loki)

v6.7.1

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@b5b861c

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.7.1

v6.7.0

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@fc3904e

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.7.0

v6.6.6

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@4ca9785

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.6

v6.6.5

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@29f1ea9

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.5

v6.6.4

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@05176e4

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.4


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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner July 16, 2024 00:15
@layla-bot layla-bot bot added type/patch area/kubernetes Changes made in the kubernetes directory cluster/storage labels Jul 16, 2024
@layla-bot layla-bot bot changed the title fix(helm): update chart loki to 6.6.6 feat(helm): update chart loki to 6.7.0 Jul 16, 2024
@layla-bot layla-bot bot force-pushed the renovate/loki-6.x branch 2 times, most recently from 13a43c1 to df1c874 Compare July 16, 2024 22:06
@layla-bot layla-bot bot changed the title feat(helm): update chart loki to 6.7.0 feat(helm): update chart loki to 6.7.1 Jul 16, 2024
@layla-bot layla-bot bot force-pushed the renovate/loki-6.x branch from df1c874 to f1da8bf Compare July 19, 2024 01:34
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Jul 19, 2024

--- HelmRelease: observability/loki ConfigMap: observability/loki

+++ HelmRelease: observability/loki ConfigMap: observability/loki

@@ -27,13 +27,13 @@

           region: ..PLACEHOLDER..
           s3forcepathstyle: true
           secret_access_key: ..PLACEHOLDER..
     frontend:
       max_outstanding_per_tenant: 4096
       scheduler_address: ""
-      tail_proxy_url: http://loki-querier.observability.svc.cluster.local:3100
+      tail_proxy_url: ""
     frontend_worker:
       scheduler_address: ""
     index_gateway:
       mode: simple
     ingester:
       chunk_encoding: snappy
--- HelmRelease: observability/loki Deployment: observability/loki-read

+++ HelmRelease: observability/loki Deployment: observability/loki-read

@@ -40,13 +40,13 @@

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki
-        image: docker.io/grafana/loki:3.0.0
+        image: docker.io/grafana/loki:3.1.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=read
         - -legacy-read-mode=false
         - -common.compactor-grpc-address=loki-backend.observability.svc.cluster.local:9095
--- HelmRelease: observability/loki StatefulSet: observability/loki-backend

+++ HelmRelease: observability/loki StatefulSet: observability/loki-backend

@@ -67,13 +67,13 @@

         - name: LOG_LEVEL
           value: INFO
         volumeMounts:
         - name: sc-rules-volume
           mountPath: /rules/fake
       - name: loki
-        image: docker.io/grafana/loki:3.0.0
+        image: docker.io/grafana/loki:3.1.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=backend
         - -legacy-read-mode=false
         ports:
--- HelmRelease: observability/loki StatefulSet: observability/loki-write

+++ HelmRelease: observability/loki StatefulSet: observability/loki-write

@@ -42,13 +42,13 @@

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 300
       containers:
       - name: loki
-        image: docker.io/grafana/loki:3.0.0
+        image: docker.io/grafana/loki:3.1.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=write
         ports:
         - name: http-metrics

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Jul 19, 2024

--- kubernetes/storage/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki

+++ kubernetes/storage/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki

@@ -13,13 +13,13 @@

     spec:
       chart: loki
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 6.6.3
+      version: 6.7.1
   dependsOn:
   - name: openebs
     namespace: openebs-system
   - name: rook-ceph-cluster
     namespace: rook-ceph
   - name: vector-agent

@layla-bot layla-bot bot force-pushed the renovate/loki-6.x branch 2 times, most recently from 78d93f8 to d126460 Compare July 19, 2024 05:22
@layla-bot layla-bot bot force-pushed the renovate/loki-6.x branch from d126460 to b3d30af Compare July 19, 2024 05:29
@kashalls kashalls merged commit 95d393d into main Jul 19, 2024
13 checks passed
@layla-bot layla-bot bot deleted the renovate/loki-6.x branch July 19, 2024 08:06
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/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant