Skip to content

Commit 9f7f1e8

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[nginx/nginx-prometheus-exporter] Update nginx/nginx-prometheus-exporter to v1.5 (CloudPirates-io#234)
* [nginx/nginx-prometheus-exporter] Update nginx/nginx-prometheus-exporter to v1.5 * Bump chart version * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 53b0aea commit 9f7f1e8

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

charts/nginx/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3-
## 0.1.11 (2025-10-01)
3+
## 0.1.13 (2025-10-08)
44

5-
* [nginx] update containerport documentation ([#198](https://github.com/CloudPirates-io/helm-charts/pull/198))
5+
* [nginx/nginx-prometheus-exporter] Update nginx/nginx-prometheus-exporter to v1.5 ([#234](https://github.com/CloudPirates-io/helm-charts/pull/234))
6+
7+
## <small>0.1.12 (2025-10-07)</small>
8+
9+
* Add prometheus nginx metrics exporter (#224) ([5bf615a](https://github.com/CloudPirates-io/helm-charts/commit/5bf615a)), closes [#224](https://github.com/CloudPirates-io/helm-charts/issues/224)
10+
11+
## <small>0.1.11 (2025-10-01)</small>
12+
13+
* Changed README.md due to bug (wrong description) (#197) ([84fd116](https://github.com/CloudPirates-io/helm-charts/commit/84fd116)), closes [#197](https://github.com/CloudPirates-io/helm-charts/issues/197)
14+
* update containerport documentation (#198) ([f20d6d4](https://github.com/CloudPirates-io/helm-charts/commit/f20d6d4)), closes [#198](https://github.com/CloudPirates-io/helm-charts/issues/198)
615

716
## <small>0.1.10 (2025-09-30)</small>
817

charts/nginx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: nginx
33
description: Nginx is a high-performance HTTP server and reverse proxy.
44
type: application
5-
version: 0.1.12
5+
version: 0.1.13
66
appVersion: "1.29.1"
77
keywords:
88
- nginx

charts/nginx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ metrics:
244244
image:
245245
registry: docker.io
246246
repository: nginx/nginx-prometheus-exporter
247-
tag: "1.4@sha256:6edfb73afd11f2d83ea4e8007f5068c3ffaa38078a6b0ad1339e5bd2f637aacd"
247+
tag: "1.5@sha256:bf76e58df548a13e52bd543ac70f6d3d667e14884e8b51c149bd81994ca75ccd"
248248
pullPolicy: Always
249249
## @param metrics.resources Resource limits and requests for metrics container
250250
resources:

0 commit comments

Comments
 (0)