From 0f5ea56db68dba3e373e87ba3428b5ef3502ddb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:53:53 +0000 Subject: [PATCH] chore(deps): update kong/kong-gateway docker tag to v3.9 --- config/samples/dataplane-bluegreen-rollout.yaml | 2 +- config/samples/dataplane-horizontal-autoscaling.yaml | 2 +- config/samples/dataplane-konnect-extension.yaml | 2 +- config/samples/dataplane-konnect.yaml | 2 +- config/samples/dataplane-pdb.yaml | 2 +- config/samples/dataplane-sidecar.yaml | 2 +- config/samples/dataplane-with-custom-ports.yaml | 2 +- config/samples/dataplane.yaml | 2 +- config/samples/gateway-httproute-allowedroutes.yaml | 2 +- config/samples/gateway-httproute.yaml | 2 +- config/samples/gateway-kongplugininstallation-httproute.yaml | 2 +- .../gateway-with-disabled-controlplane-admission-webhook.yaml | 2 +- config/samples/gateway-with-gatewayconfiguration.yaml | 2 +- config/samples/gatewayconfiguration.yaml | 2 +- pkg/consts/dataplane.go | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/samples/dataplane-bluegreen-rollout.yaml b/config/samples/dataplane-bluegreen-rollout.yaml index 1169ce4f1..33a4b1538 100644 --- a/config/samples/dataplane-bluegreen-rollout.yaml +++ b/config/samples/dataplane-bluegreen-rollout.yaml @@ -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 diff --git a/config/samples/dataplane-horizontal-autoscaling.yaml b/config/samples/dataplane-horizontal-autoscaling.yaml index 715799737..2764e0bdf 100644 --- a/config/samples/dataplane-horizontal-autoscaling.yaml +++ b/config/samples/dataplane-horizontal-autoscaling.yaml @@ -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 diff --git a/config/samples/dataplane-konnect-extension.yaml b/config/samples/dataplane-konnect-extension.yaml index c7e7817ca..bba045a17 100644 --- a/config/samples/dataplane-konnect-extension.yaml +++ b/config/samples/dataplane-konnect-extension.yaml @@ -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 diff --git a/config/samples/dataplane-konnect.yaml b/config/samples/dataplane-konnect.yaml index 99c0b34b7..979e312ef 100644 --- a/config/samples/dataplane-konnect.yaml +++ b/config/samples/dataplane-konnect.yaml @@ -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 diff --git a/config/samples/dataplane-pdb.yaml b/config/samples/dataplane-pdb.yaml index ca35bc4ae..93fce066d 100644 --- a/config/samples/dataplane-pdb.yaml +++ b/config/samples/dataplane-pdb.yaml @@ -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 diff --git a/config/samples/dataplane-sidecar.yaml b/config/samples/dataplane-sidecar.yaml index 89076c5bd..53c39b6fc 100644 --- a/config/samples/dataplane-sidecar.yaml +++ b/config/samples/dataplane-sidecar.yaml @@ -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/ diff --git a/config/samples/dataplane-with-custom-ports.yaml b/config/samples/dataplane-with-custom-ports.yaml index d6e23a9ff..4a813d645 100644 --- a/config/samples/dataplane-with-custom-ports.yaml +++ b/config/samples/dataplane-with-custom-ports.yaml @@ -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 diff --git a/config/samples/dataplane.yaml b/config/samples/dataplane.yaml index 4b4871295..4705e7ca6 100644 --- a/config/samples/dataplane.yaml +++ b/config/samples/dataplane.yaml @@ -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 diff --git a/config/samples/gateway-httproute-allowedroutes.yaml b/config/samples/gateway-httproute-allowedroutes.yaml index 2dcce890e..640489c6f 100644 --- a/config/samples/gateway-httproute-allowedroutes.yaml +++ b/config/samples/gateway-httproute-allowedroutes.yaml @@ -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 diff --git a/config/samples/gateway-httproute.yaml b/config/samples/gateway-httproute.yaml index 2af40cf69..04cf40b35 100644 --- a/config/samples/gateway-httproute.yaml +++ b/config/samples/gateway-httproute.yaml @@ -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 diff --git a/config/samples/gateway-kongplugininstallation-httproute.yaml b/config/samples/gateway-kongplugininstallation-httproute.yaml index f034b6956..94c4170dd 100644 --- a/config/samples/gateway-kongplugininstallation-httproute.yaml +++ b/config/samples/gateway-kongplugininstallation-httproute.yaml @@ -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 diff --git a/config/samples/gateway-with-disabled-controlplane-admission-webhook.yaml b/config/samples/gateway-with-disabled-controlplane-admission-webhook.yaml index b741c75eb..d9f94cbd4 100644 --- a/config/samples/gateway-with-disabled-controlplane-admission-webhook.yaml +++ b/config/samples/gateway-with-disabled-controlplane-admission-webhook.yaml @@ -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 diff --git a/config/samples/gateway-with-gatewayconfiguration.yaml b/config/samples/gateway-with-gatewayconfiguration.yaml index 71a268906..4c624a59c 100644 --- a/config/samples/gateway-with-gatewayconfiguration.yaml +++ b/config/samples/gateway-with-gatewayconfiguration.yaml @@ -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 diff --git a/config/samples/gatewayconfiguration.yaml b/config/samples/gatewayconfiguration.yaml index 804c43c79..458c0a140 100644 --- a/config/samples/gatewayconfiguration.yaml +++ b/config/samples/gatewayconfiguration.yaml @@ -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 diff --git a/pkg/consts/dataplane.go b/pkg/consts/dataplane.go index 0e6e1bf77..2867f07ce 100644 --- a/pkg/consts/dataplane.go +++ b/pkg/consts/dataplane.go @@ -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.