Hubble Helm chart points to Azure ECR hosted retina images which are not easily accessible
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 304
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 79
Description
**Describe the bug**
Hubble Helm chart points to [Azure ECR](https://github.com/microsoft/retina/blob/10a1bc5d66014164504d34ac063f1fa5646dbdea/deploy/hubble/manifests/controller/helm/retina/values.yaml#L19) hosted set of Retina images which cannot be pulled and installed by an arbitrary cluster in another cloud provider. The default values in this chart should be updated to point to more openly accessible docker images so that the chart can be installed in clusters from other providers e.g. Self-hosted or EKS.
**To Reproduce**
Attempt to install from Helm to EKS.
**Expected behavior**
The default values point to images generally accessible and the chart installs. Similar to the legacy chart.
**Platform (please complete the following information):**
- OS: Amazon Linux
- Kubernetes Version: 1.28
- Host: EKS/Flux
- Retina Version: v0.0.16
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.