update images for registry and cicd modules and add ability to set registry mirrors for orchestrator

This commit is contained in:
2024-06-01 21:38:17 +03:00
parent 005f7bfbe9
commit cd368c7755
13 changed files with 275 additions and 37 deletions

View File

@@ -77,11 +77,11 @@
{{- end }}
image:
# -- Registry to use
registry: quay.io
registry: {{ .Modules.Cicd.Rollouts.Registry }}
# -- Repository to use
repository: argoproj/argo-rollouts
repository: {{ .Modules.Cicd.Rollouts.Repository }}
# -- Overrides the image tag (default is the chart appVersion)
tag: ""
tag: {{ .Modules.Cicd.Rollouts.Tag }}
# -- Image pull policy
pullPolicy: IfNotPresent