job-executor-service icon indicating copy to clipboard operation
job-executor-service copied to clipboard

Document setting image repositories for job-executor, initcontainer (and distributor)

Open christian-kreuzberger-dtx opened this issue 3 years ago • 0 comments
trafficstars

From https://keptn.slack.com/archives/CNRCGFU3U/p1658399682503239

We need to document in our Installation docs on how to install and use Job-Executor from a different container registry. This requires setting images for

  • job-executor-service itself (--set image.repository, see https://github.com/keptn-contrib/job-executor-service/blob/16c217df9dae96485001bc40ec3540acfe997a74/chart/values.yaml#L3-L7),
  • initcontainer (--set jobexecutorserviceinitcontainer.image.repository; see https://github.com/keptn-contrib/job-executor-service/blob/16c217df9dae96485001bc40ec3540acfe997a74/chart/values.yaml#L9-L12)
  • as well as distributor for as long as we still have it (--set distributor.image.repository; see https://github.com/keptn-contrib/job-executor-service/blob/16c217df9dae96485001bc40ec3540acfe997a74/chart/values.yaml#L18-L21).

Acceptance Criteria

  • The aforementioned installation options are documented in docs/INSTALL.md