Skip to content

Commit

Permalink
bump kubernetes version for common image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-Pereira committed Apr 26, 2022
1 parent 57f3c6c commit 705896e
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 157 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ argo-workflows = ">=3.5,<4"
daiquiri = "*"
requests = "*"
sentry-sdk = "*"
kubernetes = "~=11.0.0" # required pyyaml>=3.12
openshift = "==0.11.0"
kubernetes = ">=12.0.1" # required pyyaml>=5.3.1
openshift = "~=0.12.0"
attrs = "*"
pyyaml = ">=3.12"
pyyaml = ">=5.3.1"
flexmock = "*"
jsonformatter = "*"

Expand Down
Loading

0 comments on commit 705896e

Please sign in to comment.