demo: restore gameshelf-sdk alias for Tier 2 demo#38
Closed
aa-replicated wants to merge 5 commits into
Closed
Conversation
…lth reporting KOTS instance reporting was only tracking the gameshelf deployment. Adding PostgreSQL and Redis StatefulSets so all major components appear healthy in Vendor Portal instance details (rubric 2.10). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Re-adds the alias so the Replicated SDK deployment is named gameshelf-sdk as required by rubric 2.1. Also updates all references (SDK_SERVICE_URL, support-bundle selectors/analyzers, values key, helmchart.yaml key) to match. This intentionally reverts the alias removal from fix/sdk-alias for the Helm install demo path. The EC license injection issue is deferred to a separate track. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
229187e to
031380c
Compare
Replaces proxy.replicated.com with the configured custom domain so all pod images satisfy rubric 2.2 (images must start with your custom proxy domain, not the generic proxy.replicated.com). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- helmchart.yaml: use integration.licenseID / integration.enabled (correct SDK subchart value path, not integrationLicenseID) - README: add Helm Install section with full install/upgrade commands, pull secret setup, and common value overrides Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Set gameshelf-sdk.image.registry to proxy.adamanthony.dev so the SDK pod image also starts with the custom proxy domain. Without this the SDK pulls directly from proxy.replicated.com, failing the 2.2 requirement that every app image uses the custom proxy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
main(which retains thegameshelf-sdkalias), NOT fromfix/sdk-alias(which removed it)statefulset/gameshelf-postgresqlandstatefulset/gameshelf-redis-mastertostatusInformersinkots-app.yamlso all major components report health in Vendor Portal (rubric 2.10)Tier 2 checklist
gameshelf-sdk(alias in Chart.yaml)admin_panel_enabledlicense field gates admin panelNotes
The
fix/sdk-aliasbranch (which removes the alias to fix EC license injection) is intentionally excluded — that EC issue is deferred. This branch is scoped to the Helm/KOTS install path for the Tier 2 demo.🤖 Generated with Claude Code