Skip to content

Commit

Permalink
make oss migrations run as part of dev-dracon
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Aug 6, 2024
1 parent c5a61ba commit 1a5625b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,12 @@ dev-dracon: deploy-elasticoperator deploy-arangodb-crds add-bitnami-repo
--values ./deploy/dracon/values/dev.yaml \
--create-namespace \
--namespace $(DRACON_NS) \
--set "deduplication-db-migrations.image.tag=$(DRACON_VERSION)"
--wait
@helm upgrade deduplication-db-migrations ./deploy/deduplication-db-migrations/chart \
--install \
--values ./deploy/deduplication-db-migrations/values/dev.yaml \
--namespace $(DRACON_NS) \
--set "image.tag=$(DRACON_VERSION)" \
--wait
@helm upgrade $(DRACON_OSS_COMPONENTS_NAME) oci://ghcr.io/ocurity/dracon/charts/$(DRACON_OSS_COMPONENTS_NAME) \
--install \
Expand Down
9 changes: 9 additions & 0 deletions deploy/deduplication-db-migrations/values/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
global:
image:
registry: kind-registry:5000

database:
auth:
username: dracon
password: dracon
database: dracon
postgresPassword: dracon
querystringargs: "sslmode=disable"
host: dracon-postgresql:5432
2 changes: 2 additions & 0 deletions deploy/dracon/chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 15.1.5
digest: sha256:f5b463f7862318ed8de9439769a72f14320f271c72c80ec7a2a1f1b209959d7a
generated: "2024-08-06T10:52:12.01515499+01:00"
Binary file not shown.

0 comments on commit 1a5625b

Please sign in to comment.