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

⬆(helm): helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) #192

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

ktvbot[bot]
Copy link
Contributor

@ktvbot ktvbot bot commented Jun 19, 2024

This PR contains the following updates:

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

Release Notes

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

v1.2.2

Compare Source

Full Changelog: postfinance/kubelet-csr-approver@v1.2.1...v1.2.2

🚀 Features
  • Allow specifying (optional) priorityClass - (44e2c43)
Build
  • (deps) Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 - (c33c45d)
  • (deps) Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 - (3b56613)
  • (deps) Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 - (846d113)
  • (deps) Bump k8s.io/client-go from 0.30.1 to 0.30.2 - (f91bfba)

Configuration

📅 Schedule: Branch creation - "after 8am,before 11pm" in timezone America/New_York, 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 has been generated by Renovate Bot.

Copy link

github-actions bot commented Jun 19, 2024

--- 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.1
+      version: 1.2.2
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
--- kubernetes/apps/actions-runner-system/ghar-scale-set/arc-zoo Kustomization: flux-system/ghar-zoo HelmRelease: actions-runner-system/ghar-set-zoo

+++ kubernetes/apps/actions-runner-system/ghar-scale-set/arc-zoo Kustomization: flux-system/ghar-zoo HelmRelease: actions-runner-system/ghar-set-zoo

@@ -41,25 +41,19 @@

     minRunners: 2
     nameOverride: ghar-set-zoo
     runnerScaleSetName: ghar-set-zoo
     template:
       spec:
         containers:
-        - annotations:
-            reloader.stakater.com/auto: 'true'
-          command:
+        - command:
           - /home/runner/run.sh
           image: ghcr.io/kflix-tv/actions-runner:2.317.0@sha256:f05a3e263d66ff0065143d07480200d310d469650283b805de986d44775412ae
           name: runner
           volumeMounts:
           - mountPath: /home/runner/.docker/config.json
             name: docker-config-json
-            readOnly: true
             subPath: config.json
         volumes:
         - name: docker-config-json
           secret:
-            items:
-            - key: .dockerconfigjson
             secretName: docker-config-json
-            secretNamespace: actions-runner-system
 

Copy link

github-actions bot commented Jun 19, 2024

--- 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.1
+        image: ghcr.io/postfinance/kubelet-csr-approver:v1.2.2
         imagePullPolicy: IfNotPresent
         args:
         - -metrics-bind-address
         - :8080
         - -health-probe-bind-address
         - :8081
--- HelmRelease: actions-runner-system/ghar-set-zoo AutoscalingRunnerSet: actions-runner-system/ghar-set-zoo

+++ HelmRelease: actions-runner-system/ghar-set-zoo AutoscalingRunnerSet: actions-runner-system/ghar-set-zoo

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

     app.kubernetes.io/instance: ghar-set-zoo
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: ghar-set-zoo
     actions.github.com/scale-set-namespace: actions-runner-system
   annotations:
-    actions.github.com/values-hash: 220494303c8cfa970941d7f1850f63ae39f3fd1952fdaf634f72c14b1c11920
+    actions.github.com/values-hash: 7f8ebb9718edfb99b9319e105560a20bcbc9551c1b7e62d500e89d4037d153b
     actions.github.com/cleanup-manager-role-binding: ghar-set-zoo-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: ghar-set-zoo-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: ghar-set-zoo-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/kflix-tv
   githubConfigSecret: actions-runner-controller-auth-secret
@@ -39,26 +39,23 @@

         - /home/runner/tmpDir/
         volumeMounts:
         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
-        annotations:
-          reloader.stakater.com/auto: 'true'
         command:
         - /home/runner/run.sh
         image: ghcr.io/kflix-tv/actions-runner:2.317.0@sha256:f05a3e263d66ff0065143d07480200d310d469650283b805de986d44775412ae
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
         - mountPath: /home/runner/.docker/config.json
           name: docker-config-json
-          readOnly: true
           subPath: config.json
         - name: work
           mountPath: /home/runner/_work
         - name: dind-sock
           mountPath: /var/run
       - name: dind
@@ -85,11 +82,8 @@

       - name: dind-externals
         emptyDir: {}
       - name: work
         emptyDir: {}
       - name: docker-config-json
         secret:
-          items:
-          - key: .dockerconfigjson
           secretName: docker-config-json
-          secretNamespace: actions-runner-system
 

@ktvbot ktvbot bot changed the title fix(helm): update chart kubelet-csr-approver ( 1.2.1 → 1.2.2 ) fix(helm): update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title fix(helm): update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(helm): Update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(helm): Update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(helm): update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(helm): update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(deps): update chart kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(deps): update chart kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(deps): Update chart kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(deps): Update chart kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(deps): Update Helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(deps): Update Helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) fix(helm): update helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title fix(helm): update helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(helm): update helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(helm): update helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(helm): update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot changed the title ⬆(helm): update kubelet-csr-approver ( 1.2.1 → 1.2.2 ) ⬆(helm): helm release kubelet-csr-approver ( 1.2.1 → 1.2.2 ) Jun 19, 2024
@ktvbot ktvbot bot force-pushed the renovate/kubelet-csr-approver-1.x branch from ab91936 to 24e6243 Compare June 19, 2024 23:21
@ktvbot ktvbot bot force-pushed the renovate/kubelet-csr-approver-1.x branch from 24e6243 to c9a68ec Compare June 20, 2024 00:05
@kiliantyler kiliantyler merged commit 3e56fda into main Jun 20, 2024
8 checks passed
@kiliantyler kiliantyler deleted the renovate/kubelet-csr-approver-1.x branch June 20, 2024 01:06
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.

None yet

1 participant