digitalocean / k8s-staticroute-operator

Create static routes for your k8s nodes using CRDs.
49 stars 10 forks source link

upgrade pyyaml to 6.0.1 #29

Open haipdev opened 1 year ago

haipdev commented 1 year ago

docker build fails because of pyyaml 6.0 and cpython 3.0

use pyyaml 6.0.1 to fix the build ...