Run locally.
helm upgrade --install cd-runtime \
--create-namespace \
--namespace cd \
--set global.codefresh.accountId=<codefresh-account-id> \
--set global.codefresh.userToken.token=<codefresh-api-key> \
--set global.runtime.gitCredentials.password.value=<git-runtime-token> \
--set global.runtime.name=<runtime-name> \
oci://quay.io/codefresh/gitops-runtime \
--wait