Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated starlette version #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 operator/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion operator/controller/integrationroute-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion operator/webhook/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.8.0
VERSION ?= 0.8.1
HOST_PORT ?= 7080
GIT_TAG := webhook_v$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion operator/webhook/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
starlette==0.37.2
starlette==0.41.3
uvicorn[standard]==0.29.0
Loading