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.5 → 0.16.6 ) #1179

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Oct 30, 2024

This PR contains the following updates:

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

Release Notes

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

v0.16.6

Compare Source

What's Changed

Contributors @​marquiz @​elezar @​ArangoGutierrez

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


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.

| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| helm       | node-feature-discovery | 0.16.5 | 0.16.6 |
@kireque-bot kireque-bot bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Oct 30, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Oct 30, 2024

--- kubernetes/main/apps/system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: system/node-feature-discovery

+++ kubernetes/main/apps/system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: system/node-feature-discovery

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

       chart: node-feature-discovery
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: kubernetes-sigs-nfd
         namespace: flux-system
-      version: 0.16.5
+      version: 0.16.6
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace
   values:

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Oct 30, 2024

--- HelmRelease: system/node-feature-discovery DaemonSet: system/node-feature-discovery-worker

+++ HelmRelease: system/node-feature-discovery DaemonSet: system/node-feature-discovery-worker

@@ -33,13 +33,13 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.5
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
         imagePullPolicy: IfNotPresent
         livenessProbe:
           grpc:
             port: 8082
           initialDelaySeconds: 10
         readinessProbe:
--- HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-master

+++ HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-master

@@ -34,13 +34,13 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.5
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
         imagePullPolicy: IfNotPresent
         livenessProbe:
           grpc:
             port: 8082
           initialDelaySeconds: 10
         readinessProbe:
--- HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-gc

+++ HelmRelease: system/node-feature-discovery Deployment: system/node-feature-discovery-gc

@@ -27,13 +27,13 @@

       serviceAccountName: node-feature-discovery-gc
       dnsPolicy: ClusterFirstWithHostNet
       securityContext: {}
       hostNetwork: false
       containers:
       - name: gc
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.5
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
         imagePullPolicy: IfNotPresent
         env:
         - name: NODE_NAME
           valueFrom:
             fieldRef:
               fieldPath: spec.nodeName
--- HelmRelease: system/node-feature-discovery Job: system/node-feature-discovery-prune

+++ HelmRelease: system/node-feature-discovery Job: system/node-feature-discovery-prune

@@ -27,13 +27,13 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.5
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.16.6
         imagePullPolicy: IfNotPresent
         command:
         - nfd-master
         args:
         - -prune
       restartPolicy: Never

@kireque kireque merged commit 1e6ee87 into main Oct 30, 2024
19 checks passed
@kireque kireque deleted the renovate/main-node-feature-discovery-0.x branch October 30, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant