diff --git a/operator/Makefile b/operator/Makefile index 650a26a..26b3c46 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.4.1 +VERSION ?= 0.4.2 GIT_TAG := operator_v$(VERSION) KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:latest diff --git a/operator/controller/integrationroute-controller.yaml b/operator/controller/integrationroute-controller.yaml index ddd7f9f..02f7b22 100644 --- a/operator/controller/integrationroute-controller.yaml +++ b/operator/controller/integrationroute-controller.yaml @@ -50,7 +50,7 @@ spec: spec: containers: - name: webhook - image: ghcr.io/octoconsulting/keip/route-webhook:0.8.0 + image: ghcr.io/octoconsulting/keip/route-webhook:0.8.1 ports: - containerPort: 7080 name: webhook-http diff --git a/operator/webhook/Makefile b/operator/webhook/Makefile index e3bafa5..51bb220 100644 --- a/operator/webhook/Makefile +++ b/operator/webhook/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.8.0 +VERSION ?= 0.8.1 HOST_PORT ?= 7080 GIT_TAG := webhook_v$(VERSION) diff --git a/operator/webhook/requirements.txt b/operator/webhook/requirements.txt index 1d0591b..caf8a39 100644 --- a/operator/webhook/requirements.txt +++ b/operator/webhook/requirements.txt @@ -1,2 +1,2 @@ -starlette==0.37.2 +starlette==0.41.3 uvicorn[standard]==0.29.0 \ No newline at end of file