We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi! Any news related to this? Thanks!
Sorry, something went wrong.
No branches or pull requests
The new argo extension mechanism would prefer to have a checksum to validate the integrity of the downloaded extension like so:
The text was updated successfully, but these errors were encountered: