Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHelmImageName = "image.name" DefaultHelmImageTag = "image.tag" )
Defaults for Helm parameter names
View Source
const ( HelmParamImageNameAnnotation = ImageUpdaterAnnotationPrefix + "/%s.helm.image-name" HelmParamImageTagAnnotation = ImageUpdaterAnnotationPrefix + "/%s.helm.image-tag" HelmParamImageSpecAnnotation = ImageUpdaterAnnotationPrefix + "/%s.helm.image-spec" )
Helm related annotations
View Source
const ( OldMatchOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.tag-match" // Deprecated and will be removed AllowTagsOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.allow-tags" IgnoreTagsOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.ignore-tags" ForceUpdateOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.force-update" UpdateStrategyAnnotation = ImageUpdaterAnnotationPrefix + "/%s.update-strategy" PullSecretAnnotation = ImageUpdaterAnnotationPrefix + "/%s.pull-secret" PlatformsAnnotation = ImageUpdaterAnnotationPrefix + "/%s.platforms" )
Image specific configuration annotations
View Source
const ( ApplicationWideAllowTagsOptionAnnotation = ImageUpdaterAnnotationPrefix + "/allow-tags" ApplicationWideIgnoreTagsOptionAnnotation = ImageUpdaterAnnotationPrefix + "/ignore-tags" ApplicationWideForceUpdateOptionAnnotation = ImageUpdaterAnnotationPrefix + "/force-update" ApplicationWideUpdateStrategyAnnotation = ImageUpdaterAnnotationPrefix + "/update-strategy" ApplicationWidePullSecretAnnotation = ImageUpdaterAnnotationPrefix + "/pull-secret" )
Application-wide update strategy related annotations
View Source
const ( WriteBackMethodAnnotation = ImageUpdaterAnnotationPrefix + "/write-back-method" GitBranchAnnotation = ImageUpdaterAnnotationPrefix + "/git-branch" GitRepositoryAnnotation = ImageUpdaterAnnotationPrefix + "/git-repository" WriteBackTargetAnnotation = ImageUpdaterAnnotationPrefix + "/write-back-target" KustomizationPrefix = "kustomization" HelmPrefix = "helmvalues" )
Application update configuration related annotations
View Source
const DefaultGitCommitMessage = `` /* 145-byte string literal not displayed */
The default Git commit message's template
View Source
const DefaultHelmValuesFilename = "values.yaml"
View Source
const DefaultTargetFilePattern = ".argocd-source-%s_%s.yaml"
DefaultTargetFilePattern configurations related to the write-back functionality
View Source
const DefaultTargetFilePatternWithoutNamespace = ".argocd-source-%s.yaml"
View Source
const ImageUpdaterAnnotation = ImageUpdaterAnnotationPrefix + "/image-list"
The annotation on the application resources to indicate the list of images allowed for updates.
View Source
const ImageUpdaterAnnotationPrefix = "argocd-image-updater.argoproj.io"
View Source
const (
KustomizeApplicationNameAnnotation = ImageUpdaterAnnotationPrefix + "/%s.kustomize.image-name"
)
Kustomize related annotations
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.