I am trying to test CNPG with TimescaleDB, but applying the following CNPG Cluster configuration:
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
spec:
...
imageName: "timescaledb:2.10.2-pg15"
...
Results in this error:
Error: INSTALLATION FAILED: admission webhook "vcluster.kb.io" denied the request: Cluster.postgresql.cnpg.io "basic-timescale-cluster" is invalid: spec.imageName: Invalid value: "timescaledb:2.10.2-pg15": Unsupported PostgreSQL version. Versions 11 or newer are supported
Is there some validation performed on the imageName
or is there a problem with this specific docker image?