Skip to main content
Version: latest

Argo CD

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Argo CD automates the deployment of the desired application states in the specified target environments. Application deployments can track updates to branches, tags, or pinned to a specific version of manifests at a Git commit. Start using Argo CD with Palette today by consuming this pack.

Prerequisites

  • Kubernetes 1.7+

Version Supported

  • 3.3.5

Notable Parameters

ParameterDescription
global.image.repositoryThe repository that is the source of truth.
global.image.tagThe image tag to pull.
global.image.imagePullPolicyIf defined, a imagePullPolicy applied to all ArgoCD deployments. Defaults to IfNotPresent
global.securityContextA list of security contexts
imagePullSecretsIf defined, uses a Secret to pull an image from a private Docker registry or repository.
hostAliasesA list of mapping between IP and hostnames that will be injected as entries in the pod's hosts files

References