Skip to content

Commit

Permalink
Merge pull request rancher#49 from thomasferrandiz/bump-v3.26.3
Browse files Browse the repository at this point in the history
bump to calico v3.26.3
  • Loading branch information
thomasferrandiz authored Nov 9, 2023
2 parents cc2bade + e1033d6 commit c8f36d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH="amd64"
ARG TAG="v3.26.1"
ARG TAG="v3.26.3"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.7b3
ARG CNI_IMAGE=rancher/hardened-cni-plugins:v1.2.0-build20230523
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif

BUILD_META=-build$(shell date +%Y%m%d)
ORG ?= rancher
TAG ?= v3.26.1$(BUILD_META)
TAG ?= v3.26.3$(BUILD_META)

K3S_ROOT_VERSION ?= v0.11.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Build

```sh
TAG=v3.26.1 make
TAG=v3.26.3 make
```

0 comments on commit c8f36d2

Please sign in to comment.