Skip to content

Commit

Permalink
[ci skip] 2024.10.01-31796
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Oct 1, 2024
2 parents 4dfacaa + 32c68b2 commit a0804c0
Show file tree
Hide file tree
Showing 10 changed files with 742 additions and 285 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ update-coil:
update-cilium: helm
rm -rf /tmp/work-cilium
mkdir -p /tmp/work-cilium
git clone --depth 1 --branch v$(shell echo $(CILIUM_TAG) | cut -d \. -f 1,2,3)-lb-dsr-patch https://github.com/cybozu-go/cilium /tmp/work-cilium
git clone --depth 1 --branch v$(shell echo $(CILIUM_TAG) | cut -d \. -f 1,2,3) https://github.com/cilium/cilium /tmp/work-cilium
cd /tmp/work-cilium
$(HELM) template /tmp/work-cilium/install/kubernetes/cilium/ \
--namespace=kube-system \
Expand Down
8 changes: 4 additions & 4 deletions artifacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions artifacts_ignore.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
images:
- repository: ghcr.io/cybozu/cilium
versions: ["1.14.13.1", "1.14.13.2", "1.14.14.1"]
- repository: ghcr.io/cybozu/cilium-operator-generic
versions: ["1.14.13.1", "1.14.14.1"]
- repository: ghcr.io/cybozu/hubble-relay
versions: ["1.14.13.1", "1.14.13.2", "1.14.14.1"]
- repository: ghcr.io/cybozu/cilium-certgen
versions: ["0.1.14.1"]
- repository: ghcr.io/cybozu/etcd
versions: ["3.5.15.1"]
osImage:
Expand Down
3 changes: 3 additions & 0 deletions cilium/base/aggregate_cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ rules:
- ciliumexternalworkloads
- ciliumexternalworkloads/finalizers
- ciliumexternalworkloads/status
- ciliumcidrgroups
- ciliumcidrgroups/finalizers
- ciliumcidrgroups/status
verbs:
- "get"
- "list"
Expand Down
Loading

0 comments on commit a0804c0

Please sign in to comment.