Joey
09/25/2025, 3:21 PMSampada Bhujel
09/25/2025, 3:34 PMapiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: authz-ps
namespace: dev
spec:
config:
datastoreEngine: postgres
secretName: ...
patches:
- kind: Deployment
patch:
spec:
template:
spec:
nodeSelector:
...Joey
09/25/2025, 3:35 PMJoey
09/25/2025, 3:35 PMJoey
09/25/2025, 3:35 PMheadSampada Bhujel
09/25/2025, 5:22 PMyetitwo
09/25/2025, 7:02 PMyetitwo
09/25/2025, 7:02 PMSampada Bhujel
09/26/2025, 2:21 PMyetitwo
09/26/2025, 3:31 PMchannel defined on it?Sampada Bhujel
09/29/2025, 7:32 PMyetitwo
09/29/2025, 7:59 PMyetitwo
09/29/2025, 7:59 PMSpiceDBCluster that you wrote to define your SpiceDB instanceSampada Bhujel
09/29/2025, 8:12 PMapiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: authz-ps
namespace: dev
spec:
config:
datastoreEngine: postgres
secretName: ...
patches:
- kind: Deployment
patch:
spec:
template:
spec:
nodeSelector:
...
that I initially sent.
All I can tell is that we definitely haven't defined any update channelsyetitwo
09/29/2025, 9:54 PMyetitwo
09/29/2025, 9:54 PMyetitwo
09/29/2025, 9:55 PMSampada Bhujel
09/30/2025, 4:31 PMI0930 15:32:27.239033 1 event.go:389] "Event occurred" object="dev/devspice-new" fieldPath="" kind="SpiceDBCluster" apiVersion="authzed.com/v1alpha1" type="Warning" reason="InvalidSpiceDBConfig" message="invalid config: no update found in channel"
We tried these yamls:
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: devspice-new
namespace: dev
spec:
config:
datastoreEngine: postgres
secretName: newsecret
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: devspice-new
namespace: dev
spec:
channel: stable
version: v1.45.4
config:
datastoreEngine: postgres
secretName: newsecret
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: devspice-new
namespace: dev
spec:
channel: stable
version: v1.45.4
config:
datastoreEngine: postgres
secretName: newsecret
status:
version:
name: v1.14.0
channel: stable
availableVersions:
- name: v1.14.1
channel: stable
description: direct update with no migrationsyetitwo
09/30/2025, 4:32 PMv1.45.4 isn't available in stable yet - the most recent version is available in rapid, and the second-to-most-recent is available in stableyetitwo
09/30/2025, 4:33 PMyetitwo
09/30/2025, 4:33 PMyetitwo
09/30/2025, 8:18 PMyetitwo
09/30/2025, 8:18 PMSampada Bhujel
09/30/2025, 9:37 PMyetitwo
09/30/2025, 9:37 PM