Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drikqlis committed Mar 14, 2024
1 parent 637beda commit b3f888b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/guerzon/vaultwarden
- https://github.com/dani-garcia/vaultwarden
appVersion: "1.30.5-alpine"
version: 0.22.13
version: 0.22.14
kubeVersion: ">=1.12.0-0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/vaultwarden/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ - include "vaultwarden.fullname" . }}
name: {{- include "vaultwarden.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/component: vaultwarden
Expand Down

0 comments on commit b3f888b

Please sign in to comment.