mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
Upgrade to Flux Operator 0.28.0
Signed-off-by: Kingdon B <kingdon@urmanac.com>
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
- name: Upstream Project
|
||||
url: https://github.com/controlplaneio-fluxcd/flux-operator
|
||||
apiVersion: v2
|
||||
appVersion: v0.27.0
|
||||
appVersion: v0.28.0
|
||||
description: 'A Helm chart for deploying the Flux Operator. '
|
||||
home: https://github.com/controlplaneio-fluxcd
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/flux/icon/color/flux-icon-color.png
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/controlplaneio-fluxcd/flux-operator
|
||||
- https://github.com/controlplaneio-fluxcd/charts
|
||||
type: application
|
||||
version: 0.27.0
|
||||
version: 0.28.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# flux-operator
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
The [Flux Operator](https://github.com/controlplaneio-fluxcd/flux-operator) provides a
|
||||
declarative API for the installation and upgrade of CNCF [Flux](https://fluxcd.io) and the
|
||||
|
||||
@@ -458,6 +458,57 @@ spec:
|
||||
- type
|
||||
type: object
|
||||
type: array
|
||||
history:
|
||||
description: |-
|
||||
History contains the reconciliation history of the FluxInstance
|
||||
as a list of snapshots ordered by the last reconciled time.
|
||||
items:
|
||||
description: |-
|
||||
Snapshot represents a point-in-time record of a group of resources reconciliation,
|
||||
including timing information, status, and a unique digest identifier.
|
||||
properties:
|
||||
digest:
|
||||
description: Digest is the checksum in the format `<algo>:<hex>`
|
||||
of the resources in this snapshot.
|
||||
type: string
|
||||
firstReconciled:
|
||||
description: FirstReconciled is the time when this revision
|
||||
was first reconciled to the cluster.
|
||||
format: date-time
|
||||
type: string
|
||||
lastReconciled:
|
||||
description: LastReconciled is the time when this revision was
|
||||
last reconciled to the cluster.
|
||||
format: date-time
|
||||
type: string
|
||||
lastReconciledDuration:
|
||||
description: LastReconciledDuration is time it took to reconcile
|
||||
the resources in this revision.
|
||||
type: string
|
||||
lastReconciledStatus:
|
||||
description: LastReconciledStatus is the status of the last
|
||||
reconciliation.
|
||||
type: string
|
||||
metadata:
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: Metadata contains additional information about
|
||||
the snapshot.
|
||||
type: object
|
||||
totalReconciliations:
|
||||
description: TotalReconciliations is the total number of reconciliations
|
||||
that have occurred for this snapshot.
|
||||
format: int64
|
||||
type: integer
|
||||
required:
|
||||
- digest
|
||||
- firstReconciled
|
||||
- lastReconciled
|
||||
- lastReconciledDuration
|
||||
- lastReconciledStatus
|
||||
- totalReconciliations
|
||||
type: object
|
||||
type: array
|
||||
inventory:
|
||||
description: |-
|
||||
Inventory contains a list of Kubernetes resource object references
|
||||
@@ -1478,6 +1529,57 @@ spec:
|
||||
- type
|
||||
type: object
|
||||
type: array
|
||||
history:
|
||||
description: |-
|
||||
History contains the reconciliation history of the ResourceSet
|
||||
as a list of snapshots ordered by the last reconciled time.
|
||||
items:
|
||||
description: |-
|
||||
Snapshot represents a point-in-time record of a group of resources reconciliation,
|
||||
including timing information, status, and a unique digest identifier.
|
||||
properties:
|
||||
digest:
|
||||
description: Digest is the checksum in the format `<algo>:<hex>`
|
||||
of the resources in this snapshot.
|
||||
type: string
|
||||
firstReconciled:
|
||||
description: FirstReconciled is the time when this revision
|
||||
was first reconciled to the cluster.
|
||||
format: date-time
|
||||
type: string
|
||||
lastReconciled:
|
||||
description: LastReconciled is the time when this revision was
|
||||
last reconciled to the cluster.
|
||||
format: date-time
|
||||
type: string
|
||||
lastReconciledDuration:
|
||||
description: LastReconciledDuration is time it took to reconcile
|
||||
the resources in this revision.
|
||||
type: string
|
||||
lastReconciledStatus:
|
||||
description: LastReconciledStatus is the status of the last
|
||||
reconciliation.
|
||||
type: string
|
||||
metadata:
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: Metadata contains additional information about
|
||||
the snapshot.
|
||||
type: object
|
||||
totalReconciliations:
|
||||
description: TotalReconciliations is the total number of reconciliations
|
||||
that have occurred for this snapshot.
|
||||
format: int64
|
||||
type: integer
|
||||
required:
|
||||
- digest
|
||||
- firstReconciled
|
||||
- lastReconciled
|
||||
- lastReconciledDuration
|
||||
- lastReconciledStatus
|
||||
- totalReconciliations
|
||||
type: object
|
||||
type: array
|
||||
inventory:
|
||||
description: |-
|
||||
Inventory contains a list of Kubernetes resource object references
|
||||
|
||||
@@ -8,7 +8,7 @@ annotations:
|
||||
- name: Upstream Project
|
||||
url: https://github.com/controlplaneio-fluxcd/flux-operator
|
||||
apiVersion: v2
|
||||
appVersion: v0.27.0
|
||||
appVersion: v0.28.0
|
||||
description: 'A Helm chart for deploying a Flux instance managed by Flux Operator. '
|
||||
home: https://github.com/controlplaneio-fluxcd
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/flux/icon/color/flux-icon-color.png
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/controlplaneio-fluxcd/flux-operator
|
||||
- https://github.com/controlplaneio-fluxcd/charts
|
||||
type: application
|
||||
version: 0.27.0
|
||||
version: 0.28.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# flux-instance
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This chart is a thin wrapper around the `FluxInstance` custom resource, which is
|
||||
used by the [Flux Operator](https://github.com/controlplaneio-fluxcd/flux-operator)
|
||||
|
||||
Reference in New Issue
Block a user