-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
After the restoration of jx-preprod GKE project, an automatic upgrade of cluster happened to 1.22 post which, we started seeing issues related to helm deployments using the jx cli.
jx step helm install
This seems to be deprecated and no longer working because of which the n'apps cicd pipeline is broken.
For an immediate resolution, we are planning to replace the above jx usage with the direct helm CLI:
helm3 install
This will be done in n'apps shared library.