Skip to content

Commit

Permalink
[pritunl] ingress: remove ingress api version check
Browse files Browse the repository at this point in the history
  • Loading branch information
voron committed Jan 13, 2025
1 parent b837c99 commit 3794a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dysnix/pritunl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.29"
description: A Helm chart for Kubernetes
name: pritunl
version: 0.2.5
version: 0.2.6
home: https://pritunl.com/
sources:
- https://github.com/dysnix/charts
Expand Down
2 changes: 1 addition & 1 deletion dysnix/pritunl/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
{{- if .Values.ingress.className }}
ingressClassName: {{ .Values.ingress.className }}
{{- end }}
rules:
Expand Down

0 comments on commit 3794a57

Please sign in to comment.