Upgrade SpiceDB Operator to v1.25.1#23
Open
typedrat wants to merge 1 commit into
Open
Conversation
Sync the chart with the v1.25.1 release bundle.yaml: - Chart version 2.6.0 -> 2.7.0, appVersion v1.24.0 -> v1.25.1 - Update graph ConfigMap: add SpiceDB v1.52.0 (postgres, cockroachdb, mysql, spanner) and v1.51.1 (cockroachdb) nodes and edges - Regenerate README.md via helm-docs No CRD, RBAC, ServiceAccount, or Deployment spec changes were needed; the deployment image tag is templated from appVersion. Rendered update-graph is byte-identical to the v1.25.1 bundle.
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.
Syncs the chart with the SpiceDB Operator v1.25.1 release bundle.
Changes
2.6.0→2.7.0,appVersionv1.24.0→v1.25.1, source URL updated to the v1.25.1 release tag.v1.52.0(postgres, cockroachdb, mysql, spanner channels) andv1.51.1(cockroachdb channel), plus new edges across existing versions.helm-docs.No CRD, RBAC, ServiceAccount, or Deployment spec changes were required between v1.24.0 and v1.25.1 — the deployment image tag is templated from
appVersion.Verification
helm lint charts/spicedb-operator/passes (only the pre-existing "icon recommended" info note).helm templaterenders cleanly; image tag isghcr.io/authzed/spicedb-operator:v1.25.1.update-graphis byte-identical to the bundle, the CRD spec is identical, and RBAC rules are content-identical (only YAML list-indent style differs, which is cosmetic).