-
Notifications
You must be signed in to change notification settings - Fork 2
[codex] AITRAX-581 support immutable standalone Live images #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
danc094codetogether
merged 3 commits into
dev
from
AITRAX-581-standalone-code-together-live-track-a-restore-build-pin-live-image-codetogether-collab-artifact-contract
Jul 22, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,9 @@ image: | |
| pullPolicy: Always | ||
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: "latest" | ||
| # Optional immutable image digest (sha256:...). When set, digest takes | ||
| # precedence over tag. | ||
| digest: "" | ||
|
|
||
| # | ||
| # Configure the source location for the Docker image, using the | ||
|
|
@@ -74,7 +77,7 @@ codetogether: | |
| # | ||
| # Configure if CodeTogether is running in 'direct' mode. | ||
| # | ||
| direct: | ||
| direct: | ||
| # When running in 'direct' mode, integration with StatsD or Prometheus can be | ||
| # enabled in the Docker file. For Locator deployments, configure dynamically | ||
| # on the locator's Dashboard. | ||
|
|
@@ -97,7 +100,7 @@ locatorCentral: | |
| port: 3306 | ||
| schema: "codetogether" | ||
| # Supported values: 'mysql' or 'postgres' | ||
| dialect: "mysql" | ||
| dialect: "mysql" | ||
| user: "my-db-username" | ||
| password: "my-db-password" | ||
| # Optionally enable SSL security to database | ||
|
|
@@ -110,14 +113,14 @@ locatorCentral: | |
| # sslKey: "my-db-ssl-key-base64-encoded" | ||
| # sslCA: "my-db-ssl-certificate-authority-base64-encoded" | ||
| # sslCert: "my-db-ssl-certificate-base64-encoded" | ||
|
|
||
| # | ||
| # Configure if CodeTogether is running in 'locator-edge' mode. | ||
| # | ||
| locatorEdge: | ||
| # URL that the Locator is listening on. | ||
| locator: "https://codetogether.locator" | ||
| # Optional region which can have CIDR IP address regions assigned to | ||
| # Optional region which can have CIDR IP address regions assigned to | ||
| # allowing regional routing of requests. Only enable if deploying | ||
| # CodeTogether to multiple regional data centers. | ||
| region: "default" | ||
|
|
@@ -157,15 +160,15 @@ ingress: | |
| # | ||
| # CodeTogether has a dashboard to view metrics, and for the locator, update | ||
| # configuration on the fly. If a custom username and password is not enabled, | ||
| # one will be dynamically generated and shared in the log when the server | ||
| # one will be dynamically generated and shared in the log when the server | ||
| # starts up. Accessed at https://url/dashboard. | ||
| # | ||
| dashboard: | ||
| # Set to true to configure with the user and password below | ||
| enabled: false | ||
| username: "my-dashboard-username" | ||
| password: "my-dashboard-password" | ||
| # Name of existing secret to use for Dashboard credentials. If specfied, | ||
| # Name of existing secret to use for Dashboard credentials. If specified, | ||
| # then dashboard.username and dashboard.password will be ignored and picked up from this secret. | ||
| # existingSecret: "" | ||
|
|
||
|
|
@@ -175,17 +178,17 @@ dashboard: | |
| # | ||
| av: | ||
| enabled: false | ||
| # If auto, will attempt lookup of the IP address of the server. If the | ||
| # If auto, will attempt lookup of the IP address of the server. If the | ||
| # container fails to start, IP address can be manually configured. | ||
| serverIP: "auto" | ||
| # Optional - If you want to use your own STUN servers, set this to 'true' | ||
| # and specify <server:port> separated by a comma ','. | ||
| stunServers: | ||
| stunServers: | ||
| enabled: false | ||
| server: "coturn.example.com" | ||
| secret: "my-secret" | ||
| # Optional - Jitsi Settings for locator edge servers with locator or extenral jitsi meet server | ||
| # jitsiUrl: "https://your.jtsi.server" | ||
| # Optional - Jitsi settings for locator edge servers with locator or external Jitsi Meet server | ||
| # jitsiUrl: "https://your.jitsi.server" | ||
|
|
||
| # | ||
| # Optionally enable integration with your SSO Provider. If using SSO, this | ||
|
|
@@ -251,7 +254,7 @@ proxy: | |
| enabled: false | ||
| # Proxy URI format, omit credentials if unauthenticated: | ||
| # http://myuser:[email protected]:port | ||
| # Note: At this point only HTTP proxy is supported. Additionally, | ||
| # Note: At this point only HTTP proxy is supported. Additionally, | ||
| # if you are using special characters in the password, please verify escaping. | ||
| uri: "" | ||
| # Name of existing secret to use for proxy URI. If specified, | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.