Skip to content

Commit c208f8d

Browse files
fix(authelia): test variables included in values.yaml (#283)
Fix an issue where some test variables crept into the values files.
1 parent faa5144 commit c208f8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/authelia/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: authelia
3-
version: 0.9.16
3+
version: 0.9.17
44
kubeVersion: ">= 1.13.0-0"
55
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
66
type: application
@@ -38,6 +38,6 @@ maintainers:
3838
3939
url: https://github.com/james-d-elliott
4040
icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4
41-
appVersion: 4.38.16
41+
appVersion: 4.38.19
4242
deprecated: false
4343
annotations: {}

charts/authelia/values.local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ configMap:
14801480
## more information.
14811481
disable_starttls: false
14821482

1483-
username: 'test'
1483+
username: ''
14841484
password:
14851485
## Disables this secret and leaves configuring it entirely up to you.
14861486
disabled: false

charts/authelia/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ configMap:
14751475
## more information.
14761476
disable_starttls: false
14771477

1478-
username: 'test'
1478+
username: ''
14791479
password:
14801480
## Disables this secret and leaves configuring it entirely up to you.
14811481
disabled: false

0 commit comments

Comments
 (0)