This commit up-versions the Istio helm charts to v1.19.4
and Kiali helm charts to v1.75.0.
Istio v1.19.4 and Kiali v1.75.0 are compatible with
each other as per support matrix.
Test Plan:
PASS: Build the Istio application and manually verify Istio
and Kiali packages are created successfully.
PASS: Upload the Istio package using system command and
verify the upload status of the Istio package.
PASS: Apply the Istio package using system command and
verify the following:
- Istio application applied successfully
- Pulled correct images of Istio and Kiali
- Helm chart version verification
- Istio and Kiali pods status
PASS: Verified the removal and deletion of Istio package
using system command.
PASS: Verified Istio injection functionality. Labelled a
namespace with istio-injection=enabled. Killed
the running pod and verified a new pod is created with
the injected sidecar. The original pod has 1/1 READY
containers, and the pod with injected sidecar has
2/2 READY containers.
PASS: Disable Istio injection and checked pods are getting
created without side car
PASS: Executed the istio application update:
- verified istio update from v1.17.2 to v1.19.4
- verified kiali update from v1.66.0 to v1.75.0
Story: 2010714
Task: 49408
Change-Id: I6cf7bddb0433e153f8ef34216863b8820777631f
Signed-off-by: sshaikh1 <sirin.shaikh@windriver.com>