Major change that brought the chart in line with others. Mainly by more heavily relyng on subcharts and *.tpl files for code modularity and reusability (and consistency)
All checks were successful
Deploy the Helm Chart / build (push) Successful in 15s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 15s
This commit is contained in:
parent
84a322eb28
commit
563a76b84e
34 changed files with 621 additions and 1103 deletions
32
Chart.yaml
32
Chart.yaml
|
|
@ -1,11 +1,37 @@
|
|||
apiVersion: v1
|
||||
apiVersion: v2
|
||||
appVersion: "1.0.298"
|
||||
description: A Helm chart for deploying Bridgeman Accessible's Services Dashboard
|
||||
home: https://github.com/Bridgeman-Accessible/services.bridgemanaccessible.ca-helm
|
||||
maintainers:
|
||||
- email: info@bridgemanaccessible.ca
|
||||
name: Bridgeman Accessible
|
||||
name: services-dashboard
|
||||
name: ba-services
|
||||
sources:
|
||||
- https://github.com/Bridgeman-Accessible/services.bridgemanaccessible.ca
|
||||
version: "1.5.10"
|
||||
version: "2.0.0"
|
||||
dependencies:
|
||||
- name: ba-custom-hashicorp-vault
|
||||
version: 1.0.6
|
||||
repository: "https://helm.bridgemanaccessible.ca/"
|
||||
alias: vault
|
||||
condition: vault.enabled
|
||||
- name: nosql-deploy
|
||||
version: 1.0.3
|
||||
repository: "https://helm.bridgemanaccessible.ca/"
|
||||
alias: nosql
|
||||
condition: nosql.enabled
|
||||
- name: db-deploy
|
||||
version: 1.0.2
|
||||
repository: "https://helm.bridgemanaccessible.ca/"
|
||||
alias: database
|
||||
condition: database.enabled
|
||||
- name: cache-deploy
|
||||
version: 1.0.7
|
||||
repository: "https://helm.bridgemanaccessible.ca/"
|
||||
alias: cache
|
||||
condition: cache.enabled
|
||||
- name: ba-logging-sidecar
|
||||
version: 1.0.2
|
||||
repository: "https://helm.bridgemanaccessible.ca/"
|
||||
alias: loggingSidecar
|
||||
condition: loggingSidecar.enabled
|
||||
Loading…
Add table
Add a link
Reference in a new issue