Skip to content

Commit

Permalink
fix(photoprism): properly reference variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Feb 20, 2024
1 parent bd272cf commit c860999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/photoprism/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: photoprism
home: https://photoprism.org/
description: A Photoprism Helm chart for Kubernetes
appVersion: "20190703"
version: 0.2.0
version: 0.2.1
sources:
- https://github.com/photoprism/photoprism
2 changes: 1 addition & 1 deletion charts/photoprism/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
{{- end }}
spec:
{{- if .Values.ingress.className }}
ingressClassName: {{ . }}
ingressClassName: {{ .Values.ingress.className }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
Expand Down

0 comments on commit c860999

Please sign in to comment.