From 55895b8f472e498079733802dd7fa14f6c38ebce Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 9 Aug 2024 12:04:11 -0400 Subject: [PATCH] update operator to use latest webhook img --- operator/controller/integrationroute-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/controller/integrationroute-controller.yaml b/operator/controller/integrationroute-controller.yaml index 777e395..ceabb6a 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.6.1 + image: ghcr.io/octoconsulting/keip/route-webhook:0.6.2 ports: - containerPort: 7080 name: webhook-http