From 40863281813ec439e9e238bc0911ac5d834d8055 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:24:24 +0000 Subject: [PATCH 1/2] Update nginx Docker tag to v1.25.4 --- applications/love/charts/love-nginx/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/love/charts/love-nginx/values.yaml b/applications/love/charts/love-nginx/values.yaml index 7e4484eab5..01d487fa7a 100644 --- a/applications/love/charts/love-nginx/values.yaml +++ b/applications/love/charts/love-nginx/values.yaml @@ -4,7 +4,7 @@ image: # -- The NGINX image to use repository: nginx # -- The tag to use for the NGINX image - tag: 1.25.3 + tag: 1.25.4 # -- The pull policy on the NGINX image pullPolicy: IfNotPresent # -- Service type specification From 23c1e97418c4dcc9bce7424d825d2d39eaed0722 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 19 Feb 2024 07:53:18 -0800 Subject: [PATCH 2/2] Regenerate Helm docs --- applications/love/README.md | 2 +- applications/love/charts/love-nginx/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/love/README.md b/applications/love/README.md index 76cd27907e..ceb7c9a98e 100644 --- a/applications/love/README.md +++ b/applications/love/README.md @@ -143,7 +143,7 @@ Deployment for the LSST Operators Visualization Environment | love-nginx.affinity | object | `{}` | Affinity rules for the NGINX pod | | love-nginx.image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image | | love-nginx.image.repository | string | `"nginx"` | The NGINX image to use | -| love-nginx.image.tag | string | `"1.25.3"` | The tag to use for the NGINX image | +| love-nginx.image.tag | string | `"1.25.4"` | The tag to use for the NGINX image | | love-nginx.imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) | | love-nginx.ingress.annotations | object | `{}` | Annotations for the NGINX ingress | | love-nginx.ingress.className | string | `"nginx"` | Assign the Ingress class name | diff --git a/applications/love/charts/love-nginx/README.md b/applications/love/charts/love-nginx/README.md index a638e71125..effc003ff8 100644 --- a/applications/love/charts/love-nginx/README.md +++ b/applications/love/charts/love-nginx/README.md @@ -9,7 +9,7 @@ Helm chart for the LOVE Nginx server. | affinity | object | `{}` | Affinity rules for the NGINX pod | | image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image | | image.repository | string | `"nginx"` | The NGINX image to use | -| image.tag | string | `"1.25.3"` | The tag to use for the NGINX image | +| image.tag | string | `"1.25.4"` | The tag to use for the NGINX image | | imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) | | ingress.annotations | object | `{}` | Annotations for the NGINX ingress | | ingress.className | string | `"nginx"` | Assign the Ingress class name |