Skip to content

Commit 8b5d28b

Browse files
committed
fix: Do not use digests for Cilium images
This would break for air-gapped installations as the repo digest changes when we build the air-gapped bundle,
1 parent 43962f5 commit 8b5d28b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ cni:
22
chainingMode: portmap
33
exclusive: false
44
hubble:
5+
enabled: true
56
tls:
67
auto:
78
enabled: true # enable automatic TLS certificate generation
89
method: cronJob # auto generate certificates using cronJob method
910
certValidityDuration: 60 # certificates validity duration in days (default 2 months)
1011
schedule: "0 0 1 * *" # schedule on the 1st day regeneration of each month
12+
relay:
13+
enabled: true
14+
image:
15+
useDigest: false
1116
ipam:
1217
mode: kubernetes
1318
image:
@@ -20,3 +25,6 @@ certgen:
2025
useDigest: false
2126
socketLB:
2227
hostNamespaceOnly: true
28+
envoy:
29+
image:
30+
useDigest: false

0 commit comments

Comments
 (0)