ChristofferNissen / helmper

Import Helm Charts to OCI registries, optionally with vulnerability patching
https://christoffernissen.github.io/helmper/
Apache License 2.0
140 stars 5 forks source link

[feat] support images used by Operators #39

Closed Pionerd closed 3 months ago

Pionerd commented 3 months ago

Some operators (e.g. CNPG to create Postgres databases) do not specify the images used by their CustomResources (e.g. Cluster in the case of CNPG). In the case of CNPG, the image can be configured in the Cluster CR, but that is not required (see https://cloudnative-pg.io/documentation/1.22/quickstart/#part-3-deploy-a-postgresql-cluster).

I'd love either:

values.yaml

helmperAdditionalImages:
  postgres16
    image: ghcr.io/cloudnative-pg/postgresql:17
  postgres17
    image: ghcr.io/cloudnative-pg/postgresql:17
ChristofferNissen commented 3 months ago

Hello @Pionerd, Thanks for the suggestion, will look into adding this very soon :+1:

ChristofferNissen commented 3 months ago

Hello 👋

This has been implemented as part of v1.5.0