Skip to content

Commit

Permalink
Merge pull request #5 from controlplaneio-fluxcd/update-charts
Browse files Browse the repository at this point in the history
Update charts
  • Loading branch information
stefanprodan authored May 31, 2024
2 parents 7874dfe + c102393 commit a4e8c3b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/flux-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 0.1.0
appVersion: "v0.1.0"
version: 0.2.0
appVersion: "v0.2.0"
kubeVersion: ">=1.22.0-0"
type: application
name: flux-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/flux-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux-operator

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)

The [Flux Operator](https://github.com/controlplaneio-fluxcd) provides a declarative API
for the installation and upgrade of CNCF [Flux](https://fluxcd.io) and the
Expand Down
18 changes: 18 additions & 0 deletions charts/flux-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
- jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Status
type: string
- jsonPath: .status.lastAttemptedRevision
name: Revision
type: string
name: v1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -189,6 +192,21 @@ spec:
type: object
type: array
type: object
storage:
description: |-
Storage holds the specification of the source-controller
persistent volume claim.
properties:
class:
description: Class is the storage class to use for the PVC.
type: string
size:
description: Size is the size of the PVC.
type: string
required:
- class
- size
type: object
wait:
default: true
description: |-
Expand Down

0 comments on commit a4e8c3b

Please sign in to comment.