Skip to content

Commit

Permalink
fix(cilium): specify image for Renovate changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Mar 13, 2024
1 parent 695c1da commit 7c3b5a1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
"matchFileNames": ["kube/deploy/apps/**"],
"labels": ["kube-deploy-apps"]
},
{
"description": "Cilium Group",
"groupName": "Cilium",
"matchPackagePatterns": ["cilium"],
"versioning": "semver",
"separateMinorPatch": true,
"group": {
"commitMessageTopic": "{{{groupName}}} group"
}
},
// FluxCD
{
"description": "Flux Group",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
# this Kustomization is the actual one used by Flux
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- hr.yaml
configMapGenerator:
- name: "cilium-helm-values"
namespace: kube-system
files:
- biohazard.yaml=config/biohazard/helm-values.yaml
- hercules.yaml=config/hercules/helm-values.yaml
- nuclear.yaml=config/nuclear/helm-values.yaml
- biohazard.yaml=biohazard/helm-values.yaml
- hercules.yaml=hercules/helm-values.yaml
- nuclear.yaml=nuclear/helm-values.yaml
configurations:
- kustomizeconfig.yaml
5 changes: 4 additions & 1 deletion kube/deploy/core/_networking/cilium/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ spec:
valuesFrom:
- kind: "ConfigMap"
name: "cilium-helm-values"
valuesKey: "${CLUSTER_NAME}.yaml"
valuesKey: "${CLUSTER_NAME:=biohazard}.yaml"
optional: false
values:
image: # for Renovate changelog
repository: "quay.io/cilium/cilium"
tag: "v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4"
## NOTE: Cilium Agent API rate limit configuration
### upon reboot/untaint/uncordon, burst(s) of pod creations causes Cilium to 429 rate limit pods from getting their network configuration
### current config stolen from https://github.com/cilium/cilium/issues/24361#issuecomment-1564825275
Expand Down

0 comments on commit 7c3b5a1

Please sign in to comment.