Skip to content

Commit

Permalink
chore(deps): update kong/kong-gateway docker tag to v3.7 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent 1679e8c commit fa93ae9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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 @@ -14,7 +14,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -42,7 +42,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -35,7 +35,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -46,7 +46,7 @@ spec:
periodSeconds: 1
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -14,7 +14,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -14,7 +14,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
env:
- name: KONG_LOG_LEVEL
value: debug
Expand Down
2 changes: 1 addition & 1 deletion config/samples/gateway-httproute-allowedroutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
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 @@ -132,7 +132,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -17,7 +17,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
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 @@ -17,7 +17,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.6
image: kong/kong-gateway:3.7
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down

0 comments on commit fa93ae9

Please sign in to comment.