charts icon indicating copy to clipboard operation
charts copied to clipboard

No release to match operator version 1.27.2

Open nkgilley opened this issue 4 months ago • 1 comments

There is no release available for operator version 1.27.2 or 1.26.3. I see I can modify the .Values.image.tag variable to set this but I'm not sure if it's safe to do with the latest chart? Is that the recommended approach? It would be nice to have a chart release for every version of cloudnative-pg.

nkgilley avatar Dec 11 '25 17:12 nkgilley

There isn’t a chart release for every CloudNativePG operator version—maintainers only publish charts for the latest release due to manual effort and limited resources, so patch versions like 1.27.2 or 1.26.3 often don’t get dedicated chart releases (sourceanother).

Overriding .Values.image.tag to use a different operator version is possible, but it’s not recommended unless you also manually update the CRDs in the chart to match the operator version. The CRDs are bundled and static in the chart, so mismatches can cause compatibility issues and errors (source). If you need to do this, you’ll have to fetch the correct CRDs from the operator repo and update the chart templates yourself.

The recommended approach is to use the latest chart and operator version together, or stick to a chart version that matches the operator version you want (check the appVersion in Chart.yaml). The community has requested more frequent chart releases, but for now, this isn’t planned (sourceanother).

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

Chat with Dosu Open in Cursor Join Discord Share on X

dosubot[bot] avatar Dec 11 '25 17:12 dosubot[bot]