chkpwd / iac

https://blog.chkpwd.com
MIT License
56 stars 4 forks source link

chore(deps): update helm release intel-device-plugins-operator to v0.30.0 #1113

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change
intel-device-plugins-operator minor 0.29.0 -> 0.30.0

Release Notes

intel/helm-charts (intel-device-plugins-operator) ### [`v0.30.0`](https://togithub.com/intel/helm-charts/releases/tag/intel-device-plugins-operator-0.30.0) [Compare Source](https://togithub.com/intel/helm-charts/compare/intel-device-plugins-operator-0.29.0...intel-device-plugins-operator-0.30.0) A Helm chart for Intel Device Plugins Operator for Kubernetes

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 Mend Renovate. View repository job log here.

github-actions[bot] commented 2 weeks ago
--- HelmRelease: system/intel-device-plugins-operator Deployment: system/inteldeviceplugins-controller-manager

+++ HelmRelease: system/intel-device-plugins-operator Deployment: system/inteldeviceplugins-controller-manager

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

       - args: null
         env:
         - name: DEVICEPLUGIN_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: intel/intel-deviceplugin-operator:0.29.0
+        image: intel/intel-deviceplugin-operator:0.30.0
         imagePullPolicy: IfNotPresent
         name: manager
         ports:
         - containerPort: 9443
           name: webhook-server
           protocol: TCP
@@ -55,23 +55,25 @@

       - args:
         - --secure-listen-address=0.0.0.0:8443
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
         - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
         - --v=10
-        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
+        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
         name: kube-rbac-proxy
         ports:
         - containerPort: 8443
           name: https
         securityContext:
           allowPrivilegeEscalation: false
           readOnlyRootFilesystem: true
           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
+          seccompProfile:
+            type: RuntimeDefault
       nodeSelector:
         kubernetes.io/arch: amd64
       serviceAccountName: default
       terminationGracePeriodSeconds: 10
       volumes:
       - name: cert
github-actions[bot] commented 2 weeks ago
--- kubernetes/core/system/intel-device-plugin-system/app Kustomization: flux-system/core-system-intel-device-plugin HelmRelease: system/intel-device-plugins-operator

+++ kubernetes/core/system/intel-device-plugin-system/app Kustomization: flux-system/core-system-intel-device-plugin HelmRelease: system/intel-device-plugins-operator

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

       chart: intel-device-plugins-operator
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.29.0
+      version: 0.30.0
   dependsOn:
   - name: node-feature-discovery
     namespace: system
   install:
     remediation:
       retries: 3