Skip to content

Commit af3c075

Browse files
authored
fix typo in default values (#94)
* fix typo in field name * bump chart version
1 parent fd441c6 commit af3c075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/defguard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: defguard
33
description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO
44

55
type: application
6-
version: 0.12.0
6+
version: 0.12.1
77
appVersion: 1.5.1
88

99
dependencies:

charts/defguard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ service:
7070
web:
7171
annotations: {}
7272
labels: {}
73-
port:: 80
73+
port: 80
7474
type: ClusterIP
7575
# defguard-core serviceaccount configuration
7676
serviceAccount:

0 commit comments

Comments
 (0)