diff --git a/Makefile b/Makefile index aba7ec27a..7e6641565 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/deploy/deduplication-db-migrations/values/dev.yaml b/deploy/deduplication-db-migrations/values/dev.yaml index a8c04158c..7af5babb6 100644 --- a/deploy/deduplication-db-migrations/values/dev.yaml +++ b/deploy/deduplication-db-migrations/values/dev.yaml @@ -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 diff --git a/deploy/dracon/chart/Chart.lock b/deploy/dracon/chart/Chart.lock index 7428f7131..3eab193ea 100644 --- a/deploy/dracon/chart/Chart.lock +++ b/deploy/dracon/chart/Chart.lock @@ -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" diff --git a/deploy/dracon/chart/charts/enrichment-db-migrations-0.20.3.tgz b/deploy/dracon/chart/charts/enrichment-db-migrations-0.20.3.tgz deleted file mode 100644 index ded0e7d8e..000000000 Binary files a/deploy/dracon/chart/charts/enrichment-db-migrations-0.20.3.tgz and /dev/null differ