Skip to content

Commit

Permalink
fix: chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
didlawowo committed Oct 29, 2024
1 parent f93fc1c commit a79a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openlit/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apiVersion: extensions/v1beta1
{{- end }}
kind: Ingress
metadata:
name: {{ $fullName }}
name: {{ include "openlit.fullname" . }}
labels:
app: {{ include "openlit.fullname" . }}
{{- include "openlit.labels" . | nindent 4 }}
Expand Down

0 comments on commit a79a62a

Please sign in to comment.