Skip to content

Commit 130d6fb

Browse files
authored
fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#937) (#941)
Adjust the REQUIRED_VERSION_CONSTRAINT to ensure compatibility with Argo CD versions 3.0 to 3.2, allowing for smoother upgrades and installation processes.
1 parent 6b70b12 commit 130d6fb

File tree

1 file changed

+1
-1
lines changed
  • charts/gitops-runtime/templates/hooks/pre-install

1 file changed

+1
-1
lines changed

charts/gitops-runtime/templates/hooks/pre-install/_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NAMESPACE:
2222
valueFrom:
2323
fieldRef:
2424
fieldPath: metadata.namespace
25-
REQUIRED_VERSION_CONSTRAINT: ">=2.12 <3.1"
25+
REQUIRED_VERSION_CONSTRAINT: ">=3 <=3.2"
2626
{{- end -}}
2727

2828
{{- define "installer.validate-values.environment-variables" -}}

0 commit comments

Comments
 (0)