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

chore(deps): update helm release kured to v5.6.0 #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Update Change
kured (source) minor 5.5.2 -> 5.6.0

Release Notes

kubereboot/charts (kured)

v5.6.0

Compare Source

A Helm chart for kured

What's Changed

Full Changelog: kubereboot/charts@kured-5.5.2...kured-5.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

github-actions bot commented Jan 17, 2025

Argo CD Diff Preview

Summary:

 {base => target}/kubernetes-services |  2 +-
 {base => target}/kured               | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
Diff:
diff --git base/kubernetes-services target/kubernetes-services
index 1d174d7..77dc5ad 100644
--- base/kubernetes-services
+++ target/kubernetes-services
@@ -358,21 +358,21 @@ spec:
     helm:
       values: |
         resources:
           requests:
             memory: "32Mi"
             cpu: "100m"
           limits:
             memory: "64Mi"
             cpu: "250m"
     repoURL: https://kubereboot.github.io/charts
-    targetRevision: 5.5.2
+    targetRevision: 5.6.0
   syncPolicy:
     automated:
       prune: true
       selfHeal: true
     syncOptions:
     - CreateNamespace=true
 
 ---
 apiVersion: argoproj.io/v1alpha1
 kind: Application
diff --git base/kured target/kured
index 454fced..90fb14d 100644
--- base/kured
+++ target/kured
@@ -1,66 +1,66 @@
 ---
 apiVersion: v1
 kind: ServiceAccount
 metadata:
   labels:
     app.kubernetes.io/instance: kured
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kured
     argocd.argoproj.io/instance: kured
-    helm.sh/chart: kured-5.5.2
+    helm.sh/chart: kured-5.6.0
   name: kured
   namespace: kured
 
 ---
 apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   labels:
     app.kubernetes.io/instance: kured
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kured
     argocd.argoproj.io/instance: kured
-    helm.sh/chart: kured-5.5.2
+    helm.sh/chart: kured-5.6.0
   name: kured
   namespace: kured
 spec:
   revisionHistoryLimit: 10
   selector:
     matchLabels:
       app.kubernetes.io/instance: kured
       app.kubernetes.io/name: kured
   template:
     metadata:
       labels:
         app.kubernetes.io/instance: kured
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: kured
-        helm.sh/chart: kured-5.5.2
+        helm.sh/chart: kured-5.6.0
     spec:
       containers:
       - args:
         - --ds-name=kured
         - --ds-namespace=kured
         - --metrics-port=8080
         - --reboot-sentinel=/sentinel/reboot-required
         - --reboot-command=/bin/systemctl reboot
         - --log-format=text
         - --concurrency=1
         command:
         - /usr/bin/kured
         env:
         - name: KURED_NODE_ID
           valueFrom:
             fieldRef:
               fieldPath: spec.nodeName
-        image: ghcr.io/kubereboot/kured:1.16.2
+        image: ghcr.io/kubereboot/kured:1.17.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /metrics
             port: metrics
             scheme: HTTP
           initialDelaySeconds: 10
           periodSeconds: 30
           successThreshold: 1
@@ -116,21 +116,21 @@ spec:
 
 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   labels:
     app.kubernetes.io/instance: kured
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kured
     argocd.argoproj.io/instance: kured
-    helm.sh/chart: kured-5.5.2
+    helm.sh/chart: kured-5.6.0
   name: kured
 rules:
 - apiGroups:
   - ""
   resources:
   - nodes
   verbs:
   - get
   - patch
 - apiGroups:
@@ -162,41 +162,41 @@ rules:
 
 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
 metadata:
   labels:
     app.kubernetes.io/instance: kured
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kured
     argocd.argoproj.io/instance: kured
-    helm.sh/chart: kured-5.5.2
+    helm.sh/chart: kured-5.6.0
   name: kured
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: ClusterRole
   name: kured
 subjects:
 - kind: ServiceAccount
   name: kured
   namespace: kured
 
 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: Role
 metadata:
   labels:
     app.kubernetes.io/instance: kured
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kured
     argocd.argoproj.io/instance: kured
-    helm.sh/chart: kured-5.5.2
+    helm.sh/chart: kured-5.6.0
   name: kured
   namespace: kured
 rules:
 - apiGroups:
   - extensions
   resourceNames:
   - kured
   resources:
   - daemonsets
   verbs:
@@ -214,21 +214,21 @@ rules:
 
 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   labels:
     app.kubernetes.io/instance: kured
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kured
     argocd.argoproj.io/instance: kured
-    helm.sh/chart: kured-5.5.2
+    helm.sh/chart: kured-5.6.0
   name: kured
   namespace: kured
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: Role
   name: kured
 subjects:
 - kind: ServiceAccount
   name: kured
   namespace: kured

@renovate renovate bot force-pushed the renovate/kured-5.x branch 5 times, most recently from db66d47 to 3b7ea1d Compare January 17, 2025 07:06
@renovate renovate bot force-pushed the renovate/kured-5.x branch 6 times, most recently from ee46181 to 4735fb2 Compare January 21, 2025 12:35
@renovate renovate bot force-pushed the renovate/kured-5.x branch from 4735fb2 to 662148d Compare January 22, 2025 12:54
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