volschin / home-ops

Repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://k8s.olschi.de/
MIT License
2 stars 1 forks source link

fix(container): update image timberio/vector ( 0.40.0 → 0.40.1 ) #694

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
timberio/vector patch 0.40.0-alpine -> 0.40.1-alpine

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "after 8am every weekday,before 7pm every weekday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 2 months ago
--- HelmRelease: observability/vector DaemonSet: observability/vector

+++ HelmRelease: observability/vector DaemonSet: observability/vector

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

         vector.dev/exclude: 'true'
     spec:
       serviceAccountName: vector
       dnsPolicy: ClusterFirst
       containers:
       - name: vector
-        image: timberio/vector:0.40.0-alpine
+        image: timberio/vector:0.40.1-alpine
         imagePullPolicy: IfNotPresent
         args:
         - --config-dir
         - /etc/vector/
         env:
         - name: VECTOR_LOG
github-actions[bot] commented 2 months ago
--- kubernetes/apps/observability/vector/app Kustomization: flux-system/vector HelmRelease: observability/vector

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

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

     - name: VECTOR_LOG
       value: WARN
     - name: VECTOR_WATCH_CONFIG
       value: 'true'
     image:
       repository: timberio/vector
-      tag: 0.40.0-alpine
+      tag: 0.40.1-alpine
     persistence:
       enabled: true
     podMonitor:
       enabled: true
       port: prom-exporter
     role: Agent