openebs / charts

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

Installing the latest helm chart release 3.3.0 includes images tagged 3.2.0 #309

Closed emosbaugh closed 2 years ago

emosbaugh commented 2 years ago

When I install the latest helm chart version 3.3.0 the images included are tagged 3.2.0. I can work around this by explicitly setting the correct tags in the values.yaml but I expect the default images to be of the correct version. Thanks

$ helm template --namespace openebs openebs/openebs --version 3.3.0 | grep '3\.[0-9]\.[0-9]'
    chart: openebs-3.3.0
    chart: openebs-3.3.0
    chart: openebs-3.3.0
    chart: openebs-3.3.0
    chart: openebs-3.3.0
    openebs.io/version: 3.2.0
        openebs.io/version: 3.2.0
    chart: openebs-3.3.0
    openebs.io/version: 3.2.0
        openebs.io/version: 3.2.0
        image: "openebs/provisioner-localpv:3.2.0"
          value: "openebs/linux-utils:3.2.0"
    chart: openebs-3.3.0
    openebs.io/version: 3.2.0
        openebs.io/version: 3.2.0
          value: "openebs/linux-utils:3.2.0"
emosbaugh commented 2 years ago

Fixed by https://github.com/openebs/charts/pull/310