Run pipeline integration testing with deployment using CodeFresh /Helm charts in Openshift

Hi,

Not sure whether this is the right place to ask this.

Problem: We are currently using Jenkins build pipeline to deploy java spring-boot-OSGI application into Openshift. The current approach is updating application config yaml file parameter values using shell script and deploy the application into Openshift POD and run the test on them.

As the new technology we are moving to CodeFresh and Helm Chart.

So my question is what’s the best approach to achieve above.

Cheers

Hello

Deploying Helm charts to a Kubernetes cluster is one of the most basic capabilities of Codefresh

Have you seen the docs and the examples?

For building the application there is also similar documentation

Let us know if you have specific questions on the process