brainy-teacher-89198
06/28/2023, 1:19 PMDeploying DataHub into a k8s cluster in my internal org
- Fork the repo from GitHub
- Mirror the fork into my organization's BitBucket repository
- Make any code changes to the mirrored repo in BitBucket
- Build the docker images and deploy into a registry
- Configure the default helm charts to point to the custom images in my registry
- Deploy/update DataHub in k8s with the custom helm charts
delightful-ram-75848
06/29/2023, 5:11 AMaloof-gpu-11378
06/29/2023, 2:19 PMmetadata-ingestion
), then you'll want to run ingestion from the CLI in a virtualenv with your forked python code. Otherwise, the above sounds reasonable to me. @brainy-tent-14503 could you take a look and confirm?brainy-tent-14503
07/03/2023, 4:05 PM./gradlew dockerTag
(we use a standard docker plugin for gradle). This will build from source code, create images, and tag them with a version either based on the latest git tag or overridden with DATAHUB_VERSION. These image can then be retagged & pushed to your internal private registry for use.brainy-teacher-89198
07/04/2023, 5:14 PM