Closed emosbaugh closed 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"
Fixed by https://github.com/openebs/charts/pull/310
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