Introduce Renovatebot #22

Closed
opened 2023-08-26 06:05:31 +00:00 by lauri · 2 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 ```
Sign in to join this conversation.
No Label
new app
greenlit
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: k-space/kube#22
No description provided.