From 2e5560b0fd8df5a2ac769decf4bca9a63a5df27c Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 18 Nov 2025 17:39:05 +0200 Subject: [PATCH] fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#937) Adjust the REQUIRED_VERSION_CONSTRAINT to ensure compatibility with Argo CD versions 3.0 to 3.2, allowing for smoother upgrades and installation processes. --- charts/gitops-runtime/templates/hooks/pre-install/_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/templates/hooks/pre-install/_env.yaml b/charts/gitops-runtime/templates/hooks/pre-install/_env.yaml index f116d069..fe4ee0ea 100644 --- a/charts/gitops-runtime/templates/hooks/pre-install/_env.yaml +++ b/charts/gitops-runtime/templates/hooks/pre-install/_env.yaml @@ -22,7 +22,7 @@ NAMESPACE: valueFrom: fieldRef: fieldPath: metadata.namespace -REQUIRED_VERSION_CONSTRAINT: ">=2.12 <3.1" +REQUIRED_VERSION_CONSTRAINT: ">=3 <=3.2" {{- end -}} {{- define "installer.validate-values.environment-variables" -}}