Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Missing 7.17.x charts (chart version not aligned with image tag)? #1710

Closed
brsolomon-deloitte opened this issue Oct 4, 2022 · 6 comments
Closed

Comments

@brsolomon-deloitte
Copy link

Is the Elastic team still supporting Elastic stack 7.17.x releases for these Helm charts? It looks like most of the charts were last updated about six months ago to use the 7.17.3 images by default whereas 7.17.6 is the latest patch release.

If there are no plans to update the 7.17 branch here, could that be pinned as a GitHub Issue?

@jmlrt
Copy link
Member

jmlrt commented Nov 9, 2022

Hey @brsolomon-deloitte,
Indeed, we didn't release versions after 7.17.3, and decided to not release new version of charts for every patch version.

Not sure if we'll release newer 7.17.x versions but you can use the 7.17.3 chart version with new stack images by setting imageTag value.

@jmlrt jmlrt pinned this issue Nov 9, 2022
@brsolomon-deloitte brsolomon-deloitte changed the title Missing 7.17.x versions Missing 7.17.x charts (chart version not aligned with image tag)? Nov 10, 2022
@technotaff-nbs
Copy link

Helm best practice is to not override the image version in a helm chart (to ensure compatibility between the deployment and the container image).

Could elastic please reconsider their position on this?

@jmlrt
Copy link
Member

jmlrt commented Nov 14, 2022

Helm best practice is to not override the image version in a helm chart

Can you add more details and sources?
90% of the Helm charts do have a value to override the image tag. This is also part of the official Helm chart template when using the helm create command and has been mentioned as a best practice by Helm maintainers in the PR that added it: helm/helm#7878 (comment)

While we ourself recommend using the same version for the Helm chart and the Docker image in the doc, we don't release any more new charts version for all patch releases, so you can override the Docker image tag for a more recent patch version (for example 7.17.3 chart with 7.17.5 images).

@jmlrt
Copy link
Member

jmlrt commented Nov 14, 2022

Opened #1723 to make it clear in the doc.

@brsolomon-deloitte
Copy link
Author

Can you add more details and sources? 90% of the Helm charts do have a value to override the image tag.

Yes, but 90% of Helm charts also follow the best practices of:

  1. Keeping the default image tag at an up-to-date (latest patch release) version
  2. Properly bumping the chart version whenever the default image tag is bumped

Bitnami charts are one good example.

@jmlrt
Copy link
Member

jmlrt commented Nov 16, 2022

👋🏻 FYI, following 8.5.1 release, we also published an official communication in #1731 about the future of this repository.

@jmlrt jmlrt closed this as completed Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants