From fa93ae9b150388d18fd4d6e01bcceb77736aa57a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 17:04:23 +0000 Subject: [PATCH] chore(deps): update kong/kong-gateway docker tag to v3.7 (#299) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- config/samples/dataplane-bluegreen-rollout.yaml | 2 +- config/samples/dataplane-horizontal-autoscaling.yaml | 2 +- config/samples/dataplane-konnect.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-with-gatewayconfiguration.yaml | 2 +- config/samples/gatewayconfiguration.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/samples/dataplane-bluegreen-rollout.yaml b/config/samples/dataplane-bluegreen-rollout.yaml index 9ff1a8eac..9404a1108 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.6 + image: kong/kong-gateway:3.7 env: - name: KONG_LOG_LEVEL value: debug diff --git a/config/samples/dataplane-horizontal-autoscaling.yaml b/config/samples/dataplane-horizontal-autoscaling.yaml index d91d3721b..452f35029 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.6 + image: kong/kong-gateway:3.7 env: - name: KONG_LOG_LEVEL value: debug diff --git a/config/samples/dataplane-konnect.yaml b/config/samples/dataplane-konnect.yaml index cef01add2..f6ed60a1c 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.6 + image: kong/kong-gateway:3.7 env: - name: KONG_ROLE value: data_plane diff --git a/config/samples/dataplane-sidecar.yaml b/config/samples/dataplane-sidecar.yaml index 0d61831e2..26edeab95 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.6 + image: kong/kong-gateway:3.7 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 201a10cda..6a81dfb1d 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.6 + image: kong/kong-gateway:3.7 env: - name: KONG_LOG_LEVEL value: debug diff --git a/config/samples/dataplane.yaml b/config/samples/dataplane.yaml index ebefedb1a..fa5508b09 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.6 + image: kong/kong-gateway:3.7 env: - name: KONG_LOG_LEVEL value: debug diff --git a/config/samples/gateway-httproute-allowedroutes.yaml b/config/samples/gateway-httproute-allowedroutes.yaml index 618804069..d7c79301e 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.6 + image: kong/kong-gateway:3.7 readinessProbe: initialDelaySeconds: 1 periodSeconds: 1 diff --git a/config/samples/gateway-httproute.yaml b/config/samples/gateway-httproute.yaml index b86a13754..770a58ecd 100644 --- a/config/samples/gateway-httproute.yaml +++ b/config/samples/gateway-httproute.yaml @@ -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 diff --git a/config/samples/gateway-with-gatewayconfiguration.yaml b/config/samples/gateway-with-gatewayconfiguration.yaml index 65f989f5d..98e6a9f34 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.6 + image: kong/kong-gateway:3.7 readinessProbe: initialDelaySeconds: 1 periodSeconds: 1 diff --git a/config/samples/gatewayconfiguration.yaml b/config/samples/gatewayconfiguration.yaml index 080a02cd7..465d1e788 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.6 + image: kong/kong-gateway:3.7 readinessProbe: initialDelaySeconds: 1 periodSeconds: 1