You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/alternative-registry/README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ The image selection follows this precedence order (highest to lowest):
26
26
27
27
See [spicedb-cluster.yaml](spicedb-cluster.yaml) for a complete example.
28
28
29
+
Unlike `spec.config.image`, using `baseImage` preserves the update graph — the operator still selects the correct version and handles migration safety based on your channel, but pulls from your registry.
30
+
29
31
```yaml
30
32
apiVersion: authzed.com/v1alpha1
31
33
kind: SpiceDBCluster
@@ -34,14 +36,14 @@ metadata:
34
36
spec:
35
37
# Specify your alternative registry here (NO TAG!)
The operator resolves the latest version in the `stable` channel and uses e.g.: `my-registry.company.com/authzed/spicedb:v1.33.0`
68
72
69
-
The operator will use: `my-registry.company.com/authzed/spicedb:v1.33.0`
73
+
You can also pin a specific version with `version: "v1.33.0"` instead of `channel`. Use `spec.config.image` only if you need to use an image that is not present in the update graph (this bypasses migration safety checks).
0 commit comments