<@U04SE163WC8> Is there an upgrade guide for helm ...
# ask-ai
j
@kapa.ai Is there an upgrade guide for helm values when upgrading to airbyte 1.0?
u
I'm sorry, but the knowledge sources provided do not contain specific information about upgrading to Airbyte 1.0 using Helm values. However, they do provide general instructions on how to upgrade Airbyte using Helm. Here are the steps: 1. Access [Airbyte ArtifactHub](https://artifacthub.io/packages/helm/airbyte/airbyte) and select the version you want to upgrade to. 2. Compare the
values.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:
Copy code
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).