chore: fix streamspace.io/ → streamspace.dev/ across all label namespaces#36
Merged
Merged
Conversation
…aces The org's domain is streamspace.dev, not streamspace.io. Annotations were already using the right domain (`streamspace.dev/image-status`), but labels were using `streamspace.io/category` and `streamspace.io/streaming-protocol` — propagated through every template manifest from the original chrome-selkies.yaml that I built on top of (the typo was already in that file before the templates work started, then I copied it into 75+ later manifests). Bulk fix via sed across all .yaml + the example in CONTRIBUTING.md: - 75 selkies/*.yaml manifests - 1 CONTRIBUTING.md (template manifest example) No-op for users — labels are metadata only and the platform doesn't filter on these specific keys yet (the `Selkies-only since April 2026` filter uses `streamingProtocol: selkies` in the spec, not labels). The fix matters for consistency, future label-based filtering, and matching the actual org domain. Verified: post-fix grep for `streamspace\.io/` across all yaml/md/go/ ts/tsx/Dockerfile returns 0 matches.
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
The org's domain is streamspace.dev, not streamspace.io. Annotations were already using the right domain (`streamspace.dev/image-status`), but labels were using `streamspace.io/category` and `streamspace.io/streaming-protocol`.
The typo was in the original chrome-selkies.yaml from before the migration work started, and I propagated it through 75+ later manifests by following that template. Caught now thanks to user spotting it.
Diff
Bulk `sed` across all .yaml + the example in CONTRIBUTING.md:
```
76 files changed, 151 insertions(+), 151 deletions(-)
```
Impact
No-op for end users today — labels are metadata only and the platform doesn't filter on these specific keys yet (the Selkies-only filter uses `spec.streamingProtocol: selkies`, not labels). Matters for:
Test plan