k8s-image-swapper
k8s-image-swapper copied to clipboard
dryRun and --dry-run does not seem to work as expected
We are testing the image swapper and have deployed it to our eks cluster, and the dryRun flag does not seem to be working (the actions are still taken; repo is created, image is uploaded, image ref is updated).
When we set the helm chart with
config:
dryRun: true
logLevel: debug
logFormat: console
and/or set --dry-run=true as arg in deployment spec the actions are still executed.
@haghabozorgi Are you still having this issue? Can you export the k8s-image-swapper configmap and add it?
Yes, I can confirm: --dry-run
is ineffective