Skip to content

Commit ddfacec

Browse files
bump kubernetes version for common image
1 parent 57f3c6c commit ddfacec

File tree

4 files changed

+164
-150
lines changed

4 files changed

+164
-150
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ argo-workflows = ">=3.5,<4"
88
daiquiri = "*"
99
requests = "*"
1010
sentry-sdk = "*"
11-
kubernetes = "~=11.0.0" # required pyyaml>=3.12
12-
openshift = "==0.11.0"
11+
kubernetes = ">=12.0.1" # required pyyaml>=5.3.1
12+
openshift = "~=0.12.0"
1313
attrs = "*"
14-
pyyaml = ">=3.12"
14+
pyyaml = ">=5.3.1"
1515
flexmock = "*"
1616
jsonformatter = "*"
1717

0 commit comments

Comments
 (0)