Skip to content

Commit

Permalink
update cilium to version v1.14.6 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
DockToFuture authored Feb 1, 2024
1 parent 581956c commit 78aacec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ENSURE_GARDENER_MOD := $(shell go get github.com/gardener/gardener@$$(go list -m -f "{{.Version}}" github.com/gardener/gardener))
GARDENER_HACK_DIR := $(shell go list -m -f "{{.Dir}}" github.com/gardener/gardener)/hack
GARDENER_HACK_DIR := $(shell go list -m -f "{{.Dir}}" github.com/gardener/gardener)/hack
EXTENSION_PREFIX := gardener-extension
NAME := networking-cilium
ADMISSION_NAME := admission-cilium
Expand Down
2 changes: 2 additions & 0 deletions charts/internal/cilium/charts/config/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ data:
set-cilium-node-taints: "true"
set-cilium-is-up-condition: "true"
unmanaged-pod-watcher-interval: "15"
# default DNS proxy to transparent mode in non-chaining modes
dnsproxy-enable-transparent-mode: "true"
tofqdns-dns-reject-response-code: "refused"
tofqdns-enable-dns-compression: "true"
tofqdns-endpoint-max-ip-per-hostname: "50"
Expand Down
6 changes: 3 additions & 3 deletions imagevector/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ images:
- name: cilium-agent
sourceRepository: github.com/cilium/cilium
repository: quay.io/cilium/cilium
tag: v1.14.5
tag: v1.14.6
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand All @@ -15,7 +15,7 @@ images:
- name: cilium-operator
sourceRepository: github.com/cilium/cilium
repository: quay.io/cilium/operator
tag: v1.14.5
tag: v1.14.6
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand Down Expand Up @@ -54,7 +54,7 @@ images:
- name: hubble-relay
sourceRepository: github.com/cilium/hubble-ui
repository: quay.io/cilium/hubble-relay
tag: v1.14.5
tag: v1.14.6
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand Down

0 comments on commit 78aacec

Please sign in to comment.