Skip to content

fix(container): update ghcr.io/victoriametrics/helm-charts/victoria-logs-single ( 0.12.2 → 0.12.4 )#5608

Merged
mchestr merged 1 commit intomainfrom
renovate/ghcr.io-victoriametrics-helm-charts-victoria-logs-single-0.x
May 5, 2026
Merged

fix(container): update ghcr.io/victoriametrics/helm-charts/victoria-logs-single ( 0.12.2 → 0.12.4 )#5608
mchestr merged 1 commit intomainfrom
renovate/ghcr.io-victoriametrics-helm-charts-victoria-logs-single-0.x

Conversation

@mchesterbot
Copy link
Copy Markdown
Contributor

@mchesterbot mchesterbot Bot commented May 1, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/victoriametrics/helm-charts/victoria-logs-single patch 0.12.20.12.4

Configuration

📅 Schedule: (in timezone America/Vancouver)

  • 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 Mend Renovate.

@mchesterbot mchesterbot Bot requested a review from mchestr as a code owner May 1, 2026 15:28
@mchesterbot mchesterbot Bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels May 1, 2026
@mchesterbot
Copy link
Copy Markdown
Contributor Author

mchesterbot Bot commented May 1, 2026

--- kubernetes/apps/observability/victoria-logs/app Kustomization: observability/victoria-logs OCIRepository: observability/victoria-logs

+++ kubernetes/apps/observability/victoria-logs/app Kustomization: observability/victoria-logs OCIRepository: observability/victoria-logs

@@ -11,9 +11,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.12.2
+    tag: 0.12.4
   url: oci://ghcr.io/victoriametrics/helm-charts/victoria-logs-single
 

@mchesterbot
Copy link
Copy Markdown
Contributor Author

mchesterbot Bot commented May 1, 2026

--- HelmRelease: observability/victoria-logs ServiceAccount: observability/victoria-logs-vector

+++ HelmRelease: observability/victoria-logs ServiceAccount: observability/victoria-logs-vector

@@ -0,0 +1,13 @@

+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  name: victoria-logs-vector
+  namespace: observability
+  labels:
+    app.kubernetes.io/name: vector
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/component: Agent
+    app.kubernetes.io/managed-by: Helm
+automountServiceAccountToken: true
+
--- HelmRelease: observability/victoria-logs ConfigMap: observability/vector-vl-config

+++ HelmRelease: observability/victoria-logs ConfigMap: observability/vector-vl-config

@@ -0,0 +1,55 @@

+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: vector-vl-config
+  labels:
+    app.kubernetes.io/component: server
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: victoria-logs-single
+  namespace: observability
+data:
+  victoria-logs-vector.yaml: |
+    api:
+      address: 0.0.0.0:8686
+      enabled: false
+    data_dir: /vector-data-dir
+    sinks:
+      exporter:
+        address: 0.0.0.0:9090
+        inputs:
+        - internal_metrics
+        type: prometheus_exporter
+      vlogs-0:
+        api_version: v8
+        compression: gzip
+        endpoints:
+        - http://victoria-logs-server-0.victoria-logs-server.observability.svc.cluster.local.:9428/insert/elasticsearch
+        healthcheck:
+          enabled: false
+        inputs:
+        - parser
+        mode: bulk
+        request:
+          headers:
+            AccountID: "0"
+            ProjectID: "0"
+            VL-Msg-Field: message,msg,_msg,log.msg,log.message,log
+            VL-Stream-Fields: stream,kubernetes.pod_name,kubernetes.container_name,kubernetes.pod_namespace
+            VL-Time-Field: timestamp
+        type: elasticsearch
+    sources:
+      internal_metrics:
+        type: internal_metrics
+      k8s:
+        type: kubernetes_logs
+    transforms:
+      parser:
+        inputs:
+        - k8s
+        source: |
+          .log = parse_json(.message) ?? .message
+          del(.message)
+        type: remap
+
--- HelmRelease: observability/victoria-logs ClusterRole: observability/victoria-logs-vector

+++ HelmRelease: observability/victoria-logs ClusterRole: observability/victoria-logs-vector

@@ -0,0 +1,21 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: victoria-logs-vector
+  labels:
+    app.kubernetes.io/name: vector
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/component: Agent
+    app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+  - ''
+  resources:
+  - namespaces
+  - nodes
+  - pods
+  verbs:
+  - list
+  - watch
+
--- HelmRelease: observability/victoria-logs ClusterRoleBinding: observability/victoria-logs-vector

+++ HelmRelease: observability/victoria-logs ClusterRoleBinding: observability/victoria-logs-vector

@@ -0,0 +1,19 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+  name: victoria-logs-vector
+  labels:
+    app.kubernetes.io/name: vector
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/component: Agent
+    app.kubernetes.io/managed-by: Helm
+roleRef:
+  apiGroup: rbac.authorization.k8s.io
+  kind: ClusterRole
+  name: victoria-logs-vector
+subjects:
+- kind: ServiceAccount
+  name: victoria-logs-vector
+  namespace: observability
+
--- HelmRelease: observability/victoria-logs Service: observability/victoria-logs-vector-headless

+++ HelmRelease: observability/victoria-logs Service: observability/victoria-logs-vector-headless

@@ -0,0 +1,20 @@

+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: victoria-logs-vector-headless
+  namespace: observability
+  labels:
+    app.kubernetes.io/name: vector
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/component: Agent
+    app.kubernetes.io/managed-by: Helm
+spec:
+  clusterIP: None
+  ports: []
+  selector:
+    app.kubernetes.io/name: vector
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/component: Agent
+  type: ClusterIP
+
--- HelmRelease: observability/victoria-logs DaemonSet: observability/victoria-logs-vector

+++ HelmRelease: observability/victoria-logs DaemonSet: observability/victoria-logs-vector

@@ -0,0 +1,101 @@

+---
+apiVersion: apps/v1
+kind: DaemonSet
+metadata:
+  name: victoria-logs-vector
+  namespace: observability
+  labels:
+    app.kubernetes.io/name: vector
+    app.kubernetes.io/instance: victoria-logs
+    app.kubernetes.io/component: Agent
+    app.kubernetes.io/managed-by: Helm
+spec:
+  selector:
+    matchLabels:
+      app.kubernetes.io/name: vector
+      app.kubernetes.io/instance: victoria-logs
+      app.kubernetes.io/component: Agent
+  minReadySeconds: 0
+  template:
+    metadata:
+      annotations: null
+      labels:
+        app.kubernetes.io/name: vector
+        app.kubernetes.io/instance: victoria-logs
+        app.kubernetes.io/component: Agent
+        vector.dev/exclude: 'true'
+    spec:
+      serviceAccountName: victoria-logs-vector
+      dnsPolicy: ClusterFirst
+      containers:
+      - name: vector
+        image: docker.io/timberio/vector:0.55.0-distroless-libc
+        imagePullPolicy: IfNotPresent
+        args:
+        - -w
+        - --config-dir
+        - /etc/vector/
+        env:
+        - name: VECTOR_LOG
+          value: info
+        - name: VECTOR_SELF_NODE_NAME
+          valueFrom:
+            fieldRef:
+              fieldPath: spec.nodeName
+        - name: VECTOR_SELF_POD_NAME
+          valueFrom:
+            fieldRef:
+              fieldPath: metadata.name
+        - name: VECTOR_SELF_POD_NAMESPACE
+          valueFrom:
+            fieldRef:
+              fieldPath: metadata.namespace
+        - name: PROCFS_ROOT
+          value: /host/proc
+        - name: SYSFS_ROOT
+          value: /host/sys
+        ports:
+        - containerPort: 9090
+          name: prom-exporter
+          protocol: TCP
+        volumeMounts:
+        - name: data
+          mountPath: /vector-data-dir
+        - name: config
+          mountPath: /etc/vector/
+          readOnly: true
+        - mountPath: /var/log/
+          name: var-log
+          readOnly: true
+        - mountPath: /var/lib
+          name: var-lib
+          readOnly: true
+        - mountPath: /host/proc
+          name: procfs
+          readOnly: true
+        - mountPath: /host/sys
+          name: sysfs
+          readOnly: true
+      terminationGracePeriodSeconds: 60
+      volumes:
+      - name: config
+        projected:
+          sources:
+          - configMap:
+              name: vector-vl-config
+      - name: data
+        hostPath:
+          path: /var/lib/vector
+      - hostPath:
+          path: /var/log/
+        name: var-log
+      - hostPath:
+          path: /var/lib/
+        name: var-lib
+      - hostPath:
+          path: /proc
+        name: procfs
+      - hostPath:
+          path: /sys
+        name: sysfs
+

@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-victoriametrics-helm-charts-victoria-logs-single-0.x branch from fc7b6f0 to 9c1dd00 Compare May 2, 2026 10:26
@mchesterbot mchesterbot Bot changed the title fix(container): update ghcr.io/victoriametrics/helm-charts/victoria-logs-single ( 0.12.2 → 0.12.3 ) fix(container): update ghcr.io/victoriametrics/helm-charts/victoria-logs-single ( 0.12.2 → 0.12.4 ) May 2, 2026
@mchestr mchestr merged commit 517c9be into main May 5, 2026
13 of 14 checks passed
@mchesterbot mchesterbot Bot deleted the renovate/ghcr.io-victoriametrics-helm-charts-victoria-logs-single-0.x branch May 5, 2026 03:17
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/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant