- Local Build and Push
sh build.sh
- Trigger Github action.
- Add redhat-charts repo
helm repo add redhat-charts https://redhat-developer.github.io/redhat-helm-charts
- Update the helm repo
helm repo update
- Give the right to administrate the namespace
oc adm policy add-role-to-user admin -z default -n manufacturing-dev
- Install the Registration Service
helm upgrade --install registration-service redhat-charts/quarkus -f cd/dev/values.yaml -n manufacturing-dev