From 1b6a9d22d85a8ff944c10a0c99dae63072b63160 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 7 Mar 2024 06:58:19 +0200 Subject: [PATCH] Bump to latest pod-configuration (#89) * Bump to latest pod-configuration * bump black --- kubernetes/operator.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/operator.yml b/kubernetes/operator.yml index 00b0a5d..1e0229b 100644 --- a/kubernetes/operator.yml +++ b/kubernetes/operator.yml @@ -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 diff --git a/setup.py b/setup.py index 8e1a65c..57be9aa 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "twine==1.11.0", "flake8", "isort", - "black==22.1.0", + "black==22.3.0", "pre-commit", "licenseheaders", "pytest-env",