We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Maybe we can refer to this #740 Proposal when fixing issue such as #694 and #695 .
Sorry, something went wrong.
yudong2015
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: