This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new b5b64d9 Correct VM Operator CRDs version (#634)
b5b64d9 is described below
commit b5b64d9c6c6961f798c88ec296ab7d68d2270bea
Author: Đình Tuyên <[email protected]>
AuthorDate: Sat Sep 27 01:31:53 2025 +0700
Correct VM Operator CRDs version (#634)
---
scripts/victoria-metrics-k8s-stack/upgrade_vm_operator_crds.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/victoria-metrics-k8s-stack/upgrade_vm_operator_crds.sh
b/scripts/victoria-metrics-k8s-stack/upgrade_vm_operator_crds.sh
index 770169d..0b70f4f 100755
--- a/scripts/victoria-metrics-k8s-stack/upgrade_vm_operator_crds.sh
+++ b/scripts/victoria-metrics-k8s-stack/upgrade_vm_operator_crds.sh
@@ -19,5 +19,5 @@
#
# This script is used to upgrade the Victoria Metrics Operator CRDs before
running "helm upgrade"
-VM_OPERATOR_VERSION="${1:-"0.42.4"}"
-kubectl apply --server-side --force-conflicts -f
"https://github.com/VictoriaMetrics/operator/releases/download/v${VM_OPERATOR_VERSION}/crd.yaml"
\ No newline at end of file
+VM_OPERATOR_VERSION="${1:-"0.53.0"}"
+kubectl apply --server-side --force-conflicts -f
"https://github.com/VictoriaMetrics/operator/releases/download/v${VM_OPERATOR_VERSION}/crd.yaml"