Skip to content

feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.2 ) - #3325

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/victoria-metrics-k8s-stack-0.x
Open

feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.2 )#3325
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/victoria-metrics-k8s-stack-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
victoria-metrics-k8s-stack minor 0.74.10.90.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

VictoriaMetrics/helm-charts (victoria-metrics-k8s-stack)

v0.90.2

Compare Source

Release notes for version 0.90.2

Release date: 08 Aug 2026

Helm: v3 AppVersion: v1.149.0 VM Operator: 0.67.2

  • fixed sync-job ignoring defaultRules.rules.<name>.enabled: false, causing disabled rules to reappear in generated VMRule resources. See #​3151

v0.90.1

Compare Source

Release notes for version 0.90.1

Release date: 07 Aug 2026

Helm: v3 AppVersion: v1.149.0 VM Operator: 0.67.2

  • fixed sync-job silently ignoring extra fields set under defaultRules.group.spec (such as params and interval) and defaultRules.rules.*.spec. The configured values were not applied to the generated VMRule resources. See #​3149

v0.90.0

Compare Source

Release notes for version 0.90.0

Release date: 06 Aug 2026

Helm: v3 AppVersion: v1.149.0 VM Operator: 0.67.2

  • added vldistributed as an alternative to vlsingle and vlcluster for multi-zone VictoriaLogs deployments. Set vldistributed.enabled: true (mutually exclusive with vlsingle and vlcluster). The victorialogs-cluster dashboard and VL alert rules are enabled automatically when vldistributed.enabled is set.

v0.89.0

Compare Source

Release notes for version 0.89.0

Release date: 05 Aug 2026

Helm: v3 AppVersion: v1.149.0 VM Operator: 0.67.2

  • bump version of VM components to v1.149.0

v0.88.0

Compare Source

Release notes for version 0.88.0

Release date: 04 Aug 2026

Helm: v3 AppVersion: v1.148.0 VM Operator: 0.67.2

  • added syncJob.extraVolumes and syncJob.extraVolumeMounts to allow mounting custom CA certificates into the sync-job pod. To trust a self-signed certificate, create a Secret with the CA cert, mount it via these fields, and set SSL_CERT_FILE=/path/to/ca.crt in syncJob.env. See #​3127
  • added per-component namespaceOverride to all operator-managed components (vmsingle, vmcluster, vmagent, vmalert, alertmanager, vmauth, vlsingle, vlcluster, vlagent, vtsingle, vtcluster). Setting <component>.namespaceOverride: <ns> deploys that CR, its Ingress, and its HTTPRoute into a separate namespace while keeping the rest of the stack in the release namespace. Cross-component FQDNs are updated automatically. See #​3113
  • restored VM_ENABLEDPROMETHEUSCONVERTER_* env vars when operator.disable_prometheus_converter: true and removed Prometheus CRD names (PodMonitor, ServiceMonitor, etc.) from --controller.disableReconcileFor. In operator v0.68.x the controllersByName map does not include Prometheus CRD names — passing them causes the operator to fail on startup.

v0.87.0

Compare Source

Release notes for version 0.87.0

Release date: 20 Jul 2026

Helm: v3 AppVersion: v1.148.0 VM Operator: 0.66.3

  • bump version of VM components to v1.148.0

v0.86.2

Compare Source

Release notes for version 0.86.2

Release date: 17 Jul 2026

Helm: v3 AppVersion: v1.147.0 VM Operator: 0.66.2

  • fix sync-job injecting $cluster label selectors into panel expressions for dashboards that have no cluster template variable (e.g. k8s-resources-multicluster), causing all panels to fail with an unresolved variable reference when multicluster: true and no clusterMetric is configured for that dashboard. See #​3099.

v0.86.1

Compare Source

Release notes for version 0.86.1

Release date: 16 Jul 2026

Helm: v3 AppVersion: v1.147.0 VM Operator: 0.66.2

  • fix sync-job introducing a circular $cluster reference into the cluster template variable's own query expression when multicluster: true, which prevented the variable from resolving and broke panel queries. See #​3099.

v0.86.0

Compare Source

Release notes for version 0.86.0

Release date: 08 Jul 2026

Helm: v3 AppVersion: v1.147.0 VM Operator: 0.66.2

  • bump version of VM components to v1.147.0
  • fixed hardcoded datasources in dashboards when datasource variable is present. See #​3079.
  • bump operator dependency chart to version 0.66.2
  • bump grafana dependency chart to version 12.7.2

v0.85.10

Compare Source

Release notes for version 0.85.10

Release date: 03 Jul 2026

Helm: v3 AppVersion: v1.146.0 VM Operator: 0.65.1

  • added global.extraLabels and global.extraAnnotations to apply common labels and annotations to all workload resources and pod templates
  • fix vlagent spec incorrectly delegating to vmagent implementation and overriding the image tag with the chart appVersion instead of using the VictoriaLogs image tag configured in vlagent.spec.image.tag

v0.85.9

Compare Source

Release notes for version 0.85.9

Release date: 01 Jul 2026

Helm: v3 AppVersion: v1.146.0

  • fix sync-job incorrectly renaming the Grafana cluster variable when global.clusterLabel is customized, causing $cluster references in panel expressions to break. The variable name is now always kept as cluster; only the metric label in selectors is renamed to the configured value. See #​3059.

v0.85.8

Compare Source

Release notes for version 0.85.8

Release date: 29 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • support additional env variables for syncJob. See #​3052.

v0.85.7

Compare Source

Release notes for version 0.85.7

Release date: 28 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • sync-job now supports overriding the dnsConfig and dnsPolicy
  • removed unsupported vl and vt cluster parameters. See #​3047.

v0.85.6

Compare Source

Release notes for version 0.85.6

Release date: 26 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • sync-job supports manifest generation mode: set OUTPUT=- (stdout) or OUTPUT=<file> to write all rendered ConfigMap/GrafanaDashboard/VMRule manifests as YAML instead of applying them to the cluster, allowing users to commit the output to a repository and deploy via GitOps tools in air-gapped environments. See #​3040
  • fix sync-job not injecting hidden constant $cluster variable into dashboards that have no cluster template variable, causing Grafana to show "No data" or variable errors when multicluster: false. See #​3042

v0.85.5

Compare Source

Release notes for version 0.85.5

Release date: 25 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • fix sync-job failing to patch cluster variable filters in dashboards that store variable queries as structured objects (map form) instead of plain strings. See #​3038.

v0.85.4

Compare Source

Release notes for version 0.85.4

Release date: 24 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • sync-job now sets owner references on managed ConfigMaps, GrafanaDashboards, and VMRules pointing to its ServiceAccount, so Kubernetes automatically garbage-collects them when the chart is uninstalled via any tool (Helm, ArgoCD, etc.). Controlled by syncJob.useOwnerReferences (default true). See #​3032

v0.85.3

Compare Source

Release notes for version 0.85.3

Release date: 24 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • fix sync-job patching dashboard datasource uid to the datasource type instead of the actual UID, causing "Datasource not found" errors for dashboards with hardcoded datasource UIDs. See #​3028

v0.85.2

Compare Source

Release notes for version 0.85.2

Release date: 23 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • fix syncJob.multicluster: false having no effect on injected dashboards — cluster variable was left as a query type with multi-value selection enabled. See #​3024

v0.85.1

Compare Source

Release notes for version 0.85.1

Release date: 23 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • use explicit semver tag for sync job
  • make syncJob a helm hook

v0.85.0

Compare Source

Release notes for version 0.85.0

Release date: 23 Jun 2026

Helm: v3 AppVersion: v1.146.0

  • bump version of VM components to v1.146.0
    Update note 1: defaultDashboards.defaultTimezone is removed. Dashboard timezone is now managed exclusively by Grafana (e.g. grafana.grafana\.ini.date_formats.default_timezone).

Update note 2: defaultRules.groups[*].targetNamespace is replaced by defaultRules.groups[*].jobNamespaces, a per-group map from scrape job name to namespace regex. A global defaultRules.jobNamespaces is also available and is merged with per-group values (per-group wins on conflict). The new defaults scope kubernetesApps to kube-state-metrics and kubernetesStorage to kubelet.

Update note 3: Helm-rendered dashboard ConfigMaps and VMRules are removed. Dashboards and rules are now fetched and applied at deploy time by the sync-job (syncJob.enabled: true by default). Disable syncJob.enabled only if managing dashboards and rules externally.

  • add traces storage support: vtsingle and vtcluster deploy operator-managed VTSingle/VTCluster CRs; ports follow the 10xxx scheme (single 10428, insert 10481, select 10471, storage 10491); Grafana Jaeger datasource is auto-provisioned pointing at <endpoint>/select/jaeger; dashboard sync entries for single-node and cluster views are included
  • add logs collection and storage support: VLSingle, VLCluster, VLAgent with k8sCollector for automatic Kubernetes logs collection, Grafana datasource integration, and internal VMAuth routing when both metrics and logs backends are configured. See #​1910 and #​1909
  • introduce sync-job config with common section (clusterLabel, multicluster) shared across dashboards and rules; Grafana-specific settings (labelName, labelValue, datasource, operator) live under dashboards.common.grafana
  • add defaultRules.rules global per-rule overrides map to patch spec or enable/disable individual rules across all groups
  • add per-group spec: support in defaultRules.groups for VMRule group-level properties (e.g. interval, params)
  • add defaultRules.jobNamespaces (global) and defaultRules.groups[*].jobNamespaces (per-group, merged) to inject namespace=~"<value>" into metric selectors by scrape job name; replaces per-group targetNamespace
  • add syncJob.multicluster to override multicluster mode independently of grafana.sidecar.dashboards.multicluster
  • multicluster: false no longer injects clusterLabel into aggregation by() clauses in rule expressions; existing labels are still renamed to match the configured clusterLabel
  • rename defaultRules.additionalGroupByLabels to defaultRules.extraGroupByLabels; old key accepted as fallback; per-group extraGroupByLabels: [] now explicitly clears the global value
  • remove defaultDashboards.defaultTimezone
  • add per-group extraGroupByLabels override that replaces the global defaultRules.extraGroupByLabels for that group. See #​2832.

v0.84.0

Compare Source

Release notes for version 0.84.0

Release date: 15 Jun 2026

Helm: v3 AppVersion: v1.145.0

  • bump operator dependency chart to version 0.65.0

v0.83.0

Compare Source

Release notes for version 0.83.0

Release date: 12 Jun 2026

Helm: v3 AppVersion: v1.145.0

  • bump operator dependency chart to version 0.64.1

v0.82.0

Compare Source

Release notes for version 0.82.0

Release date: 08 Jun 2026

Helm: v3 AppVersion: v1.145.0

  • bump version of VM components to v1.145.0

v0.81.0

Compare Source

Release notes for version 0.81.0

Release date: 28 May 2026

Helm: v3 AppVersion: v1.144.0

Update note 1: defaultRules.create is renamed to defaultRules.enabled; per-group create is renamed to enabled. Old create key is still respected as a fallback if enabled is not set.

Update note 2: defaultRules.additionalGroupByLabels is renamed to defaultRules.extraGroupByLabels. Old additionalGroupByLabels is still respected as a fallback if extraGroupByLabels is not set.

  • rename defaultRules.create and per-group create to enabled, with fallback to create for backward compatibility.
  • add per-group extraGroupByLabels, that replace defaultRules.extraGroupByLabels (if absent defaults to defaultRules.additionalGroupByLabels). See #​2832.

v0.80.0

Compare Source

Release notes for version 0.80.0

Release date: 25 May 2026

Helm: v3 AppVersion: v1.144.0

  • bump version of VM components to v1.144.0

v0.79.1

Compare Source

Release notes for version 0.79.1

Release date: 20 May 2026

Helm: v3 AppVersion: v1.143.0

  • support Grafana HTTPRoute when resolving grafanaAddr
  • bump operator dependency chart to version 0.63.1

v0.79.0

Compare Source

Release notes for version 0.79.0

Release date: 18 May 2026

Helm: v3 AppVersion: v1.143.0

  • bump victoria-metrics-operator dependency chart to version 0.63.0
  • bump grafana dependency chart to version 12.3.3
  • bump node-exporter dependency chart to version 4.55.0

v0.78.0

Compare Source

Release notes for version 0.78.0

Release date: 11 May 2026

Helm: v3 AppVersion: v1.143.0

  • bump version of VM components to v1.143.0
  • fix Alertmanager templates path to match VM Operator mount. See #​2883.

v0.77.0

Compare Source

Release notes for version 0.77.0

Release date: 03 May 2026

Helm: v3 AppVersion: v1.142.0

  • set default securityContext for Alertmanager, when persistence is enabled to prevent from permissions issues. See #​2846.
  • default operator admissionWebhooks.policy to Ignore so the stack can be installed and upgraded in a single pass without races against the operator's webhook server. Override to Fail for strict validation. See #​2874.

v0.76.0

Compare Source

Release notes for version 0.76.0

Release date: 28 Apr 2026

Helm: v3 AppVersion: v1.142.0

  • bump version of VM components to v1.142.0

v0.75.0

Compare Source

Release notes for version 0.75.0

Release date: 28 Apr 2026

Helm: v3 AppVersion: v1.141.0

  • bump version of VM components to v1.141.0
  • bump victoria-metrics-operator dependency chart to version 0.62.0
  • updates operator to v0.69.0 version
  • Upgraded default Alertmanager tag 0.28.1 -> 0.32.0
  • use OCI registries for all chart dependencies

Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 3f4dfe3 to bd42d55 Compare April 28, 2026 15:43
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.75.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.76.0 ) Apr 28, 2026
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.76.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.77.0 ) May 6, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from a216851 to bc23cd3 Compare May 11, 2026 09:56
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.77.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.78.0 ) May 11, 2026
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.78.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.79.0 ) May 18, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from bc23cd3 to 0a8459d Compare May 18, 2026 11:00
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.79.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.79.1 ) May 20, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from bb2161e to 7a75d27 Compare May 22, 2026 21:16
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.79.1 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.80.0 ) May 25, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from 71c880b to 9d7758d Compare May 28, 2026 19:31
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.80.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.81.0 ) May 28, 2026
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.81.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.82.0 ) Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 9d7758d to 152f801 Compare June 8, 2026 14:03
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.82.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.83.0 ) Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from a8a0238 to ca2ed97 Compare June 15, 2026 20:39
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.83.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.84.0 ) Jun 15, 2026
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.84.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.0 ) Jun 23, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from ca2ed97 to 69406e9 Compare June 23, 2026 13:04
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.1 ) Jun 23, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from 08e93ac to 1c71fdc Compare June 24, 2026 00:30
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from 94ce17c to 3036cfe Compare June 28, 2026 12:40
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.6 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.7 ) Jun 28, 2026
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.7 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.8 ) Jun 29, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from aeba3b0 to cf4742c Compare July 1, 2026 21:56
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.8 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.9 ) Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from cf4742c to 639b0e2 Compare July 3, 2026 10:15
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.9 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.10 ) Jul 3, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 639b0e2 to 5e82305 Compare July 8, 2026 11:09
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.85.10 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.86.0 ) Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 5e82305 to 2ddd21d Compare July 17, 2026 00:03
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.86.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.86.1 ) Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 2ddd21d to 6504501 Compare July 17, 2026 12:58
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.86.1 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.86.2 ) Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 6504501 to 652e1df Compare July 20, 2026 20:41
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.86.2 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.87.0 ) Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch 2 times, most recently from bb14a22 to 66b09e8 Compare August 4, 2026 14:49
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.87.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.88.0 ) Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 66b09e8 to 8faa5d7 Compare August 5, 2026 18:57
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.88.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.89.0 ) Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 8faa5d7 to b583cb1 Compare August 6, 2026 16:57
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.89.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.0 ) Aug 6, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from b583cb1 to 4c11954 Compare August 7, 2026 22:34
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.0 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.1 ) Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from 4c11954 to ad33be8 Compare August 8, 2026 17:03
@renovate renovate Bot changed the title feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.1 ) feat(container): update image victoria-metrics-k8s-stack ( 0.74.1 → 0.90.2 ) Aug 8, 2026
….90.2 )

| datasource | package                                                        | from   | to     |
| ---------- | -------------------------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/victoriametrics/helm-charts/victoria-metrics-k8s-stack | 0.74.1 | 0.90.2 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/victoria-metrics-k8s-stack-0.x branch from ad33be8 to 393f268 Compare August 12, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants