ArgoCD guidance issue
Current Behavior
This is just an FYI related to the ArgoCD guidance, ack I know this will possibly be subject to revision with the recent helm v4 changes
Can see the guidance when using the initContainer option at https://github.com/jkroepke/helm-secrets/wiki/ArgoCD-Integration#option-2-init-container
It includes downloading the latest static curl, but with the latest release of that they no longer seem to be publishing aarch64 binaries, which means if you are running ArgoCD on arm64 nodes this will fail
I did raise a question on an issue, see https://github.com/moparisthebest/static-curl/issues/19
Expected Behavior
Was working prior to the latest release of static-curl
Steps To Reproduce
Follow the guide using the initContainer option if running ArgoCD on a `arm64` worker and you will see the initContainer fail
I think its fine on x86, so probably not an issue
Environment
- Helm Version: <v4
- Helm Secrets Version: v4.6.11
- ArgoCD Version: v3.2.0
- OS: linux -
arm64 - Shell:
Anything else?
Ack this is not a problem with the plugin, just an issue with the guidance, due to a dependency update, I can work around this, but posted so others are aware
Guess https://github.com/stunnel/static-curl is a good replacement and stunnel is well known