mirror of https://github.com/fluxcd/flux2.git
Compare commits
24 Commits
Author | SHA1 | Date |
---|---|---|
|
5c5c15ea21 | 2 years ago |
|
775838d3ad | 2 years ago |
|
eaae83efa4 | 2 years ago |
|
c1f7f20454 | 2 years ago |
|
bba9e0952d | 2 years ago |
|
0ea68fd43b | 2 years ago |
|
492b50e4f0 | 2 years ago |
|
f46f59bbba | 2 years ago |
|
2eb52e314a | 2 years ago |
|
06dd89e160 | 2 years ago |
|
2ac481c889 | 2 years ago |
|
f434fed50f | 2 years ago |
|
01f43fc109 | 2 years ago |
|
c369c06731 | 2 years ago |
|
9b3958825a | 2 years ago |
|
f581add81c | 2 years ago |
|
107dbd09ab | 2 years ago |
|
ec034c0c3c | 2 years ago |
|
012782448e | 2 years ago |
|
6be9ce2d4e | 2 years ago |
|
0a380b1495 | 2 years ago |
|
aae92ee097 | 2 years ago |
|
459f6f2c24 | 2 years ago |
|
986e405ada | 2 years ago |
@ -1,9 +1,9 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- https://github.com/fluxcd/source-controller/releases/download/v1.2.2/source-controller.crds.yaml
|
- https://github.com/fluxcd/source-controller/releases/download/v1.2.3/source-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.0/kustomize-controller.crds.yaml
|
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.1/kustomize-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.0/helm-controller.crds.yaml
|
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.2/helm-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.2/notification-controller.crds.yaml
|
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.3/notification-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.crds.yaml
|
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.crds.yaml
|
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.crds.yaml
|
||||||
|
Loading…
Reference in New Issue