File tree Expand file tree Collapse file tree 7 files changed +19
-9
lines changed
Expand file tree Collapse file tree 7 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- version : 0.26 .0
3- appVersion : " v0.26 .0"
2+ version : 0.27 .0
3+ appVersion : " v0.27 .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.26 .0] ( https://img.shields.io/badge/Version-0.26 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.26 .0] ( https://img.shields.io/badge/AppVersion-v0.26 .0-informational?style=flat-square )
3+ ![ Version: 0.27 .0] ( https://img.shields.io/badge/Version-0.27 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.27 .0] ( https://img.shields.io/badge/AppVersion-v0.27 .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.26 .0
3- appVersion : " v0.26 .0"
2+ version : 0.27 .0
3+ appVersion : " v0.27 .0"
44kubeVersion : " >=1.27.0-0"
55type : application
66name : flux-operator-mcp
Original file line number Diff line number Diff line change 11# flux-operator-mcp
22
3- ![ Version: 0.26 .0] ( https://img.shields.io/badge/Version-0.26 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.26 .0] ( https://img.shields.io/badge/AppVersion-v0.26 .0-informational?style=flat-square )
3+ ![ Version: 0.27 .0] ( https://img.shields.io/badge/Version-0.27 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.27 .0] ( https://img.shields.io/badge/AppVersion-v0.27 .0-informational?style=flat-square )
44
55The [ Flux MCP Server] ( https://github.com/controlplaneio-fluxcd/flux-operator/tree/main/cmd/mcp )
66connects AI assistants to Kubernetes clusters running Flux Operator, enabling seamless interaction
Original file line number Diff line number Diff line change 11apiVersion : v2
2- version : 0.26 .0
3- appVersion : " v0.26 .0"
2+ version : 0.27 .0
3+ appVersion : " v0.27 .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.26 .0] ( https://img.shields.io/badge/Version-0.26 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.26 .0] ( https://img.shields.io/badge/AppVersion-v0.26 .0-informational?style=flat-square )
3+ ![ Version: 0.27 .0] ( https://img.shields.io/badge/Version-0.27 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.27 .0] ( https://img.shields.io/badge/AppVersion-v0.27 .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 8585 required for object-level workload identity.
8686 This feature is only available in Flux v2.6.0 and later.
8787 type : boolean
88+ size :
89+ description : |-
90+ Size defines the vertical scaling profile of the Flux controllers.
91+ The size is used to determine the concurrency and CPU/Memory limits for the Flux controllers.
92+ Accepted values are: 'small', 'medium' and 'large'.
93+ enum :
94+ - small
95+ - medium
96+ - large
97+ type : string
8898 tenantDefaultServiceAccount :
8999 description : |-
90100 TenantDefaultServiceAccount is the name of the service account
You can’t perform that action at this time.
0 commit comments