From 9fed5decc864553fee395eba1f99254cbece213b Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 27 Sep 2026 00:05:47 +1000 Subject: [PATCH] bump victoria-metrics-operator chart to 0.67.3 (#493) The vm-system overlay pins victoria-metrics-operator chart 0.57.1 (operator v0.66.1), eight operator minors behind upstream, so the cluster runs without newer CRD fields and reconciler fixes. - bump the victoria-metrics-operator helmChart version to 0.67.3 (operator v0.74.1) Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/493 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/overlays/au-syd1/vm-system/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/overlays/au-syd1/vm-system/kustomization.yaml b/apps/overlays/au-syd1/vm-system/kustomization.yaml index 5f31cd8..99c8ff6 100644 --- a/apps/overlays/au-syd1/vm-system/kustomization.yaml +++ b/apps/overlays/au-syd1/vm-system/kustomization.yaml @@ -10,7 +10,7 @@ resources: helmCharts: - name: victoria-metrics-operator repo: https://victoriametrics.github.io/helm-charts/ - version: "0.57.1" + version: "0.67.3" releaseName: victoria-metrics-operator namespace: vm-system valuesFile: values.yaml