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

feat(helm): update intel-device-plugins-operator ( 0.28.0 → 0.29.0 ) #6617

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Dec 20, 2023

This PR contains the following updates:

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

Release Notes

intel/helm-charts (intel-device-plugins-operator)

v0.29.0

Compare Source

A Helm chart for Intel GPU Device Plugin


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.


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

This PR has been generated by Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner December 20, 2023 14:06
@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 20, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 20, 2023

--- kubernetes/main HelmRelease: tools/intel-device-plugin-operator Deployment: tools/inteldeviceplugins-controller-manager

+++ kubernetes/main HelmRelease: tools/intel-device-plugin-operator Deployment: tools/inteldeviceplugins-controller-manager

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

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

       - 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.14.1
+        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
         name: kube-rbac-proxy
         ports:
         - containerPort: 8443
           name: https
         securityContext:
           allowPrivilegeEscalation: false
--- kubernetes/main HelmRelease: tools/intel-device-plugin-operator MutatingWebhookConfiguration: tools/inteldeviceplugins-mutating-webhook-configuration

+++ kubernetes/main HelmRelease: tools/intel-device-plugin-operator MutatingWebhookConfiguration: tools/inteldeviceplugins-mutating-webhook-configuration

@@ -159,32 +159,30 @@

   - apiGroups:
     - ''
     apiVersions:
     - v1
     operations:
     - CREATE
-    - UPDATE
     resources:
     - pods
   sideEffects: None
 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: inteldeviceplugins-webhook-service
       namespace: tools
-      path: /pods-sgx
+      path: /mutate--v1-pod
   failurePolicy: Ignore
   name: sgx.mutator.webhooks.intel.com
   reinvocationPolicy: IfNeeded
   rules:
   - apiGroups:
     - ''
     apiVersions:
     - v1
     operations:
     - CREATE
-    - UPDATE
     resources:
     - pods
   sideEffects: None
 

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 20, 2023

--- kubernetes/main/apps/tools/intel-device-plugin/app Kustomization: flux-system/intel-device-plugin HelmRelease: tools/intel-device-plugin-operator

+++ kubernetes/main/apps/tools/intel-device-plugin/app Kustomization: flux-system/intel-device-plugin HelmRelease: tools/intel-device-plugin-operator

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

     spec:
       chart: intel-device-plugins-operator
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.28.0
+      version: 0.29.0
   dependsOn:
   - name: node-feature-discovery
     namespace: tools
   install:
     crds: CreateReplace
     remediation:

@onedr0p onedr0p merged commit 758d777 into main Dec 20, 2023
12 checks passed
@onedr0p onedr0p deleted the renovate/main-intel-device-plugins-operator-0.x branch December 20, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant