Skip to content

Commit

Permalink
chore(cilium): bump charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Nov 9, 2023
1 parent 0fa1ee7 commit b3e2188
Show file tree
Hide file tree
Showing 95 changed files with 16,666 additions and 471 deletions.
1 change: 1 addition & 0 deletions charts/cilium/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.DS_Store
# Common VCS dirs
.git/
.github/
.gitignore
.bzr/
.bzrignore
Expand Down
27 changes: 23 additions & 4 deletions charts/cilium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotations:
artifacthub.io/crds: |-
artifacthub.io/crds: |
- kind: CiliumNetworkPolicy
version: v2
name: ciliumnetworkpolicies.cilium.io
Expand Down Expand Up @@ -102,11 +102,30 @@ annotations:
description: |
CiliumNodeConfig is a list of configuration key-value pairs. It is applied to
nodes indicated by a label selector.
- kind: CiliumCIDRGroup
version: v2alpha1
name: ciliumcidrgroups.cilium.io
displayName: Cilium CIDR Group
description: |
CiliumCIDRGroup is a list of CIDRs that can be referenced as a single entity from CiliumNetworkPolicies.
- kind: CiliumL2AnnouncementPolicy
version: v2alpha1
name: ciliuml2announcementpolicies.cilium.io
displayName: Cilium L2 Announcement Policy
description: |
CiliumL2AnnouncementPolicy is a policy which determines which service IPs will be announced to
the local area network, by which nodes, and via which interfaces.
- kind: CiliumPodIPPool
version: v2alpha1
name: ciliumpodippools.cilium.io
displayName: Cilium Pod IP Pool
description: |
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
apiVersion: v2
appVersion: 1.13.3
appVersion: 1.14.3
description: eBPF-based Networking, Security, and Observability
home: https://cilium.io/
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.13/Documentation/images/logo-solo.svg
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.14/Documentation/images/logo-solo.svg
keywords:
- BPF
- eBPF
Expand All @@ -119,4 +138,4 @@ kubeVersion: '>= 1.16.0-0'
name: cilium
sources:
- https://github.com/cilium/cilium
version: 1.13.3
version: 1.14.3
266 changes: 209 additions & 57 deletions charts/cilium/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/cilium/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ integration points such as: network IO, application sockets, and tracepoints
to implement security, networking and visibility logic. eBPF is highly
efficient and flexible.

![Cilium feature overview](https://raw.githubusercontent.com/cilium/cilium/master/Documentation/images/cilium_overview.png)
![Cilium feature overview](https://raw.githubusercontent.com/cilium/cilium/main/Documentation/images/cilium_overview.png)

## Prerequisites

Expand Down
Loading

0 comments on commit b3e2188

Please sign in to comment.