-
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.
* add extra env vars * render yaml as extra env vars instead of own function * increase verson * don't push chart.lock file * increase version number in ci file * fix redis version * fix extraenvvars --------- Co-authored-by: PT-ATA No One <[email protected]>
- Loading branch information
1 parent
ffef4c9
commit a551f79
Showing
6 changed files
with
37 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,7 @@ | |
*.log | ||
*-locale.yaml | ||
*.tgz | ||
.fleet/ | ||
.fleet/ | ||
values-local.yaml | ||
.output/ | ||
Chart.lock |
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,14 +1,14 @@ | ||
apiVersion: v2 | ||
name: vaas | ||
version: 1.0.3 | ||
version: 1.0.4 | ||
description: Deployment of a Verdict-as-a-Service on-premise instance | ||
maintainers: | ||
- name: G DATA CyberDefense AG | ||
email: [email protected] | ||
type: application | ||
dependencies: | ||
- name: redis | ||
version: 18.13.0 | ||
version: 18.14.0 | ||
condition: redis.enabled | ||
repository: https://charts.bitnami.com/bitnami | ||
- name: gdscan | ||
|
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