Skip to content

Commit

Permalink
Bump to latest pod-configuration (#89)
Browse files Browse the repository at this point in the history
* Bump to latest pod-configuration

* bump black
  • Loading branch information
alexcos20 authored Mar 7, 2024
1 parent 5d562ca commit 1b6a9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: LOG_LEVEL
value: DEBUG
- name: POD_CONFIGURATION_CONTAINER
value: oceanprotocol/pod-configuration:v1.1.0
value: oceanprotocol/pod-configuration:v1.1.1
- name: NOTIFY_START_URL
value: http://yourserver/
- name: NOTIFY_STOP_URL
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"twine==1.11.0",
"flake8",
"isort",
"black==22.1.0",
"black==22.3.0",
"pre-commit",
"licenseheaders",
"pytest-env",
Expand Down

0 comments on commit 1b6a9d2

Please sign in to comment.