Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart node-feature-discovery ( 0.16.4 → 0.16.5 ) #4100

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Update Change
node-feature-discovery patch 0.16.4 -> 0.16.5

Release Notes

kubernetes-sigs/node-feature-discovery (node-feature-discovery)

v0.16.5

Compare Source

What's Changed

Fixes an nfd-master memory leak on re-configure events when leader election is enabled. Adds parameters to configure health endpoint port.

Full Changelog: kubernetes-sigs/node-feature-discovery@v0.16.4...v0.16.5


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 was generated by Mend Renovate. View the repository job log.

| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| helm       | node-feature-discovery | 0.16.4 | 0.16.5 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
Copy link

Helm Release Diff: kube-system/node-feature-discovery/node-feature-discovery.yaml

--- /tmp/tmp.J3MkcSJIX2	2024-10-15 06:38:08.758051399 +0000
+++ /tmp/tmp.aVAeINnp2O	2024-10-15 06:38:09.802058457 +0000
@@ -235,6 +235,7 @@
       dnsPolicy: ClusterFirstWithHostNet
       serviceAccountName: node-feature-discovery-worker
       securityContext: {}
+      hostNetwork: false
       containers:
         - name: worker
           securityContext:
@@ -244,7 +245,7 @@
                 - ALL
             readOnlyRootFilesystem: true
             runAsNonRoot: true
-          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.4"
+          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.5"
           imagePullPolicy: IfNotPresent
           livenessProbe:
             grpc:
@@ -282,9 +283,12 @@
             - "-feature-gates=NodeFeatureAPI=true"
             - "-feature-gates=NodeFeatureGroupAPI=false"
             - "-metrics=8081"
+            - "-grpc-health=8082"
           ports:
-            - name: metrics
-              containerPort: 8081
+            - containerPort: 8081
+              name: metrics
+            - containerPort: 8082
+              name: health
           volumeMounts:
             - name: host-boot
               mountPath: "/host-boot"
@@ -375,6 +379,7 @@
       serviceAccountName: node-feature-discovery
       enableServiceLinks: false
       securityContext: {}
+      hostNetwork: false
       containers:
         - name: master
           securityContext:
@@ -384,7 +389,7 @@
                 - ALL
             readOnlyRootFilesystem: true
             runAsNonRoot: true
-          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.4"
+          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.5"
           imagePullPolicy: IfNotPresent
           livenessProbe:
             grpc:
@@ -400,6 +405,8 @@
               name: grpc
             - containerPort: 8081
               name: metrics
+            - containerPort: 8082
+              name: health
           env:
             - name: NODE_NAME
               valueFrom:
@@ -421,6 +428,7 @@
             - "-feature-gates=NodeFeatureAPI=true"
             - "-feature-gates=NodeFeatureGroupAPI=false"
             - "-metrics=8081"
+            - "-grpc-health=8082"
           volumeMounts:
             - name: nfd-master-conf
               mountPath: "/etc/kubernetes/node-feature-discovery"
@@ -474,9 +482,10 @@
       serviceAccountName: node-feature-discovery-gc
       dnsPolicy: ClusterFirstWithHostNet
       securityContext: {}
+      hostNetwork: false
       containers:
         - name: gc
-          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.4"
+          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.5"
           imagePullPolicy: "IfNotPresent"
           env:
             - name: NODE_NAME
@@ -578,7 +587,7 @@
                 - ALL
             readOnlyRootFilesystem: true
             runAsNonRoot: true
-          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.4"
+          image: "registry.k8s.io/nfd/node-feature-discovery:v0.16.5"
           imagePullPolicy: IfNotPresent
           command:
             - "nfd-master"

@billimek billimek merged commit bb77a2d into master Oct 15, 2024
2 checks passed
@billimek billimek deleted the renovate/node-feature-discovery-0.x branch October 15, 2024 10:53
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.

1 participant