forked from authzed/spicedb-operator
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run a spicedbcluster by picking a version from an update channel
this changes some of the default behavior for spicedbclusters: - if an image with a tag or digest is provided, that image is used - if an image without a tag or digest is provide, that is used as a base image for updates from the update graph - images, tags, and digests are no longer validated against an allowlist - instead, all installs come from an update graph with an explicit tag or digest (unless explicitly overridden) - update graphs are configured for the operator, for now only using a local config file - when a version is specified, the operator will walk the update graph up to that version and then stop. - when no version is specified, the operator will walk to the head of the channel, and will continue to do so as the update graph is updated - when no channel is specified, the operator attempts to pick one based on the datastore chosen. in the future, other heuristics may be used.
- Loading branch information
Showing
13 changed files
with
708 additions
and
649 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.