Skip to content

Commit

Permalink
fix: longhorn version requirement for kubeversion
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Dec 23, 2022
1 parent c98ba08 commit 209f07a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions system/templates/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ spec:
namespace: {{ .Values.longhorn.namespace }}
source:
chart: longhorn
repoURL: https://charts.longhorn.io
targetRevision: 1.3.2
repoURL: 'https://github.com/longhorn/charts.git'
path: "./charts/longhorn"
targetRevision: master
helm:
releaseName: longhorn
values: |
persistence:
defaultClassReplicaCount: 2
ingress:
enabled: false
host: &host longhorn.{{ .Values.global.domain }}
tlse: true
tlsSecret: longhorn-tls-certificate
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
{{- end }}

0 comments on commit 209f07a

Please sign in to comment.