feat: downgrade
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
repository: https://helm.cilium.io/
|
repository: https://helm.cilium.io/
|
||||||
version: 1.19.3
|
version: 1.18.9
|
||||||
digest: sha256:0fb32249f6ab7d68568a1e44796a8ee1ee5da2294b29a9c720153db8f055888b
|
digest: sha256:f7d127bed9b2c9154f25ffdc36ef7477ac8c8b12aeb92c5f4c20be5abd49ec11
|
||||||
generated: "2026-05-10T16:57:28.745-05:00"
|
generated: "2026-05-10T19:25:36.71023-05:00"
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
version: 1.19.3
|
version: 1.18.9
|
||||||
repository: https://helm.cilium.io/
|
repository: https://helm.cilium.io/
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
||||||
# renovate: datasource=github-releases depName=cilium/cilium
|
# renovate: datasource=github-releases depName=cilium/cilium
|
||||||
appVersion: 1.19.3
|
appVersion: 1.18.9
|
||||||
|
|||||||
@@ -10,18 +10,3 @@ spec:
|
|||||||
blocks:
|
blocks:
|
||||||
- start: "10.232.1.21"
|
- start: "10.232.1.21"
|
||||||
stop: "10.232.1.23"
|
stop: "10.232.1.23"
|
||||||
|
|
||||||
---
|
|
||||||
apiVersion: cilium.io/v2
|
|
||||||
kind: CiliumLoadBalancerIPPool
|
|
||||||
metadata:
|
|
||||||
name: bgp-ip-pool
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: bgp-ip-pool
|
|
||||||
{{- include "custom.labels" . | nindent 4 }}
|
|
||||||
spec:
|
|
||||||
blocks:
|
|
||||||
- start: "10.232.2.100"
|
|
||||||
stop: "10.232.2.200"
|
|
||||||
disabled: true
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
cilium:
|
cilium:
|
||||||
upgradeCompatibility: "1.19"
|
|
||||||
k8sServiceHost: "localhost"
|
k8sServiceHost: "localhost"
|
||||||
k8sServicePort: "7445"
|
k8sServicePort: "7445"
|
||||||
k8sClientRateLimit:
|
k8sClientRateLimit:
|
||||||
@@ -28,13 +27,12 @@ cilium:
|
|||||||
- SYS_RESOURCE
|
- SYS_RESOURCE
|
||||||
bpf:
|
bpf:
|
||||||
hostLegacyRouting: true
|
hostLegacyRouting: true
|
||||||
|
masquerade: false
|
||||||
devices: end0 enp6s0
|
devices: end0 enp6s0
|
||||||
ciliumEndpointSlice:
|
ciliumEndpointSlice:
|
||||||
enabled: true
|
enabled: true
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: true
|
enabled: false
|
||||||
enableAppProtocol: true
|
|
||||||
enableAlpn: true
|
|
||||||
socketLB:
|
socketLB:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostNamespaceOnly: true
|
hostNamespaceOnly: true
|
||||||
|
|||||||
Reference in New Issue
Block a user