-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KRV-2251 : Removing 1.20 yaml and adding 1.23 yaml #54
Conversation
helm/csi-unity/Chart.yaml
Outdated
kubeVersion: ">= 1.20.0 <= 1.23.0" | ||
version: 2.2.0 | ||
appVersion: 2.2.0 | ||
kubeVersion: ">= 1.20 <= 1.23" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this not be >- 1.21?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tc
011e2db
to
cecf6f2
Compare
@@ -7,7 +7,7 @@ Return the appropriate sidecar images based on k8s version | |||
{{- print "k8s.gcr.io/sig-storage/csi-attacher:v3.1.0" -}} | |||
{{- else if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "20") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") -}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we keeping checks for non supported K8s versions 1.19 and 1.20.. This comment is for all the sidecars in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TC
Description
Removing 1.20 yaml and adding 1.23 yaml
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: