fix: Drop spaces in commands

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Maurer 2025-01-27 23:20:40 +01:00
parent de352a19a5
commit 5f93eee4e5

View file

@ -86,7 +86,8 @@
"argoproj/argo-rollouts", "argoproj/argo-rollouts",
"argoproj-labs/argocd-image-updater", "argoproj-labs/argocd-image-updater",
"argoprojlabs/argocd-extension-installer", "argoprojlabs/argocd-extension-installer",
"public.ecr.aws/bitnami/redis-exporter" "public.ecr.aws/bitnami/redis-exporter",
"public.ecr.aws/docker/library/redis"
], ],
"commitMessagePrefix": "chore({{parentDir}}):", "commitMessagePrefix": "chore({{parentDir}}):",
"postUpgradeTasks": { "postUpgradeTasks": {