Skip to content

A gitops action to automatically push new helm chart versions for flux2 #2991

Answered by kingdonb
cep21 asked this question in Show and tell
Discussion options

You must be logged in to vote

Does not feel very gitops to us since we cannot track in git when a deployment happens.

This is something I wrestled with too, in the end I found it's more noise, but it should be up to users whether the locus of control for which release is deployed comes from the Cluster repo or the App repo.

This should be true whether automation is used or otherwise.

We also cannot use git revert or setup a PR for the change before it goes into production

With the new OCI support, you can make production based on a label as in:

flux push artifact oci://ghcr.io/kingdonb/manifests/cluster:production --path=./clusters/ \
  --source="$(git config --get remote.origin.url)" \
  --revision="$(git tag --p…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@cep21
Comment options

@tuxillo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by kingdonb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants