Update Fluxcd 2.7.x, enable source-watcher
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
parent
e5b65e8e77
commit
2a87c83043
7 changed files with 24 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ annotations:
|
|||
- name: Upstream Project
|
||||
url: https://github.com/controlplaneio-fluxcd/flux-operator
|
||||
apiVersion: v2
|
||||
appVersion: v0.30.0
|
||||
appVersion: v0.33.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.30.0
|
||||
version: 0.33.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
|
||||
|
|
|
|||
|
|
@ -203,6 +203,15 @@ spec:
|
|||
Registry address to pull the distribution images from
|
||||
e.g. 'ghcr.io/fluxcd'.
|
||||
type: string
|
||||
variant:
|
||||
description: |-
|
||||
Variant specifies the Flux distribution flavor stored
|
||||
in the registry.
|
||||
enum:
|
||||
- upstream-alpine
|
||||
- enterprise-alpine
|
||||
- enterprise-distroless
|
||||
type: string
|
||||
version:
|
||||
description: Version semver expression e.g. '2.x', '2.3.x'.
|
||||
type: string
|
||||
|
|
@ -583,6 +592,12 @@ spec:
|
|||
LastAttemptedRevision is the version and digest of the
|
||||
distribution config that was last attempted to reconcile.
|
||||
type: string
|
||||
lastHandledForceAt:
|
||||
description: |-
|
||||
LastHandledForceAt holds the value of the most recent
|
||||
force request value, so a change of the annotation value
|
||||
can be detected.
|
||||
type: string
|
||||
lastHandledReconcileAt:
|
||||
description: |-
|
||||
LastHandledReconcileAt holds the value of the most recent
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{{- if .Capabilities.APIVersions.Has "cilium.io/v2/CiliumClusterwideNetworkPolicy" }}
|
||||
---
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumClusterwideNetworkPolicy
|
||||
metadata:
|
||||
|
|
@ -17,5 +16,3 @@ spec:
|
|||
protocol: TCP
|
||||
ingress:
|
||||
- fromEntities:
|
||||
- cluster
|
||||
{{- end }}
|
||||
|
|
@ -8,7 +8,7 @@ annotations:
|
|||
- name: Upstream Project
|
||||
url: https://github.com/controlplaneio-fluxcd/flux-operator
|
||||
apiVersion: v2
|
||||
appVersion: v0.30.0
|
||||
appVersion: v0.33.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.30.0
|
||||
version: 0.33.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)
|
||||
|
|
|
|||
|
|
@ -5,10 +5,11 @@ flux-instance:
|
|||
domain: cozy.local # -- default value is overriden in patches
|
||||
distribution:
|
||||
artifact: ""
|
||||
version: 2.6.x
|
||||
version: 2.7.x
|
||||
registry: ghcr.io/fluxcd
|
||||
components:
|
||||
- source-controller
|
||||
- source-watcher
|
||||
- kustomize-controller
|
||||
- helm-controller
|
||||
- notification-controller
|
||||
|
|
@ -33,7 +34,7 @@ flux-instance:
|
|||
memory: 2048Mi
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: source-controller
|
||||
name: (source-controller|source-watcher)
|
||||
patch: |
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue