From bc754fe7688f090a4228f460425b43f33f8405a2 Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Tue, 30 Apr 2024 15:39:54 +0200 Subject: [PATCH] chore: CP version updated in samples Signed-off-by: Mattia Lavacca --- config/samples/aigateway.yaml | 2 +- config/samples/controlplane.yaml | 2 +- config/samples/gateway-httproute.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/samples/aigateway.yaml b/config/samples/aigateway.yaml index 5b10f6928..14d5e4859 100644 --- a/config/samples/aigateway.yaml +++ b/config/samples/aigateway.yaml @@ -100,7 +100,7 @@ spec: spec: containers: - name: controller - image: kong/kubernetes-ingress-controller:3.1 + image: kong/kubernetes-ingress-controller:3.1.4 env: - name: CONTROLLER_LOG_LEVEL value: debug diff --git a/config/samples/controlplane.yaml b/config/samples/controlplane.yaml index ed6967376..6fcd74358 100644 --- a/config/samples/controlplane.yaml +++ b/config/samples/controlplane.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: controller - image: kong/kubernetes-ingress-controller:3.1 + image: kong/kubernetes-ingress-controller:3.1.4 readinessProbe: initialDelaySeconds: 1 periodSeconds: 3 diff --git a/config/samples/gateway-httproute.yaml b/config/samples/gateway-httproute.yaml index 5e60b520b..7202640f8 100644 --- a/config/samples/gateway-httproute.yaml +++ b/config/samples/gateway-httproute.yaml @@ -141,7 +141,7 @@ spec: spec: containers: - name: controller - image: kong/kubernetes-ingress-controller:3.1 + image: kong/kubernetes-ingress-controller:3.1.4 readinessProbe: initialDelaySeconds: 1 periodSeconds: 1