Skip to content

Commit 7992ac3

Browse files
committed
chore(flux): remove explicit operator manifests; tune patches
1 parent 551b918 commit 7992ac3

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

.renovate/groups.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
{
55
groupName: "flux",
66
matchDatasources: ["docker"],
7-
matchPackageNames: ["/flux-operator/", "/flux-instance/", "/flux-operator-manifests/"],
7+
matchPackageNames: ["/flux-operator/", "/flux-instance/"],
88
group: {
99
commitMessageTopic: "{{{groupName}}} group",
1010
},
11-
minimumGroupSize: 3,
11+
minimumGroupSize: 2,
1212
},
1313
{
1414
groupName: "immich",

kubernetes/apps/flux-system/instance/ks/helm-values.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
commonAnnotations:
2+
fluxcd.controlplane.io/reconcileArtifactEvery: 1h
13
instance:
2-
distribution:
3-
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.48.0
4-
version: 2.x
54
cluster:
65
networkPolicy: false
76
components:
@@ -37,13 +36,7 @@ instance:
3736
- patch: |
3837
- op: add
3938
path: /spec/template/spec/containers/0/args/-
40-
value: --concurrent=8
41-
- op: add
42-
path: /spec/template/spec/containers/0/args/-
43-
value: --kube-api-qps=500
44-
- op: add
45-
path: /spec/template/spec/containers/0/args/-
46-
value: --kube-api-burst=1000
39+
value: --concurrent=10
4740
- op: add
4841
path: /spec/template/spec/containers/0/args/-
4942
value: --requeue-dependency=5s
@@ -101,11 +94,11 @@ instance:
10194
target:
10295
kind: Deployment
10396
name: source-controller
104-
- # Disable chart digest tracking
97+
- # Default to retry on failure and disable chart digest tracking
10598
patch: |-
10699
- op: add
107100
path: /spec/template/spec/containers/0/args/-
108-
value: --feature-gates=DisableChartDigestTracking=true
101+
value: --feature-gates=DefaultToRetryOnFailure=true,DisableChartDigestTracking=true
109102
target:
110103
kind: Deployment
111104
name: helm-controller

0 commit comments

Comments
 (0)