Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitOps (implemented in Argo CD) improvement #676

Open
5 of 6 tasks
LinuxSuRen opened this issue Jun 20, 2022 · 1 comment
Open
5 of 6 tasks

GitOps (implemented in Argo CD) improvement #676

LinuxSuRen opened this issue Jun 20, 2022 · 1 comment
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@LinuxSuRen
Copy link
Member

LinuxSuRen commented Jun 20, 2022

We only provided the basic function of the Argo CD to implement the GitOps feature. Those features are planned:

There are some potential small features:

Annotations are used:

  • argocd-image-updater.argoproj.io/git-branch: main
  • argocd-image-updater.argoproj.io/git-branch: base:target
  • argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd-image-updater/git-creds
  • argocd-image-updater.argoproj.io/write-back-method: git
  • argocd-image-updater.argoproj.io/write-back-target: kustomization
  • argocd-image-updater.argoproj.io/<image>.update-strategy: semver
  • argocd-image-updater.argoproj.io/myimage.allow-tags: regexp:^[0-9a-f]{7}$
  • argocd-image-updater.argoproj.io/api.pull-secret: pullsecret:argocd/osf2f-ghcr

There are some potential issues that we might need to resolve:

/kind feature

@ks-ci-bot ks-ci-bot added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 20, 2022
@LinuxSuRen LinuxSuRen pinned this issue Jul 13, 2022
@chengleqi
Copy link
Contributor

Maybe we can refer to this #740 Proposal when fixing issue such as #694 and #695 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants