feat(helm): update longhorn ( 1.11.3 → 1.12.1 ) - #368
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- 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 |
--- 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
Bot
force-pushed
the
renovate/longhorn-1.x
branch
from
June 11, 2026 17:07
747d9bf to
e403d6d
Compare
renovate
Bot
force-pushed
the
renovate/longhorn-1.x
branch
from
June 22, 2026 18:00
e403d6d to
ffe1d9b
Compare
renovate
Bot
force-pushed
the
renovate/longhorn-1.x
branch
from
July 2, 2026 03:48
ffe1d9b to
1514c04
Compare
renovate
Bot
force-pushed
the
renovate/longhorn-1.x
branch
from
July 21, 2026 03:59
1514c04 to
26a85a8
Compare
renovate
Bot
force-pushed
the
renovate/longhorn-1.x
branch
from
August 12, 2026 00:35
26a85a8 to
3da4e9f
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:
1.11.x→1.12.xRelease Notes
longhorn/charts (longhorn)
v1.12.1Compare Source
Longhorn is a distributed block storage system for Kubernetes.
v1.12.0Compare Source
Longhorn is a distributed block storage system for Kubernetes.
Configuration
📅 Schedule: (in timezone Europe/Lisbon)
🚦 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 was generated by Mend Renovate. View the repository job log.