Skip to content

chore: remove marketplace script, refactor mirror script#593

Open
John Kennedy (jkennedyvz) wants to merge 2 commits intomainfrom
fix/aws-marketplace-helm-validation
Open

chore: remove marketplace script, refactor mirror script#593
John Kennedy (jkennedyvz) wants to merge 2 commits intomainfrom
fix/aws-marketplace-helm-validation

Conversation

@jkennedyvz
Copy link
Copy Markdown
Contributor

@jkennedyvz John Kennedy (jkennedyvz) commented Feb 25, 2026

Summary

  • Remove create_marketplace_version.sh (moved to deployments repo)
  • Refactor mirror_langsmith_images.sh to:
    • Read image list from values.yaml instead of hardcoding DEFAULT_VERSION — images always match the chart
    • Remove --dest-repo marketplace mode (AWS-specific, moved to deployments)
    • Keep --version as optional override for LangChain images (infra image tags stay as-is)

Addresses review feedback

Test plan

  • --dry-run correctly reads all 14 images from values.yaml
  • --version override applies only to langchain images, not postgres/redis/clickhouse
  • create_marketplace_version.sh removed

Comment thread charts/langsmith/scripts/mirror_langsmith_images.sh Outdated
Comment thread charts/langsmith/scripts/create_marketplace_version.sh Outdated
Comment thread charts/langsmith/scripts/create_marketplace_version.sh Outdated
Comment thread charts/langsmith/scripts/mirror_langsmith_images.sh Outdated
Comment thread charts/langsmith/values.yaml Outdated
Marketplace release tooling has been moved to the deployments repo
(marketplace/aws/) alongside the existing Azure marketplace scripts.

See: langchain-ai/deployments#25458

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jkennedyvz John Kennedy (jkennedyvz) force-pushed the fix/aws-marketplace-helm-validation branch from d7d0fbc to 130c50e Compare March 19, 2026 06:08
@jkennedyvz John Kennedy (jkennedyvz) requested a review from a team as a code owner March 19, 2026 06:08
@jkennedyvz John Kennedy (jkennedyvz) changed the title fix: AWS Marketplace Helm chart validation chore: remove AWS Marketplace scripts (moved to deployments) Mar 19, 2026
@jkennedyvz John Kennedy (jkennedyvz) changed the title chore: remove AWS Marketplace scripts (moved to deployments) chore: remove AWS Marketplace scripts (moved) Mar 19, 2026
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still want this, we just odnt need the aws specific components

Remove the --dest-repo marketplace mode (moved to deployments repo) and
read the image list directly from values.yaml instead of hardcoding
DEFAULT_VERSION. This ensures the mirror script always stays in sync
with whatever the chart actually packages.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jkennedyvz John Kennedy (jkennedyvz) changed the title chore: remove AWS Marketplace scripts (moved) chore: remove marketplace script, refactor mirror script Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants