Change clusterImageCatalog for imageCatalog
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ClusterImageCatalog
|
||||
kind: ImageCatalog
|
||||
metadata:
|
||||
name: pg-minimal-trixie
|
||||
namespace: cnpg-cluster
|
||||
spec:
|
||||
images:
|
||||
- image: ghcr.io/cloudnative-pg/postgresql:18.3-minimal-trixie
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
affinity: {}
|
||||
imageCatalogRef:
|
||||
apiGroup: postgresql.cnpg.io/v1
|
||||
kind: ClusterImageCatalog
|
||||
kind: ImageCatalog
|
||||
major: 18
|
||||
name: pg-minimal-trixie
|
||||
instances: 3
|
||||
|
||||
Reference in New Issue
Block a user