feat(helm)!: Update chart nats ( 1.2.11 ➔ 2.12.3 )#488
Merged
Aviator-Coding merged 1 commit intomainfrom Jan 26, 2026
Merged
Conversation
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | nats | 1.2.11 | 2.12.3 |
Contributor
Author
--- kubernetes/apps/database/jetstream/app Kustomization: database/jetstream HelmRelease: database/nats
+++ kubernetes/apps/database/jetstream/app Kustomization: database/jetstream HelmRelease: database/nats
@@ -14,13 +14,13 @@
chart: nats
interval: 5m
sourceRef:
kind: HelmRepository
name: nats
namespace: flux-system
- version: 1.2.*
+ version: 2.12.*
install:
crds: CreateReplace
remediation:
retries: 3
strategy:
name: RetryOnFailure |
Contributor
Author
--- HelmRelease: database/nats Deployment: database/nats-box
+++ HelmRelease: database/nats Deployment: database/nats-box
@@ -41,14 +41,15 @@
if ! [ -f context.txt ]; then
echo -n "default" > context.txt
fi
cd "$work_dir"
exec /entrypoint.sh "$@"
- --
- image: natsio/nats-box:0.16.0
+ image: natsio/nats-box:0.19.2
name: nats-box
+ resources: null
volumeMounts:
- mountPath: /etc/nats-contexts
name: contexts
enableServiceLinks: false
volumes:
- name: contexts
--- HelmRelease: database/nats StatefulSet: database/nats
+++ HelmRelease: database/nats StatefulSet: database/nats
@@ -35,13 +35,13 @@
fieldRef:
fieldPath: metadata.name
- name: SERVER_NAME
value: $(POD_NAME)
- name: GOMEMLIMIT
value: 3GiB
- image: nats:2.10.26-alpine
+ image: nats:2.12.3-alpine
lifecycle:
preStop:
exec:
command:
- nats-server
- -sl=ldm=/var/run/nats/nats.pid
@@ -95,13 +95,13 @@
name: nats-js
- args:
- -pid
- /var/run/nats/nats.pid
- -config
- /etc/nats-config/nats.conf
- image: natsio/nats-server-config-reloader:0.16.1
+ image: natsio/nats-server-config-reloader:0.21.1
name: reloader
volumeMounts:
- mountPath: /var/run/nats
name: pid
- mountPath: /etc/nats-config
name: config
@@ -112,19 +112,20 @@
- -subz
- -varz
- -prefix=nats
- -use_internal_server_id
- -jsz=all
- http://localhost:8222/
- image: natsio/prometheus-nats-exporter:0.16.0
+ image: natsio/prometheus-nats-exporter:0.18.0
name: prom-exporter
ports:
- containerPort: 7777
name: prom-metrics
enableServiceLinks: false
shareProcessNamespace: true
+ terminationGracePeriodSeconds: 60
topologySpreadConstraints:
- labelSelector:
matchLabels:
app.kubernetes.io/component: nats
app.kubernetes.io/instance: nats
app.kubernetes.io/name: nats |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.*→2.12.*Release Notes
nats-io/k8s (nats)
v2.12.3Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v2.12.2Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v2.12.1Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
Release Note
Beginning with NATS Server
2.12, in this release, the NATS Helm Chart will alignmajor.minorversions with the associated NATS Servermajor.minorversion. This will ensure that an install of chart version~2.12will fetch the latest chart and patch release of the2.12NATS Server.Only
major.minorare designed to be aligned, updates to the chart itself will cause skew in the patch version and is expected.v1.3.16Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.15Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.14Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.13Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.12Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.11Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.10Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.9Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.8Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.7Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.6Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.5Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.4Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.3Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.2Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.1Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
v1.3.0Compare Source
A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.