-
Notifications
You must be signed in to change notification settings - Fork 9
Add cnpg 18.0 to versions matrix #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The 'regular' 18-0.5.3 image is already released at https://github.com/tensorchord/VectorChord/pkgs/container/vchord-postgres/527350537?tag=pg18-v0.5.3 Let's do the same for the cnpg version Signed-off-by: Jim <[email protected]>
|
@xieydd do we care to include pg 18+ here at all, or should we steer people towards using the ImageVolume mounts for extensions instead? |
|
Hmm yeah CI is also failing, I see now that the cnpg images seem to publish 18 only with the |
Currently, it seems that ImageVolume has some requirements for container runtime, Kubernetes version, and CNPG version, and the user's environment may not meet them. I think if there is a need, we can support it. Is ImageVolume suitable for your scenario? @Jimver |
|
Lmk if we should take this somewhere else but the linked example doesn't work for me, getting the following error in the initdb pod: I have enabled the |
I only did this on the kubelet, not the apiServer. After doing that as well it worked. |
|
Will add 18 after #67 . |
The 'regular' 18-0.5.3 image is already released at https://github.com/tensorchord/VectorChord/pkgs/container/vchord-postgres/527350537?tag=pg18-v0.5.3
Let's do the same for the cnpg version