Skip to content

Commit

Permalink
Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Pijet committed Apr 15, 2024
1 parent c2973cd commit 405e9af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/vaultwarden-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A vaultwarden Helm chart for Kubernetes
name: vaultwarden-k8s
version: 0.1.15
version: 0.1.16
home: https://github.com/dani-garcia/vaultwarden_rs
icon: https://raw.githubusercontent.com/vaultwarden/brand/master/icons/icon.svg
sources:
Expand Down
8 changes: 4 additions & 4 deletions chart/vaultwarden-k8s/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
{{- end }}
{{- end }}
rules:
- host: {{ $.Values.ingress.host }}
http:
paths:
- backend:
Expand All @@ -33,8 +37,4 @@ spec:
number: 80
path: /
pathType: Prefix
{{- end }}
{{- end }}
rules:
- host: {{ $.Values.ingress.host }}
{{- end }}

0 comments on commit 405e9af

Please sign in to comment.