Add baseImage validation, status field, and documentation#396
Open
ivanauth wants to merge 3 commits intoauthzed:mainfrom
Open
Add baseImage validation, status field, and documentation#396ivanauth wants to merge 3 commits intoauthzed:mainfrom
ivanauth wants to merge 3 commits intoauthzed:mainfrom
Conversation
04effaa to
e6ded22
Compare
ecordell
reviewed
Mar 5, 2026
| baseImage: "my-registry.company.com/authzed/spicedb" | ||
|
|
||
| # The operator will append the appropriate tag based on the version/channel | ||
| version: "v1.33.0" |
Contributor
There was a problem hiding this comment.
I think this example makes it unclear why you'd use this instead of just setting the full image - you still get the update graph, so you can just specify a channel instead
Author
There was a problem hiding this comment.
Good point - updated the example.
25db2cc to
641c590
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
Improvements to the alternative container registry feature (PR #367):
:tag) and digests (@sha256:...) inbaseImagefield, while correctly allowing port numbers in registry URLs (e.g.,registry:5000/image)status.resolvedBaseImagefield for debuggingRelates to #387
Changes
pkg/config/config.goto reject invalidbaseImagevaluesResolvedBaseImagefield toClusterStatusinpkg/apis/authzed/v1alpha1/types.goexamples/alternative-registry/with README and example manifests