Skip to content

Commit

Permalink
Merge pull request #1527 from cybozu/cilium-1.15.13-patched
Browse files Browse the repository at this point in the history
cilium: apply patches to 1.15.13
  • Loading branch information
yokaze authored Feb 18, 2025
2 parents 86d1952 + 4e93b23 commit 98f1570
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cilium-operator-generic/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14
1.15
2 changes: 1 addition & 1 deletion cilium-operator-generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY TAG /
# LICENSE.all
WORKDIR /go/src/github.com/cybozu-go/
RUN VERSION=$(cut -d \. -f 1,2,3 < /TAG ) \
&& BRANCH=v${VERSION}-lbsvc-patch \
&& BRANCH=v${VERSION}-cybozu \
&& git clone --depth 1 --branch ${BRANCH} https://github.com/cybozu-go/cilium \
&& cd cilium \
&& make licenses-all \
Expand Down
2 changes: 1 addition & 1 deletion cilium-operator-generic/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.14.2
1.15.13.2
4 changes: 2 additions & 2 deletions cilium/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CILIUM_REPO ?= https://github.com/cilium/cilium.git
CILIUM_TARGET ?= v$(shell cat TAG | cut -d'.' -f1-3)
CILIUM_REPO ?= https://github.com/cybozu-go/cilium.git
CILIUM_TARGET ?= v$(shell cat TAG | cut -d'.' -f1-3)-cybozu
CILIUM_IMAGE_TOOLS_REPO ?= https://github.com/cilium/image-tools.git
CILIUM_IMAGE_TOOLS_TARGET ?= ff8fb49706288a4b2346abc274e7a2f84d7dc02c
CILIUM_PROXY_REPO ?= https://github.com/cilium/proxy.git
Expand Down
2 changes: 1 addition & 1 deletion cilium/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.13.1
1.15.13.2

0 comments on commit 98f1570

Please sign in to comment.