Skip to content

Commit

Permalink
chore: do not use major.minor.patch in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Apr 22, 2024
1 parent 8562de6 commit cabd015
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.2
image: kong/kubernetes-ingress-controller:3.1
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.2
image: kong/kubernetes-ingress-controller:3.1
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.2
image: kong/kubernetes-ingress-controller:3.1
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down

0 comments on commit cabd015

Please sign in to comment.