22 lines
522 B
YAML
22 lines
522 B
YAML
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"
|