-
Notifications
You must be signed in to change notification settings - Fork 2
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(node-feature-discovery): update helm-release to v0.14.2 #1977
Merged
tyriis-automation
merged 1 commit into
main
from
renovate/node-feature-discovery-0.14.x
Oct 10, 2023
Merged
fix(node-feature-discovery): update helm-release to v0.14.2 #1977
tyriis-automation
merged 1 commit into
main
from
renovate/node-feature-discovery-0.14.x
Oct 10, 2023
Conversation
This file contains 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
tyriis-automation
bot
added
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/patch
a patch for a bug
labels
Oct 10, 2023
--- kubernetes/apps/kube-tools/node-feature-discovery/app Kustomization: flux-system/apps-node-feature-discovery HelmRelease: kube-tools/node-feature-discovery
+++ kubernetes/apps/kube-tools/node-feature-discovery/app Kustomization: flux-system/apps-node-feature-discovery HelmRelease: kube-tools/node-feature-discovery
@@ -9,13 +9,13 @@
spec:
chart: node-feature-discovery
sourceRef:
kind: HelmRepository
name: node-feature-discovery-charts
namespace: flux-system
- version: 0.14.1
+ version: 0.14.2
install:
createNamespace: true
remediation:
retries: 3
interval: 15m
maxHistory: 15 |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
--- kubernetes HelmRelease: kube-tools/node-feature-discovery DaemonSet: kube-tools/node-feature-discovery-worker
+++ kubernetes HelmRelease: kube-tools/node-feature-discovery DaemonSet: kube-tools/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.14.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.14.2
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
--- kubernetes HelmRelease: kube-tools/node-feature-discovery ClusterRoleBinding: kube-tools/node-feature-discovery-gc
+++ kubernetes HelmRelease: kube-tools/node-feature-discovery ClusterRoleBinding: kube-tools/node-feature-discovery-gc
@@ -10,9 +10,9 @@
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: node-feature-discovery-gc
subjects:
- kind: ServiceAccount
- name: nfd-gc
+ name: node-feature-discovery-gc
namespace: kube-tools
--- kubernetes HelmRelease: kube-tools/node-feature-discovery Deployment: kube-tools/node-feature-discovery-gc
+++ kubernetes HelmRelease: kube-tools/node-feature-discovery Deployment: kube-tools/node-feature-discovery-gc
@@ -20,18 +20,18 @@
metadata:
labels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: gc
spec:
- serviceAccountName: nfd-gc
+ serviceAccountName: node-feature-discovery-gc
dnsPolicy: ClusterFirstWithHostNet
securityContext: {}
containers:
- name: gc
- image: registry.k8s.io/nfd/node-feature-discovery:v0.14.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.14.2
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
--- kubernetes HelmRelease: kube-tools/node-feature-discovery ServiceAccount: kube-tools/nfd-gc
+++ kubernetes HelmRelease: kube-tools/node-feature-discovery ServiceAccount: kube-tools/nfd-gc
@@ -1,11 +0,0 @@
----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: nfd-gc
- namespace: kube-tools
- labels:
- app.kubernetes.io/name: node-feature-discovery
- app.kubernetes.io/instance: node-feature-discovery
- app.kubernetes.io/managed-by: Helm
-
--- kubernetes HelmRelease: kube-tools/node-feature-discovery Deployment: kube-tools/node-feature-discovery-master
+++ kubernetes HelmRelease: kube-tools/node-feature-discovery Deployment: kube-tools/node-feature-discovery-master
@@ -32,13 +32,13 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.14.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.14.2
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
command:
- /usr/bin/grpc_health_probe
- -addr=:8080
--- kubernetes HelmRelease: kube-tools/node-feature-discovery ServiceAccount: kube-tools/node-feature-discovery-gc
+++ kubernetes HelmRelease: kube-tools/node-feature-discovery ServiceAccount: kube-tools/node-feature-discovery-gc
@@ -0,0 +1,11 @@
+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: node-feature-discovery-gc
+ namespace: kube-tools
+ labels:
+ app.kubernetes.io/name: node-feature-discovery
+ app.kubernetes.io/instance: node-feature-discovery
+ app.kubernetes.io/managed-by: Helm
+ |
tyriis-automation
bot
deleted the
renovate/node-feature-discovery-0.14.x
branch
October 10, 2023 09:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/patch
a patch for a bug
0 participants
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:
0.14.1
->0.14.2
Release Notes
kubernetes-sigs/node-feature-discovery (node-feature-discovery)
v0.14.2
Compare Source
Changelog
This patch release contains fixes to the Helm chart in addition to dependency updates.
List of PRs
https://github.com/kubernetes-sigs/node-feature-discovery/pull/1379
https://github.com/kubernetes-sigs/node-feature-discovery/pull/1403
https://github.com/kubernetes-sigs/node-feature-discovery/pull/1404
https://github.com/kubernetes-sigs/node-feature-discovery/pull/1409
https://github.com/kubernetes-sigs/node-feature-discovery/pull/1410
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.