Nikolai Emil Damm
Nikolai Emil Damm
For now it seems possible to use the alt image: ```yaml values: image: tag: alt-0.0.10 ``` However this is outdated compared to the latest image, and I still think it...
@zakkg3 is this project dead?
Blocked, due to ArgoCD not supporting OCI images as a Source for the Application CR. Making local development with GitOps great works the best if the source of truth is...
https://blog.argoproj.io/announcing-argo-cd-v3-1-f4389bc783c8 I should be able to implement this with argcd-core now.
Reworking KSail as a Golang project. See https://github.com/devantler-tech/ksail/pull/1352. ArgoCD will be added to that version, when it has been merged with feature parity. KSail as a .NET project will be...
Oh, I was not aware this was possible. I will test it out and see if it will do the trick. Closing the issue for now.
This was definitely useful. Thanks for pointing me in that direction. For anyone interested, it requires the following workaround for docker swarm as .env is not officially supported with docker-compose:...
Thank you, that is useful! I can probably make use of that to solve my issues right now. Do you know if there is any available documentation on such an...
Thanks @jdmcmahan. I was thinking of doing something similar, where I: 1. Store my patches in the correct format in my gitops repo: 2. Update my `deploy.yaml` workflow to apply...
It would really cool if the functionality used for server-side dry-run could be exposed in the Flux CLI, so it would be possible to do a scan for all HelmRelease...