[P1BIGROCKS-2491] Pods Should be annotated with Istio Version
[P1BIGROCKS-2491](https://jira.il2.dso.mil/browse/P1BIGROCKS-2491)
When upgrading Istio, but not a particular package, the pods for the package do not cycle for the new version of the Istio sidecar.
If we add an annotation to all pods that have an Istio sidecar with the Istio version, when Istio changes, the pods will have to cycle.
Changes:
- [ ] Add `istio.version` to each package's Values.yaml
- [ ] Attach annotation (so the pods restart when they change) `bigbang.dev/istio/version: {{ .Values.istio.version}}` to each pod in the chart.
- [ ] Pass istio version to each package in the big bang chart
epic