Skip to content

Commit

Permalink
Merge pull request #52 from UCL-ARC/renovate/projectcalico-calico-3.x
Browse files Browse the repository at this point in the history
chore(deps): renovate: dependency projectcalico/calico to v3.29.0
  • Loading branch information
cdkharris authored Nov 1, 2024
2 parents fc02696 + f821578 commit bd0f43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "jupyter-dev" {
# renovate: datasource=github-releases depName=k3s-io/k3s versioning=loose
k3s_version = "v1.31.2+k3s1" # https://github.com/k3s-io/k3s/releases/
# renovate: datasource=github-releases depName=projectcalico/calico versioning=loose
calico_version = "v3.28.2" # https://github.com/projectcalico/calico/releases
calico_version = "v3.29.0" # https://github.com/projectcalico/calico/releases

aad_client_id = var.aad_client_id
aad_client_secret = var.aad_client_secret
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "ssrc-jupyter-pilot" {
# renovate: datasource=github-releases depName=k3s-io/k3s versioning=loose
k3s_version = "v1.31.2+k3s1" # https://github.com/k3s-io/k3s/releases/
# renovate: datasource=github-releases depName=projectcalico/calico versioning=loose
calico_version = "v3.28.2" # https://github.com/projectcalico/calico/releases
calico_version = "v3.29.0" # https://github.com/projectcalico/calico/releases

aad_client_id = var.aad_client_id
aad_client_secret = var.aad_client_secret
Expand Down

0 comments on commit bd0f43b

Please sign in to comment.