This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ALLURE_MAIL_ROOT parameter (#11)
* Added ALLURE_MAIL_ROOT parameter * Update Chart.yaml 5.4.0 → 5.5.0 * 5.4.0 won't see the day light 5.4.0 won't see the day light --------- Co-authored-by: Egor I <[email protected]>
- Loading branch information
1 parent
1429d2c
commit 1131bd7
Showing
5 changed files
with
9 additions
and
24 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
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
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ appName: testops | |
# for version upgrades, select the desired version of the application and the most recent chart | ||
# minimal version of Allure Testops supported by this chart is 5.3.3 | ||
############################################################################################################ | ||
version: 5.3.3 | ||
version: 5.5.0 | ||
|
||
############################################################################################################ | ||
# Deploy related | ||
|
@@ -104,11 +104,10 @@ resources: | |
timeZone: "Europe/London" | ||
|
||
############################################################################################################ | ||
# Credentials of the super-admin | ||
# Good idea would be to manage admin's password via k8s secrets | ||
# Email address to send the invitation for user authorization with admin rights. | ||
# Ensure SMTP is configured to send the invite. | ||
############################################################################################################ | ||
username: admin | ||
password: admin | ||
email: [email protected] | ||
|
||
############################################################################################################ | ||
# cryptoPass parameter is used to encrypt sensitive data (passwords, API tokens in the database) | ||
|