Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NAMESPACE:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
REQUIRED_VERSION_CONSTRAINT: ">=2.12 <3.1"
REQUIRED_VERSION_CONSTRAINT: ">=3 <=3.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this will work for all runtime versions between 3.0 and 3.3 (excluding 3.3) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test it out with https://jubianchi.github.io/semver-check/#/%3E%3D3%20%3C%3D3.2/3.2.9
i think it is correct, yeah

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but >=3 <3.3 would work just as well, if you think it is more clear

{{- end -}}

{{- define "installer.validate-values.environment-variables" -}}
Expand Down