openebs / charts

OpenEBS Helm Charts and other utilities
Apache License 2.0
101 stars 96 forks source link

Wrong override for jiva image in helm chart in release 3.10.0 #344

Open cmontemuino opened 10 months ago

cmontemuino commented 10 months ago

The imageTag override for jiva subchart should not use an older version than what's defined in https://github.com/openebs/jiva-operator/blob/v3.6.0/deploy/helm/charts/values.yaml#L6

According to jiva chart, it is using version 3.4.0) (ref: https://github.com/openebs/charts/blob/openebs-3.10.0/charts/openebs/values.yaml#L644)

cmontemuino commented 10 months ago

I can submit a PR to fix this if it is ok.