Skip to content

Commit

Permalink
upgrade to cilium 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Oct 20, 2024
1 parent 4787bde commit e1f6007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cilium.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
locals {
# see https://docs.cilium.io/en/stable/network/lb-ipam/
# see https://docs.cilium.io/en/stable/network/l2-announcements/
# see the CiliumL2AnnouncementPolicy type at https://github.com/cilium/cilium/blob/v1.16.2/pkg/k8s/apis/cilium.io/v2alpha1/l2announcement_types.go#L23-L42
# see the CiliumLoadBalancerIPPool type at https://github.com/cilium/cilium/blob/v1.16.2/pkg/k8s/apis/cilium.io/v2alpha1/lbipam_types.go#L23-L47
# see the CiliumL2AnnouncementPolicy type at https://github.com/cilium/cilium/blob/v1.16.3/pkg/k8s/apis/cilium.io/v2alpha1/l2announcement_types.go#L23-L42
# see the CiliumLoadBalancerIPPool type at https://github.com/cilium/cilium/blob/v1.16.3/pkg/k8s/apis/cilium.io/v2alpha1/lbipam_types.go#L23-L47
cilium_external_lb_manifests = [
{
apiVersion = "cilium.io/v2alpha1"
Expand Down Expand Up @@ -50,15 +50,15 @@ locals {
// see https://docs.cilium.io/en/stable/gettingstarted/hubble/
// see https://docs.cilium.io/en/stable/helm-reference/#helm-reference
// see https://github.com/cilium/cilium/releases
// see https://github.com/cilium/cilium/tree/v1.16.2/install/kubernetes/cilium
// see https://github.com/cilium/cilium/tree/v1.16.3/install/kubernetes/cilium
// see https://registry.terraform.io/providers/hashicorp/helm/latest/docs/data-sources/template
data "helm_template" "cilium" {
namespace = "kube-system"
name = "cilium"
repository = "https://helm.cilium.io"
chart = "cilium"
# renovate: datasource=helm depName=cilium registryUrl=https://helm.cilium.io
version = "1.16.2"
version = "1.16.3"
kube_version = var.kubernetes_version
api_versions = []
set {
Expand Down

0 comments on commit e1f6007

Please sign in to comment.