Files
auricom-home-cluster/cluster/apps/networking/tigera-operator/helm-release.yaml
feisar-bot 8a0fe31774 ⬆️ Update chart tigera-operator to v3.24.3
| datasource | package         | from    | to      |
| ---------- | --------------- | ------- | ------- |
| helm       | tigera-operator | v3.24.2 | v3.24.3 |
2022-10-23 04:06:07 +02:00

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