Jan Steffen
Jan Steffen
Hi! I will provide an example as soon as I get to it. :)
Is there something we can do here to get this thing on the road?
This is still an issue. I don't understand that this doesn't bother more people. Even other CLIs have this problem like `crane`, see https://github.com/google/go-containerregistry/issues/1922.
The digest of the image depends on the bytes of the image as a whole IMO. If you change anything, like reording keys in the mainfest.json for example, adding an...
True, I guess storing it as TAR is not what I want. :)
Is this in active development? Since Apps can have multiple sources it should be possible to have that on AppSets too right?
We really really need this feature to be supported. More and more Helm repos are switching to OCI.
Hi there! Anything I could do pushing this?
I've updated the script by @jbartyze-rh (thx!) to work out with my ArgoCD v2.10.7 and skip apps that are in state "Synced": ```bash #!/usr/bin/env bash set -euo pipefail # Script...
Here's another version to have it as a cronjob. All you need is a container image suitable to execute. In my case I've created one having the following Dockerfile: ```Dockerfile...