File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed
Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- version : 0.18 .0
3- appVersion : " v0.18 .0"
2+ version : 0.19 .0
3+ appVersion : " v0.19 .0"
44kubeVersion : " >=1.22.0-0"
55type : application
66name : flux-instance
Original file line number Diff line number Diff line change 11# flux-instance
22
3- ![ Version: 0.18 .0] ( https://img.shields.io/badge/Version-0.18 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.18 .0] ( https://img.shields.io/badge/AppVersion-v0.18 .0-informational?style=flat-square )
3+ ![ Version: 0.19 .0] ( https://img.shields.io/badge/Version-0.19 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.19 .0] ( https://img.shields.io/badge/AppVersion-v0.19 .0-informational?style=flat-square )
44
55This chart is a thin wrapper around the ` FluxInstance ` custom resource, which is
66used by the [ Flux Operator] ( https://github.com/controlplaneio-fluxcd/flux-operator )
Original file line number Diff line number Diff line change 11apiVersion : v2
2- version : 0.18 .0
3- appVersion : " v0.18 .0"
2+ version : 0.19 .0
3+ appVersion : " v0.19 .0"
44kubeVersion : " >=1.22.0-0"
55type : application
66name : flux-operator
Original file line number Diff line number Diff line change 11# flux-operator
22
3- ![ Version: 0.18 .0] ( https://img.shields.io/badge/Version-0.18 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.18 .0] ( https://img.shields.io/badge/AppVersion-v0.18 .0-informational?style=flat-square )
3+ ![ Version: 0.19 .0] ( https://img.shields.io/badge/Version-0.19 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.19 .0] ( https://img.shields.io/badge/AppVersion-v0.19 .0-informational?style=flat-square )
44
55The [ Flux Operator] ( https://github.com/controlplaneio-fluxcd/flux-operator ) provides a
66declarative API for the installation and upgrade of CNCF [ Flux] ( https://fluxcd.io ) and the
Original file line number Diff line number Diff line change @@ -878,6 +878,18 @@ spec:
878878 required :
879879 - name
880880 type : object
881+ skip :
882+ description : Skip defines whether we need to skip input provider response
883+ updates.
884+ properties :
885+ labels :
886+ description : |-
887+ Labels specifies list of labels to skip input provider response when any of the label conditions matched.
888+ When prefixed with !, input provider response will be skipped if it does not have this label.
889+ items :
890+ type : string
891+ type : array
892+ type : object
881893 type :
882894 description : Type specifies the type of the input provider.
883895 enum :
You can’t perform that action at this time.
0 commit comments