Skip to content

Commit 8a0984b

Browse files
Update nginx Docker tag to v1.24
Signed-off-by: Renovate Bot <[email protected]>
1 parent 3aedcde commit 8a0984b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Kubernetes: `^1.19.0-0`
451451
| nginx.&ZeroWidthSpace;http_listen_port | int | `80` | |
452452
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;pullPolicy | string | `"IfNotPresent"` | |
453453
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;repository | string | `"nginx"` | |
454-
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | float | `1.23` | |
454+
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | float | `1.24` | |
455455
| nginx.&ZeroWidthSpace;initContainers | list | `[]` | |
456456
| nginx.&ZeroWidthSpace;livenessProbe.&ZeroWidthSpace;httpGet.&ZeroWidthSpace;path | string | `"/healthz"` | |
457457
| nginx.&ZeroWidthSpace;livenessProbe.&ZeroWidthSpace;httpGet.&ZeroWidthSpace;port | string | `"http-metrics"` | |

Diff for: values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ nginx:
12141214
verboseLogging: true
12151215
image:
12161216
repository: nginx
1217-
tag: 1.23
1217+
tag: 1.24
12181218
pullPolicy: IfNotPresent
12191219

12201220
service:

0 commit comments

Comments
 (0)