Closed mvkrishna86 closed 1 year ago
👋 which version of helm are you using ? I think I had the same issue while testing the chart and I had to update my helm binary.
I am using flux HelmRelease CRD.
Can you try 1.0.1 helm chart I just release ?
helm repo update
helm search repo grafana/pyroscope --versions
NAME CHART VERSION APP VERSION DESCRIPTION
grafana/pyroscope 1.0.1 1.0.0 🔥 horizontally-scalable, highly-available, mul...
grafana/pyroscope 1.0.0 1.0.0 🔥 horizontally-scalable, highly-available, mul...
grafana/pyroscope 0.9.0 1.0.0-rc.0 🔥 horizontally-scalable, highly-available, mul...
Should be fixed in 1.0.1 let me know if not.
I am able to deploy the chart with 1.0.1
Describe the bug
This chart 1.0.0 is giving below error on AWS EKS which is running on 1.23
$ kp get hr NAME AGE READY STATUS pyroscope 3d23h False Helm upgrade failed: chart requires kubeVersion: >=1.22 which is incompatible with Kubernetes v1.23.17-eks-2d98532
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be deployed without any issues.
Environment