Skip to content

Commit

Permalink
Merge pull request lsst-sqre#2959 from lsst-sqre/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
Update nginx Docker tag to v1.25.4
  • Loading branch information
rra authored Feb 19, 2024
2 parents 645c845 + 23c1e97 commit 80f611f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/love/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80f611f

Please sign in to comment.