graphops / launchpad-charts

Helm Charts for deploying Web3 applications into Kubernetes
https://docs.graphops.xyz
Apache License 2.0
16 stars 11 forks source link

subgraph-availability-oracle image tag #307

Closed cjorge-graphops closed 2 months ago

cjorge-graphops commented 2 months ago

Upstream does not use versioning for SAO.

The chart has by default imagePullPolicy: ifNotAvailable, meaning it won't be updated (unless on a Node change or otherwise the image is missing locally).

We should change from using a tag to use digests for this chart to bring it in line with the lifecycle/release standard of the other charts. May also require some Renovate adjustments.

calinah commented 2 months ago

this is no longer relevant as SAO has implemented releases. Instead we'll add versions as per current renovate pattern https://github.com/graphops/launchpad-charts/pull/317