Merged
Conversation
- preflight.yaml: fix runPod fileName (flat, not subdirectory) - preflight.yaml: exclude reachability collector/analyzer in airgap EC - support-bundle.yaml: fix logs fileName to */gameshelf.log - support-bundle.yaml: fix SDK log selector to app.kubernetes.io/name=replicated - helmchart.yaml: remove integrationLicenseID (forces SDK into integration mode) - helmchart.yaml: add postgresql volumePermissions registry: "" for airgap - pr.yml: push versioned image tag so chart appVersion resolves at install - release.yml: align replicated-actions versions to @v1 (matches pr.yml) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a984cd4 to
aaca543
Compare
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
Eight correctness fixes across chart templates and CI workflows.
Changes
preflight.yamlrunPodfileName:db-connection-check/check.log→db-connection-check.log(flat output, no subdirectory)preflight.yamlexclude: 'repl{{ and IsEmbeddedCluster (not IsOnline) }}'to reachability collector and analyzer so they are skipped in airgap EC installssupport-bundle.yamlfileName:gameshelf-app/*.log→"*/gameshelf.log"(logs collector writes<pod-name>/<container-name>.log)support-bundle.yamlapp=replicated→app.kubernetes.io/name=replicatedhelmchart.yamlreplicated.integrationLicenseID— forces SDK into integration mode in KOTS/EC, losing release context and update checkshelmchart.yamlpostgresql.volumePermissions.image.registry: ""so the init container also skips the proxy in airgappr.ymlpr-<N>andpr-<N>-<run>image tags so the chart'sappVersion(pr-<N>-<run>) resolves at install timerelease.ymlcreate-releaseandpromote-releaseto@v1(matchespr.yml)Test plan
🤖 Generated with Claude Code