mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
12 lines
209 B
YAML
12 lines
209 B
YAML
|
|
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
||
|
|
kind: ImageRepository
|
||
|
|
metadata:
|
||
|
|
name: podinfo
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
image: stefanprodan/podinfo
|
||
|
|
interval: 1h
|
||
|
|
provider: generic
|
||
|
|
status:
|
||
|
|
conditions: []
|