APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Argo
ApplicationSource
Argo
· Schema
ApplicationSource
Git or Helm chart source for the application manifests.
CNCF
CI/CD
GitOps
Kubernetes
Open Source
Progressive Delivery
Workflow Engine
Properties
Name
Type
Description
repoURL
string
URL of the Git repository or Helm chart repository.
path
string
Path within the repository where manifests are located. Used for Git repositories.
targetRevision
string
Git branch, tag, or commit SHA to deploy. Defaults to HEAD.
chart
string
Helm chart name. Used when repoURL points to a Helm registry.
helm
object
Helm-specific source configuration.
kustomize
object
Kustomize-specific source configuration.
View JSON Schema on GitHub