Open jcogilvie opened 10 months ago
The new argo extension mechanism would prefer to have a checksum to validate the integrity of the downloaded extension like so:
initContainers: - name: rollout-extension image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.1 env: - name: EXTENSION_URL value: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.3/extension.tar # - name: EXTENSION_CHECKSUM_URL # value: TODO
Hi! Any news related to this? Thanks!
The new argo extension mechanism would prefer to have a checksum to validate the integrity of the downloaded extension like so: