Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions charts/intel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
Loading