mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
Update Flux components to v0.5.6 [ci-skip] (#48)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: auricom <auricom@users.noreply.github.com>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
8dcc994af9
commit
cb59735cfd
@@ -1455,7 +1455,7 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
interval:
|
interval:
|
||||||
description: The interval at which to reconcile the kustomization.
|
description: The interval at which to reconcile the Kustomization.
|
||||||
type: string
|
type: string
|
||||||
kubeConfig:
|
kubeConfig:
|
||||||
description: The KubeConfig for reconciling the Kustomization on a remote cluster. When specified, KubeConfig takes precedence over ServiceAccountName.
|
description: The KubeConfig for reconciling the Kustomization on a remote cluster. When specified, KubeConfig takes precedence over ServiceAccountName.
|
||||||
@@ -1469,8 +1469,7 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
path:
|
path:
|
||||||
description: Path to the directory containing the kustomization file.
|
description: Path to the directory containing the kustomization.yaml file, or the set of plain YAMLs a kustomization.yaml should be generated for. Defaults to 'None', which translates to the root path of the SourceRef.
|
||||||
pattern: ^\./
|
|
||||||
type: string
|
type: string
|
||||||
prune:
|
prune:
|
||||||
description: Prune enables garbage collection.
|
description: Prune enables garbage collection.
|
||||||
@@ -1520,7 +1519,6 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- interval
|
- interval
|
||||||
- path
|
|
||||||
- prune
|
- prune
|
||||||
- sourceRef
|
- sourceRef
|
||||||
type: object
|
type: object
|
||||||
@@ -2103,7 +2101,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: ghcr.io/fluxcd/helm-controller:v0.4.3
|
image: ghcr.io/fluxcd/helm-controller:v0.4.4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -2136,7 +2134,7 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 600
|
||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: temp
|
name: temp
|
||||||
@@ -2175,7 +2173,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: ghcr.io/fluxcd/kustomize-controller:v0.5.1
|
image: ghcr.io/fluxcd/kustomize-controller:v0.5.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -2210,7 +2208,7 @@ spec:
|
|||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1337
|
fsGroup: 1337
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 60
|
||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: temp
|
name: temp
|
||||||
@@ -2326,7 +2324,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: ghcr.io/fluxcd/source-controller:v0.5.4
|
image: ghcr.io/fluxcd/source-controller:v0.5.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
Reference in New Issue
Block a user