Skip to content

Codified updates to git #56

@ellieayla

Description

@ellieayla

Many people are looking for GitOps to replace some imperative existing model, like a CI job running kubectl set image .... This often results in people independently authoring janky shell scripts that end up needing to...

  1. decide something about the world, like some new image being ready for use in production
  2. enough resource type awareness to edit some files - Possibly flimsy, such as with sed / envsubst
  3. make a commit
  4. push it somewhere and
  • make a PR (vendor-specific api) for something else to review or automerge
  • deal with merge conflicts - possibly rebase or discard & retry

FluxCD v1 implemented a stack of code for detecting & bumping image versions, but never dealt with the generalized case directed by some other tooling. Other bits in the GitOps toolkit may. An opinionated way to implement a common flow should be documented. And ideally not require the end-administrator to reimplement common logic themselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions