Finding latest version of Airbyte Helm chart

Summary

The user is inquiring about the discrepancy in versions between the Airbyte Helm chart and the actual Airbyte version. They are specifically looking for the Helm chart version that ships with Airbyte 0.67.17.


Question

For the life of me I cannot find what the latest version of the Airbyte Helm chart is. At https://github.com/airbytehq/airbyte-platform/tree/main/charts/airbyte it shows 0.67.17 but I am able to pull a Helm chart with a much later version than that:

  version: "0.94.1"
  repository: "<https://airbytehq.github.io/helm-charts/>"```
And here it shows the version is 0.344.2: <https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/Chart.yaml>. However this Helm chart version ships with Airbyte 0.61.0.  What Helm chart version ships Airbyte 0.67.17?

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1721925384632819) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["latest-version", "airbyte-helm-chart", "version-discrepancy", "helm-chart-version", "airbyte-version"]
</sub>

<@U01MMSDJGC9> Any help here? We want to upgrade our connectorsa to the latest versions but we are blocked by the mininum Airbyte platform requirement which is not available in the version of the Helm chart I found as being the latest

I’m going to take a look next week

Thanks. I think the lesson here is that we need a better centralized place to get this information. I did a bunch of trial and error and found that Airbyte helm chart 0.344.2 contains Airbyte platform 0.63.10 and that any newer platform version is not avaialble in the helm chart yet unless we override the image versions. So for now this is our Chart.yaml :

- name: airbyte
  version: "0.344.2"
  repository: "<https://airbytehq.github.io/helm-charts/>"```