Compare commits
4 commits
dda8fab65e
...
068ed69afb
Author | SHA1 | Date | |
---|---|---|---|
068ed69afb | |||
2593926615 | |||
b98205d787 | |||
e1d70fcdd0 |
4 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
**/secret.yaml
|
**/secret.yaml
|
||||||
**/temp.yaml
|
**/temp.yaml
|
||||||
|
**/credentials
|
|
@ -60,7 +60,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://charts.longhorn.io
|
- repoURL: https://charts.longhorn.io
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
targetRevision: 1.4.3
|
targetRevision: 1.4.3 # see Infos below, the CSI snapshotter needs to be updated too
|
||||||
helm:
|
helm:
|
||||||
releaseName: longhorn
|
releaseName: longhorn
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
@ -72,8 +72,11 @@ spec:
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: longhorn
|
path: longhorn
|
||||||
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
|
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
|
||||||
targetRevision: release-4.0
|
targetRevision: v5.0.1 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
|
||||||
path: client/config/crd
|
path: client/config/crd
|
||||||
|
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
|
||||||
|
targetRevision: v5.0.1 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
|
||||||
|
path: deploy/kubernetes/snapshot-controller
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
|
|
3
vcluster/values.yaml
Normal file
3
vcluster/values.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
sync:
|
||||||
|
ingresses:
|
||||||
|
enabled: true
|
Loading…
Reference in a new issue