Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update longhorn ( 1.6.1 → 1.6.2 ) #860

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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