Skip to content

Commit

Permalink
[ci skip] 2024.09.24-31692
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Sep 24, 2024
2 parents 29223fd + ce9b253 commit 73c2ec9
Show file tree
Hide file tree
Showing 12 changed files with 295 additions and 772 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) https://github.com/cilium/cilium /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
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: 8 additions & 0 deletions artifacts_ignore.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
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: 0 additions & 3 deletions cilium/base/aggregate_cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ rules:
- ciliumexternalworkloads
- ciliumexternalworkloads/finalizers
- ciliumexternalworkloads/status
- ciliumcidrgroups
- ciliumcidrgroups/finalizers
- ciliumcidrgroups/status
verbs:
- "get"
- "list"
Expand Down
9 changes: 0 additions & 9 deletions cilium/pre/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ patches:
patch: |-
- op: remove
path: /spec/ttlSecondsAfterFinished
- target:
group: apps
version: v1
kind: DaemonSet
name: cilium
patch: |-
- op: replace
path: /spec/updateStrategy/rollingUpdate/maxUnavailable
value: 1
configMapGenerator:
- name: cilium-config
namespace: kube-system
Expand Down
Loading

0 comments on commit 73c2ec9

Please sign in to comment.