Skip to content

Commit

Permalink
Update dependency projectcalico/calico to v3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent ea13489 commit 17c5dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calico.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local clusterCidr = "10.244.0.0/16";
local clusterCidr6 = "2406:3400:249:1703::/112";

// renovate: depName=projectcalico/calico datasource=github-releases versioning=semver
local manifest = importstr "https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml";
local manifest = importstr "https://raw.githubusercontent.com/projectcalico/calico/v3.27.1/manifests/calico.yaml";
local upstream = kubecfg.fold(kubecfg.layouts.gvkName, kubecfg.parseYaml(manifest), {});

local BGPConfiguration(name) =
Expand Down

0 comments on commit 17c5dbc

Please sign in to comment.