WerfSource
Scope: Cluster
Version: v1alpha1
Delivery source configuration for Argo CD and werf bundle.
Used to create a registry configuration for Argo CD Image Updater and optionally to create an OCI Helm repository in Argo CD to use with werf bundles.
- string
URL of the registry API.
Automatically derived from the imageRepo parameter if not specified. E.g. if
imageRepo=cr.example.com/myproject
, thenapiURL
is derived ashttps://cr.example.com/
.Pattern:
^https?://(?:[a-z0-9]+(?:[.-][a-z0-9]+)*)$
- object
Argo CD repository configuration.
If
argocdRepoEnabled
istrue
, then the repository will be created in Argo CD with the same name as the resource.