Hello,
I want to deploy C8 platform using Azure DevOps release pipeline to deploy on OpenShift.
Should I copy the charts repo to Azure repo and then create the release pipeline?
Anyone who worked on this?
Thanks.
Hello,
I want to deploy C8 platform using Azure DevOps release pipeline to deploy on OpenShift.
Should I copy the charts repo to Azure repo and then create the release pipeline?
Anyone who worked on this?
Thanks.
Hi,
we store the helm charts on a seperate ACR and download to int and prod only from there. Then on deployment we take the charts add our values.yaml and install by helm. First in INT and then after Approval again in PROD. You can upload and download by certain version number so you can be sure to take for both environments the same helm chart.
We took our own ACR to ensure that the helm charts will not vanish or modified and our environments are sealed and have no access to the outside.
Bye Robert