Skip to content

Commit aa4d4e9

Browse files
chore(deps): update nginx docker tag to v1.29 (#540)
* chore(deps): update nginx docker tag to v1.29 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * changelog Signed-off-by: Tom Hayward <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tom Hayward <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Hayward <[email protected]>
1 parent ae5c994 commit aa4d4e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [BUGFIX] Fix discovering memcached instances #551
1111
* [BUGFIX] Fix restarting query-schedulers when config changes #559
1212
* [ENHANCEMENT] Run overrides-exporter with high availability #557
13+
* [DEPENDENCY] Update dependency nginx to v1.29 #540
1314
* [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531
1415
* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.20.0 #566
1516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Kubernetes: `^1.19.0-0`
471471
| nginx.&ZeroWidthSpace;http_listen_port | int | `80` | |
472472
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;pullPolicy | string | `"IfNotPresent"` | |
473473
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;repository | string | `"nginx"` | |
474-
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | float | `1.27` | |
474+
| nginx.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | float | `1.29` | |
475475
| nginx.&ZeroWidthSpace;initContainers | list | `[]` | |
476476
| nginx.&ZeroWidthSpace;livenessProbe.&ZeroWidthSpace;httpGet.&ZeroWidthSpace;path | string | `"/healthz"` | |
477477
| nginx.&ZeroWidthSpace;livenessProbe.&ZeroWidthSpace;httpGet.&ZeroWidthSpace;port | string | `"http-metrics"` | |

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ nginx:
12481248
override_push_endpoint: ""
12491249
image:
12501250
repository: nginx
1251-
tag: 1.27
1251+
tag: 1.29
12521252
pullPolicy: IfNotPresent
12531253

12541254
service:

0 commit comments

Comments
 (0)