Skip to content

Commit

Permalink
Merge pull request #206 from fiaas/update-k8s-handle-empty-fiaas-config
Browse files Browse the repository at this point in the history
Update k8s library version to handle Application with empty config
  • Loading branch information
oyvindio authored Jun 5, 2023
2 parents 087c97c + af39ce1 commit 076d38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/run_fdd_against_kind
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ ARGS=(
'--datadog-container-image' 'datadog/docker-dd-agent:12.2.5172-alpine'
'--enable-crd-support'
'--enable-service-account-per-app'
'--use-networkingv1-ingress'
'--use-apiextensionsv1-crd'
)

(set -ux; fiaas-deploy-daemon "${ARGS[@]}")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(filename):
"decorator < 5.0.0", # 5.0.0 and later drops py2 support (transitive dep from pinject)
"six >= 1.12.0",
"dnspython == 1.16.0",
"k8s == 0.21.4",
"k8s == 0.22.0",
"appdirs == 1.4.3",
"requests-toolbelt == 0.9.1",
"backoff == 1.8.0",
Expand Down

0 comments on commit 076d38f

Please sign in to comment.