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

chore(deps): update helm release loki to v5.48.0 #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timtor-bot
Copy link
Collaborator

@timtor-bot timtor-bot commented Feb 1, 2024

This PR contains the following updates:

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

@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.42.1 chore(amethyst): Update Helm release loki to v5.42.2 Feb 3, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.42.2 chore(amethyst): Update Helm release loki to v5.43.0 Feb 15, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.0 chore(amethyst): Update Helm release loki to v5.43.1 Feb 16, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.1 chore(amethyst): Update Helm release loki to v5.43.2 Feb 20, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.2 chore(amethyst): Update Helm release loki to v5.43.3 Feb 23, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.3 chore(amethyst): Update Helm release loki to v5.43.4 Mar 5, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.4 chore(amethyst): Update Helm release loki to v5.43.5 Mar 6, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.5 chore(amethyst): Update Helm release loki to v5.43.6 Mar 8, 2024
@timtor-bot timtor-bot force-pushed the renovate/loki-5.x branch 2 times, most recently from 66fdfb8 to 83d29df Compare March 12, 2024 07:40
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.6 chore(amethyst): Update Helm release loki to v5.43.7 Mar 15, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.43.7 chore(amethyst): Update Helm release loki to v5.44.1 Mar 16, 2024
@timtor-bot timtor-bot force-pushed the renovate/loki-5.x branch 2 times, most recently from 05e4446 to 328c2b8 Compare March 19, 2024 00:11
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.44.1 chore(amethyst): Update Helm release loki to v5.44.4 Mar 19, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.44.4 chore(amethyst): Update Helm release loki to v5.45.0 Mar 20, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.45.0 chore(amethyst): Update Helm release loki to v5.46.0 Mar 21, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.46.0 chore(amethyst): Update Helm release loki to v5.47.1 Mar 23, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.47.1 chore(amethyst): Update Helm release loki to v5.47.2 Mar 29, 2024
@timtor-bot timtor-bot changed the title chore(amethyst): Update Helm release loki to v5.47.2 chore(deps): update helm release loki to v5.47.2 Apr 1, 2024
@timtor-bot timtor-bot force-pushed the renovate/loki-5.x branch from a31eb44 to 3736bb8 Compare May 7, 2024 00:10
@timtor-bot timtor-bot changed the title chore(deps): update helm release loki to v5.47.2 chore(deps): update helm release loki to v5.48.0 May 7, 2024
@timtor-bot timtor-bot force-pushed the renovate/loki-5.x branch from 3736bb8 to 87f6b88 Compare June 7, 2024 13:56
Copy link

--- kubernetes/loki Kustomization: flux-system/5-loki HelmRelease: loki/loki

+++ kubernetes/loki Kustomization: flux-system/5-loki HelmRelease: loki/loki

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

   chart:
     spec:
       chart: loki
       sourceRef:
         kind: HelmRepository
         name: grafana
-      version: 5.26.0
+      version: 5.48.0
   interval: 1h
   maxHistory: 1
   values:
     backend:
       extraArgs:
       - -config.expand-env=true

Copy link

--- HelmRelease: loki/loki Service: loki/query-scheduler-discovery

+++ HelmRelease: loki/loki Service: loki/query-scheduler-discovery

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: query-scheduler-discovery
+  namespace: loki
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
     app.kubernetes.io/component: backend
     prometheus.io/service-monitor: 'false'
 spec:
--- HelmRelease: loki/loki Deployment: loki/loki-read

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

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki
-        image: docker.io/grafana/loki:2.9.1
+        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.loki.svc.cluster.local:9095
--- HelmRelease: loki/loki StatefulSet: loki/loki-backend

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

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 300
       containers:
       - name: loki
-        image: docker.io/grafana/loki:2.9.1
+        image: docker.io/grafana/loki:2.9.6
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=backend
         - -legacy-read-mode=false
         - -config.expand-env=true
--- HelmRelease: loki/loki StatefulSet: loki/loki-write

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

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 300
       containers:
       - name: loki
-        image: docker.io/grafana/loki:2.9.1
+        image: docker.io/grafana/loki:2.9.6
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=write
         - -config.expand-env=true
         ports:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant