mirror of https://github.com/fluxcd/flux2.git
Update image-reflector API to v1beta2
Signed-off-by: Sunny <darkowlzz@protonmail.com>pull/3585/head
parent
4a871cdf10
commit
9dd98fb2b2
@ -1,10 +1,13 @@
|
|||||||
---
|
---
|
||||||
apiVersion: image.toolkit.fluxcd.io/v1beta1
|
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
||||||
kind: ImageRepository
|
kind: ImageRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: flux-system
|
name: flux-system
|
||||||
namespace: {{ .fluxns }}
|
namespace: {{ .fluxns }}
|
||||||
spec:
|
spec:
|
||||||
|
exclusionList:
|
||||||
|
- ^.*\.sig$
|
||||||
image: ghcr.io/test/podinfo
|
image: ghcr.io/test/podinfo
|
||||||
interval: 1m0s
|
interval: 1m0s
|
||||||
|
provider: generic
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
NAME LATEST IMAGE READY MESSAGE
|
NAME LATEST IMAGE READY MESSAGE
|
||||||
podinfo-regex ghcr.io/stefanprodan/podinfo:5.0.0 True Latest image tag for 'ghcr.io/stefanprodan/podinfo' resolved to: 5.0.0
|
podinfo-regex ghcr.io/stefanprodan/podinfo:5.0.0 True Latest image tag for 'ghcr.io/stefanprodan/podinfo' resolved to 5.0.0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
NAME LATEST IMAGE READY MESSAGE
|
NAME LATEST IMAGE READY MESSAGE
|
||||||
podinfo-semver ghcr.io/stefanprodan/podinfo:5.0.3 True Latest image tag for 'ghcr.io/stefanprodan/podinfo' resolved to: 5.0.3
|
podinfo-semver ghcr.io/stefanprodan/podinfo:5.0.3 True Latest image tag for 'ghcr.io/stefanprodan/podinfo' resolved to 5.0.3
|
||||||
|
Loading…
Reference in New Issue