Skip to content

fix(helm): update chart kubelet-csr-approver to 1.2.13#384

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kubelet-csr-approver-1.x
Open

fix(helm): update chart kubelet-csr-approver to 1.2.13#384
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kubelet-csr-approver-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
kubelet-csr-approver patch 1.2.61.2.13

Release Notes

postfinance/kubelet-csr-approver (kubelet-csr-approver)

v1.2.13

Compare Source

Full Changelog: postfinance/kubelet-csr-approver@v1.2.12...v1.2.13

🚀 Features
  • Add API capability check for ServiceMonitor - (1bc29bc)
⚙️ Miscellaneous Tasks
  • Update changelog - (fbe13a2)
  • Change default capabilities to upper case ALL - (6939f7b)

v1.2.12

Compare Source

Full Changelog: postfinance/kubelet-csr-approver@v1.2.11...v1.2.12

🐛 Bug Fixes
  • Update Go version in publish workflow - (ee6d86d)
  • Upgrade Go version from 1.24 to 1.25 in workflows - (6b9467a)
⚙️ Miscellaneous Tasks
Build
  • (deps) Bump actions/setup-go from 5 to 6 - (f181281)
  • (deps) Bump actions/setup-python from 5 to 6 - (941f1b9)
  • (deps) Bump sigs.k8s.io/controller-runtime from 0.22.0 to 0.22.3 - (0bd131b)

v1.2.11

Compare Source

Full Changelog: postfinance/kubelet-csr-approver@v1.2.11...v1.2.12

🐛 Bug Fixes
  • Update Go version in publish workflow - (ee6d86d)
  • Upgrade Go version from 1.24 to 1.25 in workflows - (6b9467a)
⚙️ Miscellaneous Tasks
Build
  • (deps) Bump actions/setup-go from 5 to 6 - (f181281)
  • (deps) Bump actions/setup-python from 5 to 6 - (941f1b9)
  • (deps) Bump sigs.k8s.io/controller-runtime from 0.22.0 to 0.22.3 - (0bd131b)

v1.2.10

Compare Source

v1.2.8

Compare Source

Full Changelog: postfinance/kubelet-csr-approver@v1.2.8...v1.2.9

🐛 Bug Fixes
  • (helm) Add global.clusterDomain config - (f44800e)
Build
  • (gh-action) Add automated github release creation - (8b29ff6)
  • (helm) Improve helm test - (a2b4e3f)
  • Add automatic git-cliff changelog.md - (4d35bda)

v1.2.7

Compare Source

Full Changelog: postfinance/kubelet-csr-approver@v1.2.7...v1.2.8

Build
  • (deps) Bump golang.org/x/net from 0.36.0 to 0.38.0 - (292db56)
  • (deps) Bump actions/checkout from 3 to 4 - (792df13)
  • (deps) Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 - (b4e0b1c)
  • (deps) Bump k8s.io/client-go from 0.33.0 to 0.33.1 - (f1cf168)
  • Update to k8s api 1.33 - (f9d1a3c)
  • Fix helm chart following helm 3.18 - (c41aa13)
  • Update controller-runtime to v0.21.0 - (0344ec5)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Apr 19, 2025

Copy link
Copy Markdown
--- kubernetes/apps/kube-system/kubelet-csr-approver/app Kustomization: flux-system/kubelet-csr-approver HelmRelease: kube-system/kubelet-csr-approver

+++ kubernetes/apps/kube-system/kubelet-csr-approver/app Kustomization: flux-system/kubelet-csr-approver HelmRelease: kube-system/kubelet-csr-approver

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

     spec:
       chart: kubelet-csr-approver
       sourceRef:
         kind: HelmRepository
         name: postfinance
         namespace: flux-system
-      version: 1.2.6
+      version: 1.2.13
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@github-actions

github-actions Bot commented Apr 19, 2025

Copy link
Copy Markdown
--- HelmRelease: kube-system/kubelet-csr-approver Deployment: kube-system/kubelet-csr-approver

+++ HelmRelease: kube-system/kubelet-csr-approver Deployment: kube-system/kubelet-csr-approver

@@ -25,21 +25,21 @@

       containers:
       - name: kubelet-csr-approver
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
-            - all
+            - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/postfinance/kubelet-csr-approver:v1.2.6
+        image: ghcr.io/postfinance/kubelet-csr-approver:v1.2.13
         imagePullPolicy: IfNotPresent
         args:
         - -metrics-bind-address
         - :8080
         - -health-probe-bind-address
         - :8081
--- HelmRelease: kube-system/kubelet-csr-approver ServiceMonitor: kube-system/kubelet-csr-approver

+++ HelmRelease: kube-system/kubelet-csr-approver ServiceMonitor: kube-system/kubelet-csr-approver

@@ -1,26 +0,0 @@

----
-apiVersion: monitoring.coreos.com/v1
-kind: ServiceMonitor
-metadata:
-  name: kubelet-csr-approver
-  namespace: kube-system
-  labels:
-    app.kubernetes.io/name: kubelet-csr-approver
-    app.kubernetes.io/instance: kubelet-csr-approver
-    app.kubernetes.io/managed-by: Helm
-spec:
-  jobLabel: kubelet-csr-approver
-  namespaceSelector:
-    matchNames:
-    - kube-system
-  selector:
-    matchLabels:
-      app.kubernetes.io/name: kubelet-csr-approver
-      app.kubernetes.io/instance: kubelet-csr-approver
-  endpoints:
-  - port: metrics
-    path: /metrics
-    scheme: http
-    interval: 1m
-    scrapeTimeout: 10s
-

@renovate renovate Bot changed the title fix(helm): update chart kubelet-csr-approver to 1.2.7 fix(helm): update chart kubelet-csr-approver to 1.2.8 May 27, 2025
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from dab55b0 to 7ca0ac5 Compare May 27, 2025 16:50
@renovate renovate Bot changed the title fix(helm): update chart kubelet-csr-approver to 1.2.8 fix(helm): update chart kubelet-csr-approver to 1.2.10 May 28, 2025
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from 7ca0ac5 to 2a8a9ca Compare May 28, 2025 20:27
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from 2a8a9ca to f89d768 Compare August 10, 2025 13:24
@renovate renovate Bot changed the title fix(helm): update chart kubelet-csr-approver to 1.2.10 fix(helm): update chart kubelet-csr-approver to 1.2.11 Sep 7, 2025
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from f89d768 to 858441a Compare September 7, 2025 23:49
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from 858441a to 22a4215 Compare October 21, 2025 09:15
@renovate renovate Bot changed the title fix(helm): update chart kubelet-csr-approver to 1.2.11 fix(helm): update chart kubelet-csr-approver to 1.2.12 Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from 22a4215 to 433578b Compare November 5, 2025 16:39
@renovate renovate Bot changed the title fix(helm): update chart kubelet-csr-approver to 1.2.12 fix(helm): update chart kubelet-csr-approver to 1.2.13 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/kubelet-csr-approver-1.x branch from 433578b to a0c34c0 Compare February 4, 2026 10:34
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