feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.1 )#393
Open
flkr-23[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.1 )#393flkr-23[bot] wants to merge 1 commit intomainfrom
flkr-23[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/storage/csi-driver-nfs/app Kustomization: storage/csi-driver-nfs HelmRelease: storage/csi-driver-nfs
+++ kubernetes/apps/storage/csi-driver-nfs/app Kustomization: storage/csi-driver-nfs HelmRelease: storage/csi-driver-nfs
@@ -13,13 +13,13 @@
spec:
chart: csi-driver-nfs
sourceRef:
kind: HelmRepository
name: csi-driver-nfs
namespace: flux-system
- version: 4.11.0
+ version: 4.13.1
install:
remediation:
retries: 3
interval: 1h
upgrade:
cleanupOnFail: true |
Contributor
Author
--- HelmRelease: storage/csi-driver-nfs DaemonSet: storage/csi-nfs-node
+++ HelmRelease: storage/csi-driver-nfs DaemonSet: storage/csi-nfs-node
@@ -34,13 +34,13 @@
nodeSelector:
kubernetes.io/os: linux
tolerations:
- operator: Exists
containers:
- name: liveness-probe
- image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
+ image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --http-endpoint=localhost:29653
- --v=2
imagePullPolicy: IfNotPresent
@@ -56,13 +56,13 @@
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
- name: node-driver-registrar
- image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
+ image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
args:
- --v=2
- --csi-address=/csi/csi.sock
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
env:
- name: DRIVER_REG_SOCK_PATH
@@ -93,13 +93,13 @@
capabilities:
add:
- SYS_ADMIN
drop:
- ALL
allowPrivilegeEscalation: true
- image: registry.k8s.io/sig-storage/nfsplugin:v4.11.0
+ image: registry.k8s.io/sig-storage/nfsplugin:v4.13.1
args:
- --v=5
- --nodeid=$(NODE_ID)
- --endpoint=$(CSI_ENDPOINT)
- --drivername=nfs.csi.k8s.io
- --mount-permissions=0
--- HelmRelease: storage/csi-driver-nfs Deployment: storage/csi-nfs-controller
+++ HelmRelease: storage/csi-driver-nfs Deployment: storage/csi-nfs-controller
@@ -44,13 +44,13 @@
operator: Exists
- effect: NoSchedule
key: CriticalAddonsOnly
operator: Exists
containers:
- name: csi-provisioner
- image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
+ image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.0
args:
- -v=2
- --csi-address=$(ADDRESS)
- --leader-election
- --leader-election-namespace=storage
- --extra-create-metadata=true
@@ -73,13 +73,13 @@
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
- name: csi-resizer
- image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
+ image: registry.k8s.io/sig-storage/csi-resizer:v2.0.0
args:
- -csi-address=$(ADDRESS)
- -v=2
- -leader-election
- --leader-election-namespace=storage
- -handle-volume-inuse-error=false
@@ -98,13 +98,13 @@
memory: 20Mi
securityContext:
capabilities:
drop:
- ALL
- name: csi-snapshotter
- image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
+ image: registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0
args:
- --v=2
- --csi-address=$(ADDRESS)
- --leader-election-namespace=storage
- --leader-election
- --timeout=1200s
@@ -124,13 +124,13 @@
mountPath: /csi
securityContext:
capabilities:
drop:
- ALL
- name: liveness-probe
- image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
+ image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --http-endpoint=localhost:29652
- --v=2
imagePullPolicy: IfNotPresent
@@ -146,13 +146,13 @@
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
- name: nfs
- image: registry.k8s.io/sig-storage/nfsplugin:v4.11.0
+ image: registry.k8s.io/sig-storage/nfsplugin:v4.13.1
securityContext:
privileged: true
capabilities:
add:
- SYS_ADMIN
drop:
@@ -165,12 +165,13 @@
- --endpoint=$(CSI_ENDPOINT)
- --drivername=nfs.csi.k8s.io
- --mount-permissions=0
- --working-mount-dir=/tmp
- --default-ondelete-policy=delete
- --use-tar-command-in-snapshot=false
+ - --enable-snapshot-compression=true
env:
- name: NODE_ID
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: CSI_ENDPOINT |
ea5fe4e to
4bea132
Compare
4bea132 to
82a6d64
Compare
82a6d64 to
00309d4
Compare
00309d4 to
c2e1802
Compare
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:
4.11.0→4.13.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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.