File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 9
9
sources:
10
10
- - https://github.com/flannel-io/flannel
11
11
+ - https://github.com/rancher/rke2-charts
12
- version: v0.27.0
12
+ version: v0.27.1
Original file line number Diff line number Diff line change 1
1
--- charts-original/templates/daemonset.yaml
2
2
+++ charts/templates/daemonset.yaml
3
- @@ -33 ,20 +33 ,13 @@
3
+ @@ -37 ,20 +37 ,13 @@
4
4
{{- end }}
5
5
serviceAccountName: flannel
6
6
initContainers:
25
25
command:
26
26
- cp
27
27
args:
28
- @@ -58 ,10 +51 ,9 @@
28
+ @@ -62 ,10 +55 ,9 @@
29
29
mountPath: /etc/cni/net.d
30
30
- name: flannel-cfg
31
31
mountPath: /etc/kube-flannel/
37
37
command:
38
38
- "/opt/bin/flanneld"
39
39
{{- range .Values.flannel.args }}
40
- @@ -72 ,7 +64 ,7 @@
41
- cpu: "100m"
42
- memory: "50Mi"
40
+ @@ -76 ,7 +68 ,7 @@
41
+ {{- toYaml . | trim | nindent 10 }}
42
+ {{- end }}
43
43
securityContext:
44
44
- privileged: false
45
45
+ privileged: true
46
46
capabilities:
47
47
add: ["NET_ADMIN", "NET_RAW"]
48
48
env:
49
- @@ -93 ,44 +85 ,14 @@
49
+ @@ -99 ,44 +91 ,14 @@
50
50
mountPath: /etc/kube-flannel/
51
51
- name: xtables-lock
52
52
mountPath: /run/xtables.lock
Original file line number Diff line number Diff line change 15
15
# kube-flannel image
16
16
image:
17
17
- repository: ghcr.io/flannel-io/flannel
18
- - tag: v0.27.0
18
+ - tag: v0.27.1
19
19
+ repository: rancher/hardened-flannel
20
- + tag: v0.27.0-build20250611
20
+ + tag: v0.27.1-build20250710
21
21
image_cni:
22
22
- repository: ghcr.io/flannel-io/flannel-cni-plugin
23
23
- tag: v1.7.1-flannel1
63
63
}
64
64
]
65
65
}
66
- @@ -83,16 +77,18 @@
67
- # General daemonset configs
68
- #
66
+ @@ -87,17 +81,19 @@
67
+ cpu: 100m
68
+ memory: 50Mi
69
69
tolerations:
70
70
- - effect: NoExecute
71
71
- operator: Exists
81
81
+ - key: "node-role.kubernetes.io/etcd"
82
82
+ operator: "Exists"
83
83
+ effect: "NoExecute"
84
+ nodeSelector: {}
84
85
85
86
- netpol:
86
87
- enabled: false
Original file line number Diff line number Diff line change 1
- url : https://github.com/flannel-io/flannel/releases/download/v0.27.0 /flannel.tgz
2
- packageVersion : 01
1
+ url : https://github.com/flannel-io/flannel/releases/download/v0.27.1 /flannel.tgz
2
+ packageVersion : 00
You can’t perform that action at this time.
0 commit comments