Add Image Updater for Uptime Kuma
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: argocd-image-updater.argoproj.io/v1alpha1
|
||||||
|
kind: ImageUpdater
|
||||||
|
metadata:
|
||||||
|
name: uptime-kuma-image-updater
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
writeBackConfig:
|
||||||
|
method: "git"
|
||||||
|
gitConfig:
|
||||||
|
branch: "main"
|
||||||
|
|
||||||
|
applicationRefs:
|
||||||
|
- namePattern: "uptime-kuma"
|
||||||
|
images:
|
||||||
|
- alias: "uptime-kuma"
|
||||||
|
imageName: "louislam/uptime-kuma:1"
|
||||||
|
commonUpdateSettings:
|
||||||
|
updateStrategy: "digest"
|
||||||
|
manifestTargets:
|
||||||
|
kustomize:
|
||||||
|
name: "louislam/uptime-kuma"
|
||||||
Reference in New Issue
Block a user