Summary
Inquiry about configuring abctl to utilize Artifactory for pulling resources required for installation.
Question
Is there any way to configure abctl to use Artifactory for pull/download resources needed to complete install?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
['abctl', 'artifactory', 'install', 'resources', 'configuration']
What do you mean by resources? helm charts? Docker images?
when it comes to Docker images, you can use custom values.yaml and set repository
keys for different Airbyte services
with helm chart 1.2.0 you can set global.image.registry
https://github.com/airbytehq/airbyte-platform/blob/5ebce1d7a238d91aed61f2ce31ea316d7c2d796a/charts/airbyte/values.yaml#L24-L30
That would work if abctl needs only docker images and not github files and so on. Thanks.
abctl local install
has --chart
option that your can provide path to helm chart on disk, but I guess it’s still trying to get list of helm charts from <https://airbytehq.github.io/helm-charts>
For your needs you can make your own custom version of abctl
https://github.com/airbytehq/abctl