Skip to content

Commit

Permalink
[bitnami/nginx] Release 18.3.2 (#31191)
Browse files Browse the repository at this point in the history
* [bitnami/nginx] Release 18.3.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Jan 1, 2025
1 parent 8dc6466 commit a921fd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions bitnami/nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 18.3.1 (2024-12-13)
## 18.3.2 (2025-01-01)

* [bitnami/nginx] fix nginx init containers with writable file system ([#30810](https://github.com/bitnami/charts/pull/30810))
* [bitnami/nginx] Release 18.3.2 ([#31191](https://github.com/bitnami/charts/pull/31191))

## <small>18.3.1 (2024-12-13)</small>

* [bitnami/nginx] fix nginx init containers with writable file system (#30810) ([4688b13](https://github.com/bitnami/charts/commit/4688b13bf34325945954f62dc73cf925272e8248)), closes [#30810](https://github.com/bitnami/charts/issues/30810)

## 18.3.0 (2024-12-10)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: git
image: docker.io/bitnami/git:2.47.1-debian-12-r0
image: docker.io/bitnami/git:2.47.1-debian-12-r1
- name: nginx
image: docker.io/bitnami/nginx:1.27.3-debian-12-r0
image: docker.io/bitnami/nginx:1.27.3-debian-12-r2
- name: nginx-exporter
image: docker.io/bitnami/nginx-exporter:1.3.0-debian-12-r10
image: docker.io/bitnami/nginx-exporter:1.4.0-debian-12-r0
apiVersion: v2
appVersion: 1.27.3
dependencies:
Expand All @@ -34,4 +34,4 @@ maintainers:
name: nginx
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nginx
version: 18.3.1
version: 18.3.2
6 changes: 3 additions & 3 deletions bitnami/nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.27.3-debian-12-r0
tag: 1.27.3-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -513,7 +513,7 @@ cloneStaticSiteFromGit:
image:
registry: docker.io
repository: bitnami/git
tag: 2.47.1-debian-12-r0
tag: 2.47.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -954,7 +954,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nginx-exporter
tag: 1.3.0-debian-12-r10
tag: 1.4.0-debian-12-r0
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit a921fd9

Please sign in to comment.