docs: fix stale kong:2.8.1 references - #25
Draft
STRRL wants to merge 1 commit into
Draft
Conversation
The default Kong image is kong/kong:3.9.1, but several docs and code comments still showed kong:2.8.1. Update the places that describe the current behavior, and add a note to the 001 spec snapshot pointing at the real source of truth. Test fixtures in internal/status and api/v1alpha1 keep the old string because it is only an arbitrary value there, not a default declaration.
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.
Problem
DefaultKongImageiskong/kong:3.9.1, but several docs and code comments still showedkong:2.8.1, which no longer matches the real default and misleads readers.Solution
Update the places that describe the current behavior, and leave the historical snapshots and test fixtures alone.
Major Changes
README.md: the architecture list and the sample status now showkong/kong:3.9.1docs/api-reference.md: theKongConfig.imagedefault column now showskong/kong:3.9.1docs/architecture.md: the sample status now showskong/kong:3.9.1internal/webhook/doc.go: the defaulting example now useskong/kong:3.9.1specs/001-selfhost-supabase-operator/design-decisions.md: kept the 2025-10-03 image list as is, added a note pointing atapi/v1alpha1/wellknown_images.goandhack/sync-upstream-images.shas the source of truthNot Changed
internal/status/andapi/v1alpha1/supabaseproject_types_test.gofixtures:kong:2.8.1is only an arbitrary string there, not a default declarationai-docs/and the rest ofspecs/001-selfhost-supabase-operator/: point in time snapshots