Skip to content

Commit

Permalink
chore: CP version updated in samples
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Apr 30, 2024
1 parent 42afdc8 commit bc754fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/samples/aigateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/samples/controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/samples/gateway-httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc754fe

Please sign in to comment.