haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(helm): update kubelet-csr-approver ( 1.2.2 β†’ 1.2.3 ) [main] #5626

Closed doug-piranha-bot[bot] closed 2 days ago

doug-piranha-bot[bot] commented 2 days ago

This PR contains the following updates:

Package Update Change
kubelet-csr-approver patch 1.2.2 -> 1.2.3

Release Notes

postfinance/kubelet-csr-approver (kubelet-csr-approver) ### [`v1.2.3`](https://redirect.github.com/postfinance/kubelet-csr-approver/releases/tag/v1.2.3) [Compare Source](https://redirect.github.com/postfinance/kubelet-csr-approver/compare/v1.2.2...v1.2.3) #### What's Changed ##### πŸ‘’ Dependencies - build(deps): bump ko-build/setup-ko from 0.6 to 0.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/postfinance/kubelet-csr-approver/pull/264](https://redirect.github.com/postfinance/kubelet-csr-approver/pull/264) - build(deps): bump k8s.io/client-go from 0.30.2 to 0.30.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/postfinance/kubelet-csr-approver/pull/266](https://redirect.github.com/postfinance/kubelet-csr-approver/pull/266) - build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/postfinance/kubelet-csr-approver/pull/268](https://redirect.github.com/postfinance/kubelet-csr-approver/pull/268) - build(deps): bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/postfinance/kubelet-csr-approver/pull/269](https://redirect.github.com/postfinance/kubelet-csr-approver/pull/269) - build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/postfinance/kubelet-csr-approver/pull/275](https://redirect.github.com/postfinance/kubelet-csr-approver/pull/275) - build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/postfinance/kubelet-csr-approver/pull/277](https://redirect.github.com/postfinance/kubelet-csr-approver/pull/277) **Full Changelog**: https://github.com/postfinance/kubelet-csr-approver/compare/v1.2.2...v1.2.3

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.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 2 days ago
--- kubernetes/main/apps/kube-system/kubelet-csr-approver/app Kustomization: flux-system/kubelet-csr-approver HelmRelease: kube-system/kubelet-csr-approver

+++ kubernetes/main/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.2
+      version: 1.2.3
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
doug-piranha-bot[bot] commented 2 days ago
--- HelmRelease: kube-system/kubelet-csr-approver Deployment: kube-system/kubelet-csr-approver

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

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

           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/postfinance/kubelet-csr-approver:v1.2.2
+        image: ghcr.io/postfinance/kubelet-csr-approver:v1.2.3
         imagePullPolicy: IfNotPresent
         args:
         - -metrics-bind-address
         - :8080
         - -health-probe-bind-address
         - :8081