Skip to content

feat(helm): update chart nack ( 0.31.1 ➔ 0.33.2 )#518

Open
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/nack-0.x
Open

feat(helm): update chart nack ( 0.31.1 ➔ 0.33.2 )#518
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/nack-0.x

Conversation

@mortyops
Copy link
Contributor

@mortyops mortyops bot commented Feb 1, 2026

This PR contains the following updates:

Package Update Change
nack minor 0.31.10.33.2

Release Notes

nats-io/k8s (nack)

v0.33.2

Compare Source

A Helm chart for NACK - NATS Controller for Kubernetes

v0.33.1

Compare Source

A Helm chart for NACK - NATS Controller for Kubernetes

v0.33.0

Compare Source

A Helm chart for NACK - NAts Controller for Kubernetes

v0.32.0

Compare Source

A Helm chart for NACK - NAts Controller for Kubernetes


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 1, 2026

--- kubernetes/apps/database/jetstream/nack Kustomization: database/jetstream-nack HelmRelease: database/nack

+++ kubernetes/apps/database/jetstream/nack Kustomization: database/jetstream-nack HelmRelease: database/nack

@@ -14,13 +14,13 @@

       chart: nack
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: nats
         namespace: flux-system
-      version: 0.31.1
+      version: 0.33.2
   install:
     crds: CreateReplace
     remediation:
       retries: 3
     strategy:
       name: RetryOnFailure

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 1, 2026

--- HelmRelease: database/nack ServiceAccount: database/jetstream-controller

+++ HelmRelease: database/nack ServiceAccount: database/jetstream-controller

@@ -1,7 +1,9 @@

 ---
 apiVersion: v1
 kind: ServiceAccount
 metadata:
   name: jetstream-controller
   namespace: database
+  labels:
+    app: nack
 
--- HelmRelease: database/nack ClusterRole: database/jetstream-controller-cluster-role

+++ HelmRelease: database/nack ClusterRole: database/jetstream-controller-cluster-role

@@ -1,12 +1,14 @@

 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   name: jetstream-controller-cluster-role
   namespace: database
+  labels:
+    app: nack
 rules:
 - apiGroups:
   - ''
   resources:
   - events
   verbs:
--- HelmRelease: database/nack ClusterRoleBinding: database/jetstream-controller-cluster-role-binding

+++ HelmRelease: database/nack ClusterRoleBinding: database/jetstream-controller-cluster-role-binding

@@ -1,12 +1,14 @@

 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
 metadata:
   name: jetstream-controller-cluster-role-binding
   namespace: database
+  labels:
+    app: nack
 subjects:
 - kind: ServiceAccount
   name: jetstream-controller
   namespace: database
 roleRef:
   kind: ClusterRole
--- HelmRelease: database/nack Deployment: database/nack

+++ HelmRelease: database/nack Deployment: database/nack

@@ -20,27 +20,40 @@

       volumes:
       - name: runtime
         emptyDir: {}
       serviceAccountName: jetstream-controller
       containers:
       - name: jsc
-        image: natsio/jetstream-controller:0.21.1
+        image: natsio/jetstream-controller:0.22.2
         imagePullPolicy: IfNotPresent
         workingDir: /nack
         command:
         - /jetstream-controller
         args:
         - -s=nats://nats.database.svc.cluster.local:4222
+        - --health-probe-bind-address=:8081
         - --control-loop
         env:
         - name: POD_NAME
           valueFrom:
             fieldRef:
               fieldPath: metadata.name
         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
+        livenessProbe:
+          httpGet:
+            path: /healthz
+            port: 8081
+          initialDelaySeconds: 15
+          periodSeconds: 20
+        readinessProbe:
+          httpGet:
+            path: /readyz
+            port: 8081
+          initialDelaySeconds: 5
+          periodSeconds: 10
         volumeMounts:
         - name: runtime
           mountPath: /nack
 

@mortyops mortyops bot force-pushed the renovate/nack-0.x branch from d02a96b to 57176a5 Compare February 4, 2026 07:26
@mortyops mortyops bot changed the title feat(helm): update chart nack ( 0.31.1 ➔ 0.32.0 ) feat(helm): update chart nack ( 0.31.1 ➔ 0.33.0 ) Feb 4, 2026
@mortyops mortyops bot force-pushed the renovate/nack-0.x branch from 57176a5 to e5e6068 Compare February 6, 2026 18:25
@mortyops mortyops bot changed the title feat(helm): update chart nack ( 0.31.1 ➔ 0.33.0 ) feat(helm): update chart nack ( 0.31.1 ➔ 0.33.1 ) Feb 6, 2026
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | nack    | 0.31.1 | 0.33.2 |
@mortyops mortyops bot force-pushed the renovate/nack-0.x branch from e5e6068 to 67b898f Compare February 13, 2026 08:24
@mortyops mortyops bot changed the title feat(helm): update chart nack ( 0.31.1 ➔ 0.33.1 ) feat(helm): update chart nack ( 0.31.1 ➔ 0.33.2 ) Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants