mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/nats] Release 9.0.12 (#33152)
* [bitnami/nats] Release 9.0.12 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update binaries path Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> Co-authored-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
This commit is contained in:
co-authored by
Miguel Ruiz
parent
98a2ec9cce
commit
3cff316522
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 9.0.11 (2025-04-09)
|
||||
## 9.0.12 (2025-04-24)
|
||||
|
||||
* [bitnami/nats] Release 9.0.11 ([#32929](https://github.com/bitnami/charts/pull/32929))
|
||||
* [bitnami/nats] Release 9.0.12 ([#33152](https://github.com/bitnami/charts/pull/33152))
|
||||
|
||||
## <small>9.0.11 (2025-04-09)</small>
|
||||
|
||||
* [bitnami/nats] Release 9.0.11 (#32929) ([eb05c75](https://github.com/bitnami/charts/commit/eb05c754751470332875f53af5c5aa4d5d17914e)), closes [#32929](https://github.com/bitnami/charts/issues/32929)
|
||||
|
||||
## <small>9.0.10 (2025-04-09)</small>
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: nats
|
||||
image: docker.io/bitnami/nats:2.11.1-debian-12-r1
|
||||
image: docker.io/bitnami/nats:2.11.1-debian-12-r2
|
||||
- name: nats-exporter
|
||||
image: docker.io/bitnami/nats-exporter:0.17.2-debian-12-r3
|
||||
image: docker.io/bitnami/nats-exporter:0.17.2-debian-12-r5
|
||||
apiVersion: v2
|
||||
appVersion: 2.11.1
|
||||
dependencies:
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: nats
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/nats
|
||||
version: 9.0.11
|
||||
version: 9.0.12
|
||||
|
||||
@@ -84,7 +84,7 @@ spec:
|
||||
{{- else if .Values.command }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.command "context" $) | nindent 12 }}
|
||||
{{- else }}
|
||||
- /nats-server
|
||||
- nats-server
|
||||
{{- end }}
|
||||
args:
|
||||
{{- if .Values.diagnosticMode.enabled }}
|
||||
|
||||
@@ -85,7 +85,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nats
|
||||
tag: 2.11.1-debian-12-r1
|
||||
tag: 2.11.1-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -751,7 +751,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nats-exporter
|
||||
tag: 0.17.2-debian-12-r3
|
||||
tag: 0.17.2-debian-12-r5
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user