You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered: