Skip to content

feat(helm): update longhorn ( 1.11.3 → 1.12.1 ) - #368

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/longhorn-1.x
Open

feat(helm): update longhorn ( 1.11.3 → 1.12.1 )#368
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/longhorn-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
longhorn (source) minor 1.11.x1.12.x

Release Notes

longhorn/charts (longhorn)

v1.12.1

Compare Source

Longhorn is a distributed block storage system for Kubernetes.

v1.12.0

Compare Source

Longhorn is a distributed block storage system for Kubernetes.


Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
--- kubernetes/apps/storage/longhorn/app Kustomization: flux-system/longhorn HelmRelease: storage/longhorn

+++ kubernetes/apps/storage/longhorn/app Kustomization: flux-system/longhorn HelmRelease: storage/longhorn

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

     spec:
       chart: longhorn
       sourceRef:
         kind: HelmRepository
         name: longhorn-charts
         namespace: flux-system
-      version: 1.11.x
+      version: 1.12.x
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 5m

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
--- HelmRelease: storage/longhorn ClusterRole: storage/longhorn-role

+++ HelmRelease: storage/longhorn ClusterRole: storage/longhorn-role

@@ -112,12 +112,14 @@

   - '*'
 - apiGroups:
   - longhorn.io
   resources:
   - volumes
   - volumes/status
+  - enginefrontends
+  - enginefrontends/status
   - engines
   - engines/status
   - replicas
   - replicas/status
   - settings
   - settings/status
--- HelmRelease: storage/longhorn DaemonSet: storage/longhorn-manager

+++ HelmRelease: storage/longhorn DaemonSet: storage/longhorn-manager

@@ -20,32 +20,32 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: longhorn
         app: longhorn-manager
     spec:
       containers:
       - name: longhorn-manager
-        image: docker.io/longhornio/longhorn-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-manager:v1.12.0
         imagePullPolicy: IfNotPresent
         securityContext:
           privileged: true
         command:
         - longhorn-manager
         - -d
         - daemon
         - --engine-image
-        - docker.io/longhornio/longhorn-engine:v1.11.3
+        - docker.io/longhornio/longhorn-engine:v1.12.0
         - --instance-manager-image
-        - docker.io/longhornio/longhorn-instance-manager:v1.11.3
+        - docker.io/longhornio/longhorn-instance-manager:v1.12.0
         - --share-manager-image
-        - docker.io/longhornio/longhorn-share-manager:v1.11.3
+        - docker.io/longhornio/longhorn-share-manager:v1.12.0
         - --backing-image-manager-image
-        - docker.io/longhornio/backing-image-manager:v1.11.3
+        - docker.io/longhornio/backing-image-manager:v1.12.0
         - --support-bundle-manager-image
-        - docker.io/longhornio/support-bundle-kit:v0.0.88
+        - docker.io/longhornio/support-bundle-kit:v0.0.86
         - --manager-image
-        - docker.io/longhornio/longhorn-manager:v1.11.3
+        - docker.io/longhornio/longhorn-manager:v1.12.0
         - --service-account
         - longhorn-service-account
         - --upgrade-version-check
         ports:
         - containerPort: 9500
           name: manager
@@ -93,13 +93,13 @@

             fieldRef:
               fieldPath: spec.nodeName
         - name: LONGHORN_DISTRO
           value: longhorn
       - name: pre-pull-share-manager-image
         imagePullPolicy: IfNotPresent
-        image: docker.io/longhornio/longhorn-share-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-share-manager:v1.12.0
         command:
         - sh
         - -c
         - echo share-manager image pulled && sleep infinity
       volumes:
       - name: boot
--- HelmRelease: storage/longhorn Deployment: storage/longhorn-driver-deployer

+++ HelmRelease: storage/longhorn Deployment: storage/longhorn-driver-deployer

@@ -20,28 +20,28 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: longhorn
         app: longhorn-driver-deployer
     spec:
       initContainers:
       - name: wait-longhorn-manager
-        image: docker.io/longhornio/longhorn-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-manager:v1.12.0
         command:
         - sh
         - -c
         - while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1)
           != "200" ]; do echo waiting; sleep 2; done
       containers:
       - name: longhorn-driver-deployer
-        image: docker.io/longhornio/longhorn-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-manager:v1.12.0
         imagePullPolicy: IfNotPresent
         command:
         - longhorn-manager
         - -d
         - deploy-driver
         - --manager-image
-        - docker.io/longhornio/longhorn-manager:v1.11.3
+        - docker.io/longhornio/longhorn-manager:v1.12.0
         - --manager-url
         - http://longhorn-backend:9500/v1
         env:
         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
@@ -54,19 +54,19 @@

           valueFrom:
             fieldRef:
               fieldPath: spec.serviceAccountName
         - name: CSI_ATTACHER_IMAGE
           value: docker.io/longhornio/csi-attacher:v4.12.0
         - name: CSI_PROVISIONER_IMAGE
-          value: docker.io/longhornio/csi-provisioner:v6.3.0
+          value: docker.io/longhornio/csi-provisioner:v5.3.0-20260514
         - name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
           value: docker.io/longhornio/csi-node-driver-registrar:v2.17.0
         - name: CSI_RESIZER_IMAGE
-          value: docker.io/longhornio/csi-resizer:v2.2.0
+          value: docker.io/longhornio/csi-resizer:v2.1.0-20260514
         - name: CSI_SNAPSHOTTER_IMAGE
-          value: docker.io/longhornio/csi-snapshotter:v8.6.0
+          value: docker.io/longhornio/csi-snapshotter:v8.5.0-20260514
         - name: CSI_LIVENESS_PROBE_IMAGE
           value: docker.io/longhornio/livenessprobe:v2.19.0
       priorityClassName: longhorn-critical
       serviceAccountName: longhorn-service-account
       securityContext:
         runAsUser: 0
--- HelmRelease: storage/longhorn Deployment: storage/longhorn-ui

+++ HelmRelease: storage/longhorn Deployment: storage/longhorn-ui

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

                   values:
                   - longhorn-ui
               topologyKey: kubernetes.io/hostname
             weight: 1
       containers:
       - name: longhorn-ui
-        image: docker.io/longhornio/longhorn-ui:v1.11.3
+        image: docker.io/longhornio/longhorn-ui:v1.12.0
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: nginx-cache
           mountPath: /var/cache/nginx/
         - name: nginx-config
           mountPath: /var/config/nginx/
--- HelmRelease: storage/longhorn Job: storage/longhorn-post-upgrade

+++ HelmRelease: storage/longhorn Job: storage/longhorn-post-upgrade

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

         app.kubernetes.io/name: longhorn
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: longhorn
     spec:
       containers:
       - name: longhorn-post-upgrade
-        image: docker.io/longhornio/longhorn-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-manager:v1.12.0
         imagePullPolicy: IfNotPresent
         command:
         - longhorn-manager
         - post-upgrade
         env:
         - name: POD_NAMESPACE
--- HelmRelease: storage/longhorn Job: storage/longhorn-pre-upgrade

+++ HelmRelease: storage/longhorn Job: storage/longhorn-pre-upgrade

@@ -21,23 +21,25 @@

         app.kubernetes.io/name: longhorn
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: longhorn
     spec:
       containers:
       - name: longhorn-pre-upgrade
-        image: docker.io/longhornio/longhorn-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-manager:v1.12.0
         imagePullPolicy: IfNotPresent
         securityContext:
           privileged: true
         command:
         - longhorn-manager
         - pre-upgrade
         volumeMounts:
         - name: proc
           mountPath: /host/proc/
         env:
+        - name: LONGHORN_DISTRO
+          value: longhorn
         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
       volumes:
       - name: proc
--- HelmRelease: storage/longhorn Job: storage/longhorn-uninstall

+++ HelmRelease: storage/longhorn Job: storage/longhorn-uninstall

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

         app.kubernetes.io/name: longhorn
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: longhorn
     spec:
       containers:
       - name: longhorn-uninstall
-        image: docker.io/longhornio/longhorn-manager:v1.11.3
+        image: docker.io/longhornio/longhorn-manager:v1.12.0
         imagePullPolicy: IfNotPresent
         command:
         - longhorn-manager
         - uninstall
         - --force
         env:

@renovate
renovate Bot force-pushed the renovate/longhorn-1.x branch from 747d9bf to e403d6d Compare June 11, 2026 17:07
@renovate
renovate Bot force-pushed the renovate/longhorn-1.x branch from e403d6d to ffe1d9b Compare June 22, 2026 18:00
@renovate renovate Bot changed the title feat(helm): update longhorn ( 1.11.2 → 1.12.0 ) feat(helm): update longhorn ( 1.11.3 → 1.12.0 ) Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/longhorn-1.x branch from ffe1d9b to 1514c04 Compare July 2, 2026 03:48
@renovate
renovate Bot force-pushed the renovate/longhorn-1.x branch from 1514c04 to 26a85a8 Compare July 21, 2026 03:59
@renovate
renovate Bot force-pushed the renovate/longhorn-1.x branch from 26a85a8 to 3da4e9f Compare August 12, 2026 00:35
@renovate renovate Bot changed the title feat(helm): update longhorn ( 1.11.3 → 1.12.0 ) feat(helm): update longhorn ( 1.11.3 → 1.12.1 ) Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants