split imageName into imageRepo and imageTag

This commit is contained in:
2024-02-28 11:42:33 -03:00
parent e49b1482a1
commit 81bd94a1db
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
cluster:
name: cl01tl
imageName: ghcr.io/cloudnative-pg/postgresql:16.0
imageName: ghcr.io/cloudnative-pg/postgresql
imageTag: 16.0
instances: 2
parameters:
shared_buffers: 128MB