Skip to content

Commit

Permalink
fix(helm): update longhorn ( 1.6.1 → 1.6.2 ) (#860)
Browse files Browse the repository at this point in the history
* fix(helm): update longhorn ( 1.6.1 → 1.6.2 )

* chore: remove image overrides

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: martinohmann <[email protected]>
  • Loading branch information
renovate[bot] and martinohmann authored May 23, 2024
1 parent bc81cd1 commit f4a79b5
Showing 1 changed file with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: longhorn
version: 1.6.1
version: 1.6.2
sourceRef:
kind: HelmRepository
name: longhorn
Expand All @@ -18,34 +18,6 @@ spec:
- name: snapshot-controller
namespace: volsync-system
values:
image:
# Use upstream CSI images that fix "Lost connection to CSI driver,
# exiting" error which causes frequent restarts of the CSI containers.
#
# See:
# - https://github.com/kubernetes-csi/external-provisioner/issues/1099
# - https://github.com/kubernetes-csi/csi-lib-utils/pull/153
#
# Longhorn does not ship these fixes as part of their images yet.
csi:
attacher:
repository: registry.k8s.io/sig-storage/csi-attacher
tag: v4.4.3
provisioner:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.6.3
nodeDriverRegistrar:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.9.3
resizer:
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.9.3
snapshotter:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v6.3.3
livenessProbe:
repository: registry.k8s.io/sig-storage/livenessprobe
tag: v2.12.0
longhornManager:
nodeSelector:
node.longhorn.io/create-default-disk: "true"
Expand Down

0 comments on commit f4a79b5

Please sign in to comment.