chore(deps): update registry.k8s.io/csi-vsphere/driver docker tag to v3.7.1#147
Open
Varashi wants to merge 1 commit into
Open
chore(deps): update registry.k8s.io/csi-vsphere/driver docker tag to v3.7.1#147Varashi wants to merge 1 commit into
Varashi wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughThis pull request updates the vsphere-csi driver container image from version 3.7.0 to 3.7.1 across three Kubernetes workload specifications: the controller Deployment and two node DaemonSets (Linux and Windows). The change is applied consistently throughout the manifest. ChangesVSphere CSI Driver Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
--- cluster-talos/kubernetes/infrastructure/core/vsphere-csi/app Kustomization: flux-system/vsphere-csi Deployment: vmware-system-csi/vsphere-csi-controller
+++ cluster-talos/kubernetes/infrastructure/core/vsphere-csi/app Kustomization: flux-system/vsphere-csi Deployment: vmware-system-csi/vsphere-csi-controller
@@ -106,13 +106,13 @@
- name: INCLUSTER_CLIENT_BURST
value: '100'
- name: CSI_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: registry.k8s.io/csi-vsphere/driver:v3.7.0
+ image: registry.k8s.io/csi-vsphere/driver:v3.7.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: healthz
--- cluster-talos/kubernetes/infrastructure/core/vsphere-csi/app Kustomization: flux-system/vsphere-csi DaemonSet: vmware-system-csi/vsphere-csi-node
+++ cluster-talos/kubernetes/infrastructure/core/vsphere-csi/app Kustomization: flux-system/vsphere-csi DaemonSet: vmware-system-csi/vsphere-csi-node
@@ -64,13 +64,13 @@
- name: CSI_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NODEGETINFO_WATCH_TIMEOUT_MINUTES
value: '1'
- image: registry.k8s.io/csi-vsphere/driver:v3.7.0
+ image: registry.k8s.io/csi-vsphere/driver:v3.7.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: healthz
--- cluster-talos/kubernetes/infrastructure/core/vsphere-csi/app Kustomization: flux-system/vsphere-csi DaemonSet: vmware-system-csi/vsphere-csi-node-windows
+++ cluster-talos/kubernetes/infrastructure/core/vsphere-csi/app Kustomization: flux-system/vsphere-csi DaemonSet: vmware-system-csi/vsphere-csi-node-windows
@@ -67,13 +67,13 @@
- name: CSI_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NODEGETINFO_WATCH_TIMEOUT_MINUTES
value: '1'
- image: registry.k8s.io/csi-vsphere/driver:v3.7.0
+ image: registry.k8s.io/csi-vsphere/driver:v3.7.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: healthz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.7.0→v3.7.1Configuration
📅 Schedule: (UTC)
🚦 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.