Skip to content

Commit 2370abb

Browse files
committed
chore(workflow): add quickwit
1 parent 27eaace commit 2370abb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

charts/workflow/Chart.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ dependencies:
1616
- name: gateway
1717
repository: {{repository}}
1818
version: x.x.x
19+
- name: quickwit
20+
repository: {{repository}}
21+
version: x.x.x
1922
- name: valkey
2023
repository: {{repository}}
2124
version: x.x.x

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ builder:
535535
gateway:
536536
gatewayClass: ${GATEWAY_CLASS}
537537
538+
quickwit:
539+
imageRegistry: ${DRYCC_REGISTRY}
540+
538541
database:
539542
imageRegistry: ${DRYCC_REGISTRY}
540543
resources:

0 commit comments

Comments
 (0)