Introduce Renovatebot #22

Open
opened 2023-08-26 06:05:31 +00:00 by lauri · 3 comments
Owner
https://github.com/renovatebot/renovate
Owner
https://argocd-image-updater.readthedocs.io/en/stable/
Owner

argocd-image-updater deployed. It currently supports only Kustomize and Helm (assuming it is seen in Argo as Helm), no raw grep+sed.

I advocate for standardizing on both (preferring Kustomize) #59.

To enable a repo for auto-updating (ft. rollbacks and git write-back 'upstreaming'), add to argocd/applications/<app>.yml:

metadata:
  annotations:
    argocd-image-updater.argoproj.io/image-list: my/image:^2 # 2.*.*
    argocd-image-updater.argoproj.io/write-back-method: git # once it can be set globally, will be set globally
`argocd-image-updater` deployed. It currently supports only Kustomize and Helm (assuming it is seen in Argo as Helm), no raw grep+sed. I advocate for standardizing on both (preferring Kustomize) https://git.k-space.ee/k-space/kube/issues/59. To enable a repo for auto-updating (ft. rollbacks and git write-back 'upstreaming'), add to `argocd/applications/<app>.yml`: ``` metadata: annotations: argocd-image-updater.argoproj.io/image-list: my/image:^2 # 2.*.* argocd-image-updater.argoproj.io/write-back-method: git # once it can be set globally, will be set globally ```
Owner

Deployed, but needs annotations/impl to actually be useful.

Deployed, but needs annotations/impl to actually be useful.
rasmus reopened this issue 2025-07-09 10:55:57 +00:00
rasmus added this to the Argospaces milestone 2025-07-09 10:56:03 +00:00
rasmus added the
upkeep
label 2025-08-15 03:42:38 +00:00
Sign in to join this conversation.
No description provided.