Joey Benamy
09/24/2024, 6:36 PMuser
09/24/2024, 6:37 PMvalues.yaml
file between the new version and the version you're currently running. You can run helm list -n <NAMESPACE>
to check the CHART version you're using. 3. Update your values.yaml
file if necessary. 4. Upgrade the Helm app by running: helm upgrade --install <RELEASE-NAME> airbyte/airbyte --values <VALUE.YAML> --version <HELM-APP-VERSION>
After 2-5 minutes, Helm will print a message showing how to port-forward Airbyte. Please note that these instructions might not be specific to Airbyte 1.0. For the most accurate information, I recommend checking the official [Airbyte documentation](https://docs.airbyte.com/operator-guides/upgrading-airbyte#upgrading-on-k8s-using-helm).