Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
ipv4NativeRoutingCIDR: 10.0.0.0/16 # default net, see hosted control plane controller
{{- end }}

policyDenyResponse: icmp

rollOutCiliumPods: true
encryption:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions charts/t8s-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ global:
# it's important that the `url` is the first key and `charts` is right below, otherwise renovate won't detect it
helmRepositories:
cilium:
url: https://helm.cilium.io
url: oci://quay.io/cilium/charts
charts:
cilium: 1.18.6
cilium: 1.19.0
condition: '{{ eq (include "t8s-cluster.cni" .) "cilium" }}'
nvidia:
url: https://helm.ngc.nvidia.com/nvidia
Expand Down
Loading