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(csi-driver-nfs): update helm-release to v4.6.0 #2363

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
csi-driver-nfs minor v4.5.0 -> v4.6.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/minor a minor update labels Jan 17, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/kube-system/csi-driver-nfs/app Kustomization: flux-system/apps-csi-driver-nfs HelmRelease: kube-system/csi-driver-nfs

+++ kubernetes/talos-flux/apps/kube-system/csi-driver-nfs/app Kustomization: flux-system/apps-csi-driver-nfs HelmRelease: kube-system/csi-driver-nfs

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

     spec:
       chart: csi-driver-nfs
       sourceRef:
         kind: HelmRepository
         name: csi-driver-nfs-charts
         namespace: flux-system
-      version: v4.5.0
+      version: v4.6.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: kube-system/csi-driver-nfs DaemonSet: kube-system/csi-nfs-node

+++ HelmRelease: kube-system/csi-driver-nfs DaemonSet: kube-system/csi-nfs-node

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

           requests:
             cpu: 10m
             memory: 20Mi
         securityContext:
           readOnlyRootFilesystem: true
       - name: node-driver-registrar
-        image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0
+        image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1
         livenessProbe:
           exec:
             command:
             - /csi-node-driver-registrar
             - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
             - --mode=kubelet-registration-probe
@@ -93,13 +93,13 @@

           privileged: true
           capabilities:
             add:
             - SYS_ADMIN
           allowPrivilegeEscalation: true
           readOnlyRootFilesystem: true
-        image: registry.k8s.io/sig-storage/nfsplugin:v4.5.0
+        image: registry.k8s.io/sig-storage/nfsplugin:v4.6.0
         args:
         - --v=5
         - --nodeid=$(NODE_ID)
         - --endpoint=$(CSI_ENDPOINT)
         - --drivername=nfs.csi.k8s.io
         - --mount-permissions=0
--- HelmRelease: kube-system/csi-driver-nfs Deployment: kube-system/csi-nfs-controller

+++ HelmRelease: kube-system/csi-driver-nfs Deployment: kube-system/csi-nfs-controller

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

         operator: Exists
       - effect: NoSchedule
         key: node-role.kubernetes.io/control-plane
         operator: Exists
       containers:
       - name: csi-provisioner
-        image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.1
+        image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
         args:
         - -v=2
         - --csi-address=$(ADDRESS)
         - --leader-election
         - --leader-election-namespace=kube-system
         - --extra-create-metadata=true
@@ -65,13 +65,13 @@

           requests:
             cpu: 10m
             memory: 20Mi
         securityContext:
           readOnlyRootFilesystem: true
       - name: csi-snapshotter
-        image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.1
+        image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
         args:
         - --v=2
         - --csi-address=$(ADDRESS)
         - --leader-election-namespace=kube-system
         - --leader-election
         - --timeout=1200s
@@ -105,13 +105,13 @@

           requests:
             cpu: 10m
             memory: 20Mi
         securityContext:
           readOnlyRootFilesystem: true
       - name: nfs
-        image: registry.k8s.io/sig-storage/nfsplugin:v4.5.0
+        image: registry.k8s.io/sig-storage/nfsplugin:v4.6.0
         securityContext:
           privileged: true
           capabilities:
             add:
             - SYS_ADMIN
           allowPrivilegeEscalation: true

@tyriis-automation
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 1.99s
✅ YAML prettier 1 0 0.39s
✅ YAML yamllint 1 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot merged commit 5bf6b47 into main Jan 17, 2024
13 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/csi-driver-nfs-4.x branch January 17, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/talos-flux renovate/flux renovate flux manager renovate/helm renovate helm datasource type/minor a minor update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants