Skip to content

WIP: eos-commons: 'eos-image' definition based in local deps

Samuel Alfageme Sainz requested to merge eos-commons into devel

TODO:

  • Clarify lib location/naming
  • Remove local imports

Example

helm install fst ./fst --debug --dry-run \
  --set global.repository="eos/eos" \
  --set global.tag="3.14.15" | grep image

image:
          image: "eos/eos:3.14.15"
          imagePullPolicy: Always
          image: "eos/eos:3.14.15"
          imagePullPolicy: Always
          image: "eos/eos:3.14.15"
          imagePullPolicy: Always
Edited by Enrico Bocchi

Merge request reports