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 11, 2022
1 parent 57f3c6c commit 960039d
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
args: [--ignore-missing-imports]

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ presubmits:
context: aicoe-ci/prow/pre-commit
spec:
containers:
- image: quay.io/thoth-station/thoth-precommit-py38:v0.12.5
- image: quay.io/thoth-station/thoth-precommit-py38:v0.12.7
command:
- "pre-commit"
- "run"
Expand Down
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 960039d

Please sign in to comment.