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" )
Upgrade strategy related annotations
View Source
const ( WriteBackMethodAnnotation = ImageUpdaterAnnotationPrefix + "/write-back-method" GitBranchAnnotation = ImageUpdaterAnnotationPrefix + "/git-branch" WriteBackTargetAnnotation = ImageUpdaterAnnotationPrefix + "/write-back-target" KustomizationPrefix = "kustomization" )
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 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
View Source
const (
SecretListAnnotation = ImageUpdaterAnnotationPrefix + "/%s.pull-secret"
)
Image pull secret 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.