Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

Open
christian-kreuzberger-dtx opened this issue Jul 21, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@christian-kreuzberger-dtx
Copy link
Contributor

christian-kreuzberger-dtx commented Jul 21, 2022

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
    image:
    repository: docker.io/keptncontrib/job-executor-service
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: ""
    ),
  • initcontainer (--set jobexecutorserviceinitcontainer.image.repository; see
    jobexecutorserviceinitcontainer:
    image:
    repository: docker.io/keptncontrib/job-executor-service-initcontainer # Container Image Name
    tag: "" # Container Tag
    )
  • as well as distributor for as long as we still have it (--set distributor.image.repository; see
    image:
    repository: docker.io/keptn/distributor # Container Image Name
    pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
    tag: "0.16.0" # Container Tag
    ).

Acceptance Criteria

  • The aforementioned installation options are documented in docs/INSTALL.md
@christian-kreuzberger-dtx christian-kreuzberger-dtx added the documentation Improvements or additions to documentation label Jul 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant