Skip to content

Commit

Permalink
build: Bump Calico images versions
Browse files Browse the repository at this point in the history
Image bumped from v3.17.0 to v3.18.3.

Refs: #3279
  • Loading branch information
alexandre-allard committed May 11, 2021
1 parent 2671a1f commit 4165a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Project-wide versions {{{

CALICO_VERSION: str = "3.17.0"
CALICO_VERSION: str = "3.18.3"
K8S_VERSION: str = "1.21.0"
SALT_VERSION: str = "3002.6"
CONTAINERD_VERSION: str = "1.4.3"
Expand Down Expand Up @@ -97,12 +97,12 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
Image(
name="calico-node",
version=_version_prefix(CALICO_VERSION),
digest="sha256:92227666988edccd1222d463173489fd656c5a37b8dedab0dadfbc22a471893a",
digest="sha256:db6bdfbdd503823c50911d4307664e88d005b357718031c447a709bb6d2a515b",
),
Image(
name="calico-kube-controllers",
version=_version_prefix(CALICO_VERSION),
digest="sha256:78a6e7648e22b2c87fcc06db610d753e49c6f9b3cf622ab23fdc3a63c1563fc8",
digest="sha256:89c8b726b0c9fb5e75b828240e83cda8fcadeaea6c85bcd676fc75f84de21b53",
),
Image(
name="configmap-reload",
Expand Down

0 comments on commit 4165a18

Please sign in to comment.