Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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