camunda-8-helm-profiles icon indicating copy to clipboard operation
camunda-8-helm-profiles copied to clipboard

`deploy-model` target no longer works for versions 8.2.11 and above

Open upgradingdave opened this issue 1 year ago • 1 comments

zbctl cli was removed from the camunda/zeebe image as of 8.2.11. So, make deploy-model no longer works

upgradingdave avatar Aug 31 '23 19:08 upgradingdave

Updated the zbctl-deploy-job.yaml to use a custom image called upgradingdave/zbctl, see 8fada04a4378ba2ba32ad7701f4c21aee120f5d4. It works, but it's not ideal. There are a few tasks to do before closing this issue:

  1. Determine if there's an official zbctl image that will be maintained, and, if so, use that instead
  2. Add the ability to deploy models when zeebe-gateway is protected by oauth

upgradingdave avatar Aug 31 '23 20:08 upgradingdave