mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00

| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | helm | tigera-operator | v3.24.2 | v3.24.3 |
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: tigera-operator
|
|
namespace: tigera-operator
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: tigera-operator
|
|
version: v3.24.3
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: project-calico-charts
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 5
|
|
upgrade:
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 5
|
|
values:
|
|
installation:
|
|
enabled: true
|
|
registry: quay.io
|
|
imagePath: calico
|
|
calicoNetwork:
|
|
bgp: Enabled
|
|
hostPorts: Disabled
|
|
# Note: The ipPools section cannot be modified post-install.
|
|
ipPools:
|
|
- blockSize: 26
|
|
cidr: "${NET_POD_CIDR}"
|
|
encapsulation: None
|
|
natOutgoing: Enabled
|
|
nodeSelector: all()
|
|
linuxDataplane: Iptables
|
|
multiInterfaceMode: None
|
|
nodeAddressAutodetectionV4:
|
|
cidrs:
|
|
- "${NET_NODE_CIDR}"
|
|
nodeMetricsPort: 9091
|
|
typhaMetricsPort: 9093
|