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

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

@christian-kreuzberger-dtx

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions