Skip to content

Commit b607e10

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[nginx] Update charts/nginx/values.yaml nginx to v1.29.2 (patch) (CloudPirates-io#263)
* [nginx] Update charts/nginx/values.yaml nginx to v1.29.2 * 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 2fc1f1a commit b607e10

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

charts/nginx/CHANGELOG.md

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

3-
## 0.1.13 (2025-10-08)
3+
## 0.1.14 (2025-10-09)
44

5-
* [nginx/nginx-prometheus-exporter] Update nginx/nginx-prometheus-exporter to v1.5 ([#234](https://github.com/CloudPirates-io/helm-charts/pull/234))
5+
* [nginx] Update charts/nginx/values.yaml nginx to v1.29.2 (patch) ([#263](https://github.com/CloudPirates-io/helm-charts/pull/263))
6+
7+
## <small>0.1.13 (2025-10-08)</small>
8+
9+
* [nginx/nginx-prometheus-exporter] Update nginx/nginx-prometheus-exporter to v1.5 (#234) ([9f7f1e8](https://github.com/CloudPirates-io/helm-charts/commit/9f7f1e8)), closes [#234](https://github.com/CloudPirates-io/helm-charts/issues/234)
610

711
## <small>0.1.12 (2025-10-07)</small>
812

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.13
5+
version: 0.1.14
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
@@ -22,7 +22,7 @@ image:
2222
## @param image.repository Nginx image repository
2323
repository: nginx
2424
## @param image.tag Nginx image tag
25-
tag: "1.29.1-alpine@sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8"
25+
tag: "1.29.2-alpine@sha256:7c1b9a91514d1eb5288d7cd6e91d9f451707911bfaea9307a3acbc811d4aa82e"
2626
## @param image.pullPolicy Nginx image pull policy
2727
pullPolicy: Always
2828

0 commit comments

Comments
 (0)