Skip to content

Commit d658d95

Browse files
committed
fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#576)
Adjust the REQUIRED_VERSION_CONSTRAINT in the validate-values.yaml to ensure compatibility with Argo CD versions, allowing for versions up to but not including 3.1.
1 parent 8331bb4 commit d658d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gitops-runtime/templates/hooks/pre-install/validate-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: ARGOCD_VERSION_PATH
3232
value: "/api/version"
3333
- name: REQUIRED_VERSION_CONSTRAINT
34-
value: ">=2.12 <3"
34+
value: ">=2.12 <3.1"
3535
- name: ARGOCD_ROOT_PATH
3636
value: {{ index .Values "global" "external-argo-cd" "server" "rootpath" | default "" }}
3737
command: ["sh", "-c"]

0 commit comments

Comments
 (0)