From 9942c36e020c33678f91b229c6e5a22fc138bdb2 Mon Sep 17 00:00:00 2001 From: Wojciech Galanciak Date: Wed, 5 Feb 2025 13:40:42 +0100 Subject: [PATCH] add image.digest to readme --- README.md | 4 ++-- charts/intel/README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c67c34..ddfb77b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This repository contains Helm charts for deploying CodeTogether software, including: -Intelligence Suite – Engineering intelligence for data-driven insights -Collabolation Module – Real-time collaboration within the IDE +- Intelligence Suite – Engineering intelligence for data-driven insights +- Collabolation Module – Real-time collaboration within the IDE ## Latest Helm Charts diff --git a/charts/intel/README.md b/charts/intel/README.md index 1304fde..a26de4a 100644 --- a/charts/intel/README.md +++ b/charts/intel/README.md @@ -25,6 +25,7 @@ The following table lists configurable parameters of the CodeTogether Intel char | `image.repository` | Docker image repository for CodeTogether Intel | `hub.edge.codetogether.com/releases/codetogether-intel` | | `image.pullPolicy` | Container image pull policy | `Always` | | `image.tag` | Tag for the CodeTogether Intel image | `latest` | +| `image.digest` | (Optional) Set to override the image tag, e.g. `sha256:1234567890` | | | `imageCredentials.enabled` | Enables authentication for private Docker registry | `true` | | `imageCredentials.registry` | Docker registry URL | `hub.edge.codetogether.com` | | `imageCredentials.username` | Docker registry username | `my-customer-username` |