Updated dependency + fixed value that was causing downsteam issues
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
563a76b84e
commit
88356b4c92
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ dependencies:
|
|||
version: 1.0.6
|
||||
- name: nosql-deploy
|
||||
repository: https://helm.bridgemanaccessible.ca/
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
- name: db-deploy
|
||||
repository: https://helm.bridgemanaccessible.ca/
|
||||
version: 1.0.2
|
||||
|
|
@ -14,5 +14,5 @@ dependencies:
|
|||
- name: ba-logging-sidecar
|
||||
repository: https://helm.bridgemanaccessible.ca/
|
||||
version: 1.0.2
|
||||
digest: sha256:5e94a036b1b834edb75e456b4d2bb0b9242d8f65b8f4c6d58062004234a02005
|
||||
generated: "2025-12-24T10:43:44.4164896-06:00"
|
||||
digest: sha256:3256ef7d5f42939fc1c9851217c802a567420d7d952ba5db03c3c34cecbf44ec
|
||||
generated: "2025-12-24T20:56:17.8159194-06:00"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
alias: vault
|
||||
condition: vault.enabled
|
||||
- name: nosql-deploy
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
repository: "https://helm.bridgemanaccessible.ca/"
|
||||
alias: nosql
|
||||
condition: nosql.enabled
|
||||
|
|
|
|||
|
|
@ -227,8 +227,8 @@ nosql:
|
|||
# Configurable NoSQL information groupings
|
||||
# For Azure Table Storage these are table names
|
||||
# For MongoDB these are collection names
|
||||
grouping:
|
||||
<Table Intermediate Name>: "<NoSQL Table Name>"
|
||||
grouping: {}
|
||||
#Elements in the format: <Table Intermediate Name>: "<NoSQL Table Name>"
|
||||
|
||||
# Configuration for Redis cache
|
||||
# See the [Cache Deployment Helm Chart](https://git.bridgemanaccessible.ca/Bridgeman-Accessible/cache-deploy-helm) for more information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue