-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update upgrading-airbyte.md #39901
Update upgrading-airbyte.md #39901
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
As we move away from supporting Docker, can we emphasize that we highly recommend the K8s directions as the
|
```bash | ||
helm upgrade --install <RELEASE-NAME> airbyte/airbyte --values <VALUE.YAML> --version <HELM-APP-VERSION> | ||
``` | ||
**If your current version of airbyte is < v0.32.0-alpha-patch-1, you first need to upgrade to this version before upgrading to any later version.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version doesn't seem to render correctly in this, should it be formatted differently?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. I don't see special formatting on other examples where a version is named. But maybe it's better in the update with the collapsible section.
…on's upgrade process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for incorporating the changes!
What
How
Review guide
User Impact
Can this PR be safely reverted and rolled back?