Skip to content

Commit

Permalink
chore(deps): update kong/kong-gateway docker tag to v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 0116560 commit 115f9fb
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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.8
image: kong/kong-gateway:3.9
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.8
image: kong/kong-gateway:3.9
env:
- name: KONG_LOG_LEVEL
value: debug
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane-konnect-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.8
image: kong/kong-gateway:3.9
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
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.8
image: kong/kong-gateway:3.9
env:
- name: KONG_ROLE
value: data_plane
Expand Down
2 changes: 1 addition & 1 deletion config/samples/dataplane-pdb.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.8
image: kong/kong-gateway:3.9
env:
- name: KONG_LOG_LEVEL
value: debug
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.8
image: kong/kong-gateway:3.9
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.8
image: kong/kong-gateway:3.9
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.8
image: kong/kong-gateway:3.9
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.8
image: kong/kong-gateway:3.9
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 @@ -133,7 +133,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.8
image: kong/kong-gateway:3.9
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.8
image: kong/kong-gateway:3.9
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
containers:
- name: proxy
# renovate: datasource=docker versioning=docker
image: kong/kong-gateway:3.8
image: kong/kong-gateway:3.9
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.8
image: kong/kong-gateway:3.9
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.8
image: kong/kong-gateway:3.9
readinessProbe:
initialDelaySeconds: 1
periodSeconds: 1
Expand Down
2 changes: 1 addition & 1 deletion pkg/consts/dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const (
// DefaultDataPlaneTag is the base container image tag that can be used
// by default for a DataPlane resource if all other attempts to dynamically
// decide an image tag fail.
DefaultDataPlaneTag = "3.8" // renovate: datasource=docker depName=kong/kong-gateway
DefaultDataPlaneTag = "3.9" // renovate: datasource=docker depName=kong/kong-gateway

// DefaultDataPlaneImage is the default container image that can be used if
// all other attempts to dynamically decide the default image fail.
Expand Down

0 comments on commit 115f9fb

Please sign in to comment.