Compare commits

...

4 commits

Author SHA1 Message Date
068ed69afb
update gitignore 2023-08-26 17:21:49 +02:00
2593926615
rename credentials file 2023-08-26 17:21:16 +02:00
b98205d787
add vcluster values file 2023-08-26 17:16:34 +02:00
e1d70fcdd0
fix cluster snapshot service 2023-08-26 17:15:07 +02:00
4 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
**/secret.yaml
**/temp.yaml
**/temp.yaml
**/credentials

View file

@ -60,7 +60,7 @@ spec:
sources:
- repoURL: https://charts.longhorn.io
chart: longhorn
targetRevision: 1.4.3
targetRevision: 1.4.3 # see Infos below, the CSI snapshotter needs to be updated too
helm:
releaseName: longhorn
valueFiles:
@ -72,8 +72,11 @@ spec:
targetRevision: HEAD
path: longhorn
- 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
- 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:
server: https://kubernetes.default.svc
namespace: longhorn-system

3
vcluster/values.yaml Normal file
View file

@ -0,0 +1,3 @@
sync:
ingresses:
enabled: true