Documentation
¶
Index ¶
Constants ¶
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"
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.