-
Notifications
You must be signed in to change notification settings - Fork 19
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
chart for armada uses deprecated API, breaking install process #69
Comments
Thanks for reporting this @andrewpcone! This should be fixed in the Armada repo itself. Let's keep this issue opened until it's fixed. |
I don't understand. The charts live here, so it would seem this is where they need to be updated, no? What needs to change in the armada repo? |
Ah, I see your comment on the PR. Understood. |
The PR armadaproject/armada#901 corrects this issue. What is the correct way to generate updated |
First your PR needs to be merged and part of a release, then depending on the status of #65 we may have to either manually create a PR to merge the branch created by the Armada CI, or it will all happen automatically (hopefully it's the latter!) |
|
My understanding is. Assuming the release succeeded, it creates a branch on https://github.com/G-Research/charts with the update. It then needs to have someone manually raise a PR with that branch + get it approved and merged. Ideal it would be totally automated but that isn't currently the case. |
I don't follow: the PR with the schema change got merged into |
API
extensions/v1beta1
was deprecated in Kubernetes v1.22, and replaced withnetworking.k8s.io/v1
.Installing Kubernetes from package management now typically yields higher versions (such as on Homebrew for Mac).
As a result, the line
helm install lookout gresearch/armada-lookout -f docs/quickstart/lookout-values.yaml
fails.
The text was updated successfully, but these errors were encountered: