Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit bc42709

Browse files
chore(deps): renovate: dependency projectcalico/calico to v3.29.2
1 parent 8db6d2f commit bc42709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: terraform/dev.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "jupyter-dev" {
1919
# renovate: datasource=github-releases depName=k3s-io/k3s versioning=loose
2020
k3s_version = "v1.31.2+k3s1" # https://github.com/k3s-io/k3s/releases/
2121
# renovate: datasource=github-releases depName=projectcalico/calico versioning=loose
22-
calico_version = "v3.29.0" # https://github.com/projectcalico/calico/releases
22+
calico_version = "v3.29.2" # https://github.com/projectcalico/calico/releases
2323

2424
aad_client_id = var.aad_client_id
2525
aad_client_secret = var.aad_client_secret

Diff for: terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "ssrc-jupyter-pilot" {
1919
# renovate: datasource=github-releases depName=k3s-io/k3s versioning=loose
2020
k3s_version = "v1.31.2+k3s1" # https://github.com/k3s-io/k3s/releases/
2121
# renovate: datasource=github-releases depName=projectcalico/calico versioning=loose
22-
calico_version = "v3.29.0" # https://github.com/projectcalico/calico/releases
22+
calico_version = "v3.29.2" # https://github.com/projectcalico/calico/releases
2323

2424
aad_client_id = var.aad_client_id
2525
aad_client_secret = var.aad_client_secret

0 commit comments

Comments
 (0)