Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • eos-charts eos-charts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • eos
  • eos-chartseos-charts
  • Merge requests
  • !20

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Samuel Alfageme Sainz requested to merge eos-commons into devel Jun 15, 2021
  • Overview 0
  • Commits 0
  • Pipelines 13
  • Changes 0

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 Jun 24, 2021 by Enrico Bocchi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: eos-commons