From 6963c39282c989264511a5e75ec26ae07fa57894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:52:18 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27.1 --- example-exec.yaml | 2 +- example-http.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example-exec.yaml b/example-exec.yaml index 2cfe417..bf74aca 100644 --- a/example-exec.yaml +++ b/example-exec.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nginx - image: nginx:1.23.4@sha256:2ab30d6ac53580a6db8b657abf0f68d75360ff5cc1670a85acb5bd85ba1b19c0 + image: nginx:1.27.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb ports: - containerPort: 80 readinessProbe: diff --git a/example-http.yaml b/example-http.yaml index 48ee778..aaa0dfa 100644 --- a/example-http.yaml +++ b/example-http.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nginx - image: nginx:1.23.4@sha256:2ab30d6ac53580a6db8b657abf0f68d75360ff5cc1670a85acb5bd85ba1b19c0 + image: nginx:1.27.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb ports: - containerPort: 80 readinessProbe: