Skip to content

Commit

Permalink
chore: bump Kong Gateway to 3.6 in samples (Kong/gateway-operator-arc…
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Mar 14, 2024
1 parent 8b1aa14 commit 36c58ab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/samples/dataplane-bluegreen-rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
env:
- name: KONG_LOG_LEVEL
value: debug
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane-horizontal-autoscaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
env:
- name: KONG_LOG_LEVEL
value: debug
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane-konnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: proxy
image: kong/kong-gateway:3.4
image: kong/kong-gateway:3.6
env:
- name: KONG_ROLE
value: data_plane
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
initialDelaySeconds: 1
periodSeconds: 1
- name: proxy
image: kong:3.4
image: kong:3.6
volumeMounts:
- name: proxy-logs
mountPath: /etc/kong/log/
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane-with-custom-ports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
env:
- name: KONG_LOG_LEVEL
value: debug
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
env:
- name: KONG_LOG_LEVEL
value: debug
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 @@ -131,7 +131,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down
2 changes: 1 addition & 1 deletion config/samples/gateway-with-gatewayconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down
2 changes: 1 addition & 1 deletion config/samples/gatewayconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: proxy
image: kong:3.4
image: kong:3.6
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down

0 comments on commit 36c58ab

Please sign in to comment.