SURE-9543
Issue description:
Customer cannot see updated elemental charts on EKS
Business impact:
Cannot install or update Elemental
Troubleshooting steps:
Customer discovered that the issue was due to new elemental charts requiring Kubernetes versions >= 1.16.0 rather than >= 1.16.0-0 like all other charts. This breaks on EKS clusters as they do not match the regex
Workaround:
Is a workaround available and implemented? YES
What is the workaround: Clone the repo and fix the line
Actual behavior:
Cannot see new Elemental Charts
Expected behavior:
Can see all Elemental Charts fro Rancher 2.9
Additional notes:
Problem lines
https://github.com/rancher/ui-plugin-charts/blame/cd69b060204194b7e6c3e155d452873ab65c0573/index.yaml#L28
https://github.com/rancher/ui-plugin-charts/blame/cd69b060204194b7e6c3e155d452873ab65c0573/index.yaml#L49
SURE-9543
Issue description:
Customer cannot see updated elemental charts on EKS
Business impact:
Cannot install or update Elemental
Troubleshooting steps:
Customer discovered that the issue was due to new elemental charts requiring Kubernetes versions >= 1.16.0 rather than >= 1.16.0-0 like all other charts. This breaks on EKS clusters as they do not match the regex
Workaround:
Is a workaround available and implemented? YES
What is the workaround: Clone the repo and fix the line
Actual behavior:
Cannot see new Elemental Charts
Expected behavior:
Can see all Elemental Charts fro Rancher 2.9
Additional notes:
Problem lines
https://github.com/rancher/ui-plugin-charts/blame/cd69b060204194b7e6c3e155d452873ab65c0573/index.yaml#L28
https://github.com/rancher/ui-plugin-charts/blame/cd69b060204194b7e6c3e155d452873ab65c0573/index.yaml#L49