feat(helm): update chart longhorn ( 1.10.1 ➔ 1.11.0 )#398
Merged
meroxdotdev merged 1 commit intomainfrom Jan 30, 2026
Merged
Conversation
--- kubernetes/apps/storage/longhorn/app Kustomization: longhorn-system/longhorn HelmRelease: longhorn-system/longhorn
+++ kubernetes/apps/storage/longhorn/app Kustomization: longhorn-system/longhorn HelmRelease: longhorn-system/longhorn
@@ -13,13 +13,13 @@
spec:
chart: longhorn
sourceRef:
kind: HelmRepository
name: longhorn
namespace: longhorn-system
- version: 1.10.1
+ version: 1.11.0
install:
createNamespace: true
remediation:
retries: -1
interval: 1h
upgrade: |
29cf068 to
1486f6b
Compare
--- HelmRelease: longhorn-system/longhorn DaemonSet: longhorn-system/longhorn-manager
+++ HelmRelease: longhorn-system/longhorn DaemonSet: longhorn-system/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: longhornio/longhorn-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-manager:v1.11.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- -d
- daemon
- --engine-image
- - longhornio/longhorn-engine:v1.10.1
+ - docker.io/longhornio/longhorn-engine:v1.11.0
- --instance-manager-image
- - longhornio/longhorn-instance-manager:v1.10.1
+ - docker.io/longhornio/longhorn-instance-manager:v1.11.0
- --share-manager-image
- - longhornio/longhorn-share-manager:v1.10.1
+ - docker.io/longhornio/longhorn-share-manager:v1.11.0
- --backing-image-manager-image
- - longhornio/backing-image-manager:v1.10.1
+ - docker.io/longhornio/backing-image-manager:v1.11.0
- --support-bundle-manager-image
- - longhornio/support-bundle-kit:v0.0.71
+ - docker.io/longhornio/support-bundle-kit:v0.0.79
- --manager-image
- - longhornio/longhorn-manager:v1.10.1
+ - docker.io/longhornio/longhorn-manager:v1.11.0
- --service-account
- longhorn-service-account
- --upgrade-version-check
ports:
- containerPort: 9500
name: manager
@@ -91,13 +91,13 @@
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: pre-pull-share-manager-image
imagePullPolicy: IfNotPresent
- image: longhornio/longhorn-share-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-share-manager:v1.11.0
command:
- sh
- -c
- echo share-manager image pulled && sleep infinity
volumes:
- name: boot
--- HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-driver-deployer
+++ HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/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: longhornio/longhorn-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-manager:v1.11.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: longhornio/longhorn-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-manager:v1.11.0
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- -d
- deploy-driver
- --manager-image
- - longhornio/longhorn-manager:v1.10.1
+ - docker.io/longhornio/longhorn-manager:v1.11.0
- --manager-url
- http://longhorn-backend:9500/v1
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
@@ -52,22 +52,22 @@
fieldPath: spec.nodeName
- name: SERVICE_ACCOUNT
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
- name: CSI_ATTACHER_IMAGE
- value: longhornio/csi-attacher:v4.10.0-20251030
+ value: docker.io/longhornio/csi-attacher:v4.10.0-20251226
- name: CSI_PROVISIONER_IMAGE
- value: longhornio/csi-provisioner:v5.3.0-20251030
+ value: docker.io/longhornio/csi-provisioner:v5.3.0-20251226
- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
- value: longhornio/csi-node-driver-registrar:v2.15.0-20251030
+ value: docker.io/longhornio/csi-node-driver-registrar:v2.15.0-20251226
- name: CSI_RESIZER_IMAGE
- value: longhornio/csi-resizer:v1.14.0-20251030
+ value: docker.io/longhornio/csi-resizer:v2.0.0-20251226
- name: CSI_SNAPSHOTTER_IMAGE
- value: longhornio/csi-snapshotter:v8.4.0-20251030
+ value: docker.io/longhornio/csi-snapshotter:v8.4.0-20251226
- name: CSI_LIVENESS_PROBE_IMAGE
- value: longhornio/livenessprobe:v2.17.0-20251030
+ value: docker.io/longhornio/livenessprobe:v2.17.0-20251226
priorityClassName: longhorn-critical
serviceAccountName: longhorn-service-account
securityContext:
runAsUser: 0
--- HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-ui
+++ HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-ui
@@ -34,13 +34,13 @@
values:
- longhorn-ui
topologyKey: kubernetes.io/hostname
weight: 1
containers:
- name: longhorn-ui
- image: longhornio/longhorn-ui:v1.10.1
+ image: docker.io/longhornio/longhorn-ui:v1.11.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: nginx-cache
mountPath: /var/cache/nginx/
- name: nginx-config
mountPath: /var/config/nginx/
--- HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-post-upgrade
+++ HelmRelease: longhorn-system/longhorn Job: longhorn-system/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: longhornio/longhorn-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-manager:v1.11.0
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- post-upgrade
env:
- name: POD_NAMESPACE
--- HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-pre-upgrade
+++ HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-pre-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-pre-upgrade
- image: longhornio/longhorn-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-manager:v1.11.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- pre-upgrade
--- HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-uninstall
+++ HelmRelease: longhorn-system/longhorn Job: longhorn-system/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: longhornio/longhorn-manager:v1.10.1
+ image: docker.io/longhornio/longhorn-manager:v1.11.0
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- uninstall
- --force
env: |
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.10.1→1.11.0Release Notes
longhorn/charts (longhorn)
v1.11.0Compare Source
v1.10.2Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.