argoproj-labs / rollout-extension

Argo Rollout visualization in Argo CD Web UI
195 stars 46 forks source link

Provide checksum accessible by URL #67

Open jcogilvie opened 10 months ago

jcogilvie commented 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
jsolana commented 9 months ago

Hi! Any news related to this? Thanks!