Jared
Jared
@trshafer How could istio/certmanager version be retrieved? From image tag or other? I need some advice. For istio, version could be get from at least two points: 1, "productVersion" in...
@trshafer Thanks a lot. I think we should rely on `ISTIO_META_ISTIO_VERSION=1.1.7` to get Istio version.
@trshafer I have updated code and got Istio version from Istio-pilot pod. Currently version of cert-manager should be the image tag. Developer of cert-manager confirmed this.
@trshafer For istio 1.2.4, in isitio-pilot pod, env `ISTIO_META_ISTIO_VERSION` is not set the right value. ``` root@istio-pilot-5fc44889bf-8bm5v:/# env | grep VERSION ISTIO_META_ISTIO_VERSION=1.0-dev ISTIO_META_ISTIO_PROXY_VERSION=1.1.3 ``` I'm afraid we couldn't depend on...