-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a83cfd
commit 4838e82
Showing
4 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: authelia | ||
version: 0.5.3 | ||
version: 0.5.4 | ||
kubeVersion: ">= 1.13.0-0" | ||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps | ||
type: application | ||
|
@@ -23,6 +23,6 @@ maintainers: | |
email: [email protected] | ||
url: https://github.com/james-d-elliott | ||
icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 | ||
appVersion: 4.30.2 | ||
appVersion: 4.30.3 | ||
deprecated: false | ||
annotations: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ image: | |
# registry: docker.io | ||
registry: ghcr.io | ||
repository: authelia/authelia | ||
tag: 4.30.2 | ||
tag: 4.30.3 | ||
pullPolicy: IfNotPresent | ||
pullSecrets: [] | ||
# pullSecrets: | ||
|
@@ -882,9 +882,10 @@ configMap: | |
smtp: | ||
enabled: false | ||
enabledSecret: false | ||
username: test | ||
host: smtp.mail.svc.cluster.local | ||
port: 25 | ||
timeout: 5s | ||
username: test | ||
sender: [email protected] | ||
## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost. | ||
identifier: localhost | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ image: | |
# registry: docker.io | ||
registry: ghcr.io | ||
repository: authelia/authelia | ||
tag: 4.30.2 | ||
tag: 4.30.3 | ||
pullPolicy: IfNotPresent | ||
pullSecrets: [] | ||
# pullSecrets: | ||
|
@@ -880,9 +880,10 @@ configMap: | |
smtp: | ||
enabled: true | ||
enabledSecret: false | ||
username: test | ||
host: smtp.mail.svc.cluster.local | ||
port: 25 | ||
timeout: 5s | ||
username: test | ||
sender: [email protected] | ||
## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost. | ||
identifier: localhost | ||
|