charlescd
charlescd copied to clipboard
Helm charts install an unstable envoy version
Problem Helm charts install an unstable envoy version. The used version is envoyproxy/envoy-dev:latest:
https://github.com/ZupIT/charlescd/blob/main/install/helm-chart/charts/envoy/templates/envoy-deployment.yml
Expected It’s necessary to make this value configurable and change the default value to a stable version (https://hub.docker.com/r/envoyproxy/envoy?tab=tags) and ensure compatibility.
Ref
-
https://hub.docker.com/r/envoyproxy/envoy?tab=tags
-
https://github.com/ZupIT/charlescd/blob/main/install/helm-chart/templates/deployment.yaml (line 60 - example of a configurable value)
@barbararochazup Can u assign this to me please?
@thallesfreitaszup Can you give me some hints please? I'm still new here and to DevOps generally :)
Hi @Hanaffi, look for a stable version of envoy and update the deployment image on the file https://github.com/ZupIT/charlescd/blob/main/install/helm-chart/charts/envoy/templates/envoy-deployment.yml.