feat(argo-image-updater): Update to use version 0.12 (#1173)
Signed-off-by: Jan Christoph Beyer <janchristoph.beyer@googlemail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
1ff008d64a
commit
48bf6d4a38
5 changed files with 37 additions and 6 deletions
|
|
@ -2,12 +2,15 @@
|
|||
replicaCount: 1
|
||||
image:
|
||||
# -- Default image repository
|
||||
repository: argoprojlabs/argocd-image-updater
|
||||
repository: quay.io/argoprojlabs/argocd-image-updater
|
||||
# -- Default image pull policy
|
||||
pullPolicy: Always
|
||||
# -- Overrides the image tag whose default is the chart appVersion
|
||||
tag: ""
|
||||
|
||||
# -- The deployment strategy to use to replace existing pods with new ones
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
# -- ImagePullSecrets for the image updater deployment
|
||||
imagePullSecrets: []
|
||||
# -- Global name (argocd-image-updater.name in _helpers.tpl) override
|
||||
|
|
@ -96,6 +99,14 @@ config:
|
|||
# credentials: ext:/scripts/auth1.sh
|
||||
# credsexpire: 10h
|
||||
|
||||
# -- ArgoCD Image Updater ssh client parameter configuration.
|
||||
sshConfig:
|
||||
{}
|
||||
# config: |
|
||||
# Host *
|
||||
# PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
# HostkeyAlgorithms +ssh-rsa
|
||||
|
||||
# whether to mount authentication scripts, if enabled, the authentication scripts will be mounted on /scripts that can be used to authenticate with registries (ECR)
|
||||
# refer to https://argocd-image-updater.readthedocs.io/en/stable/configuration/registries/#specifying-credentials-for-accessing-container-registries for more info
|
||||
authScripts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue