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