diff --git a/services/longhorn/apply.sh b/services/longhorn/apply.sh index ae7d287..aa3c880 100644 --- a/services/longhorn/apply.sh +++ b/services/longhorn/apply.sh @@ -3,4 +3,4 @@ helm repo add longhorn https://charts.longhorn.io helm repo update -helm upgrade --install longhorn longhorn/longhorn --namespace longhorn-system -f deepin-values.yaml --create-namespace --version 1.8.1 +helm upgrade --install longhorn longhorn/longhorn --namespace longhorn-system -f deepin-values.yaml --create-namespace --version 1.8.2 diff --git a/services/longhorn/deepin-values.yaml b/services/longhorn/deepin-values.yaml index de93b63..e97cb70 100644 --- a/services/longhorn/deepin-values.yaml +++ b/services/longhorn/deepin-values.yaml @@ -40,58 +40,58 @@ image: # -- Repository for the Longhorn Engine image. repository: longhornio/longhorn-engine # -- Tag for the Longhorn Engine image. - tag: v1.8.0 + tag: v1.8.2 manager: # -- Repository for the Longhorn Manager image. repository: longhornio/longhorn-manager # -- Tag for the Longhorn Manager image. - tag: v1.8.0 + tag: v1.8.2 ui: # -- Repository for the Longhorn UI image. repository: longhornio/longhorn-ui # -- Tag for the Longhorn UI image. - tag: v1.8.0 + tag: v1.8.2 instanceManager: # -- Repository for the Longhorn Instance Manager image. repository: longhornio/longhorn-instance-manager # -- Tag for the Longhorn Instance Manager image. - tag: v1.8.0 + tag: v1.8.2 shareManager: # -- Repository for the Longhorn Share Manager image. repository: longhornio/longhorn-share-manager # -- Tag for the Longhorn Share Manager image. - tag: v1.8.0 + tag: v1.8.2 backingImageManager: # -- Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value. repository: longhornio/backing-image-manager # -- Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value. - tag: v1.8.0 + tag: v1.8.2 supportBundleKit: # -- Repository for the Longhorn Support Bundle Manager image. repository: longhornio/support-bundle-kit # -- Tag for the Longhorn Support Bundle Manager image. - tag: v0.0.49 + tag: v0.0.56 csi: attacher: # -- Repository for the CSI attacher image. When unspecified, Longhorn uses the default value. repository: longhornio/csi-attacher # -- Tag for the CSI attacher image. When unspecified, Longhorn uses the default value. - tag: v4.8.0 + tag: v4.9.0 provisioner: # -- Repository for the CSI Provisioner image. When unspecified, Longhorn uses the default value. repository: longhornio/csi-provisioner # -- Tag for the CSI Provisioner image. When unspecified, Longhorn uses the default value. - tag: v5.1.0-20241220 + tag: v5.3.0 nodeDriverRegistrar: # -- Repository for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. repository: longhornio/csi-node-driver-registrar # -- Tag for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. - tag: v2.13.0 + tag: v2.14.0-20250826 resizer: # -- Repository for the CSI Resizer image. When unspecified, Longhorn uses the default value. repository: longhornio/csi-resizer # -- Tag for the CSI Resizer image. When unspecified, Longhorn uses the default value. - tag: v1.13.1 + tag: v1.13.2 snapshotter: # -- Repository for the CSI Snapshotter image. When unspecified, Longhorn uses the default value. repository: longhornio/csi-snapshotter @@ -101,7 +101,7 @@ image: # -- Repository for the CSI liveness probe image. When unspecified, Longhorn uses the default value. repository: longhornio/livenessprobe # -- Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value. - tag: v2.15.0 + tag: v2.16.0 openshift: oauthProxy: # -- Repository for the OAuth Proxy image. Specify the upstream image (for example, "quay.io/openshift/origin-oauth-proxy"). This setting applies only to OpenShift users.