Skip to content

Commit 9fc80c4

Browse files
committed
Add cilium v1.14.14@cd2d1e0a3333a71515160320deb7924545a99ff9 ⎈
Signed-off-by: Jarno Rajahalme <[email protected]>
1 parent d1c4d17 commit 9fc80c4

File tree

3 files changed

+147
-1
lines changed

3 files changed

+147
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This repository holds helm templates for the following Cilium releases:
2222
* [v1.15.0-pre.2](https://github.com/cilium/cilium/releases/tag/v1.15.0-pre.2) (_[source](https://github.com/cilium/cilium/tree/v1.15.0-pre.2/install/kubernetes/cilium)_)
2323
* [v1.15.0-pre.1](https://github.com/cilium/cilium/releases/tag/v1.15.0-pre.1) (_[source](https://github.com/cilium/cilium/tree/v1.15.0-pre.1/install/kubernetes/cilium)_)
2424
* [v1.15.0-pre.0](https://github.com/cilium/cilium/releases/tag/v1.15.0-pre.0) (_[source](https://github.com/cilium/cilium/tree/v1.15.0-pre.0/install/kubernetes/cilium)_)
25+
* [v1.14.14](https://github.com/cilium/cilium/releases/tag/v1.14.14) (_[source](https://github.com/cilium/cilium/tree/v1.14.14/install/kubernetes/cilium)_)
2526
* [v1.14.13](https://github.com/cilium/cilium/releases/tag/v1.14.13) (_[source](https://github.com/cilium/cilium/tree/v1.14.13/install/kubernetes/cilium)_)
2627
* [v1.14.12](https://github.com/cilium/cilium/releases/tag/v1.14.12) (_[source](https://github.com/cilium/cilium/tree/v1.14.12/install/kubernetes/cilium)_)
2728
* [v1.14.11](https://github.com/cilium/cilium/releases/tag/v1.14.11) (_[source](https://github.com/cilium/cilium/tree/v1.14.11/install/kubernetes/cilium)_)

cilium-1.14.14.tgz

164 KB
Binary file not shown.

index.yaml

+146-1
Original file line numberDiff line numberDiff line change
@@ -2641,6 +2641,151 @@ entries:
26412641
description: |
26422642
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
26432643
apiVersion: v2
2644+
appVersion: 1.14.14
2645+
created: "2024-08-14T12:29:49.541364283Z"
2646+
description: eBPF-based Networking, Security, and Observability
2647+
digest: 2997f8a2db6a4c9d98106a33c4d704ffde508f3b4a81760016a79c884619707f
2648+
home: https://cilium.io/
2649+
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
2650+
keywords:
2651+
- BPF
2652+
- eBPF
2653+
- Kubernetes
2654+
- Networking
2655+
- Security
2656+
- Observability
2657+
- Troubleshooting
2658+
kubeVersion: '>= 1.16.0-0'
2659+
name: cilium
2660+
sources:
2661+
- https://github.com/cilium/cilium
2662+
urls:
2663+
- cilium-1.14.14.tgz
2664+
version: 1.14.14
2665+
- annotations:
2666+
artifacthub.io/crds: |
2667+
- kind: CiliumNetworkPolicy
2668+
version: v2
2669+
name: ciliumnetworkpolicies.cilium.io
2670+
displayName: Cilium Network Policy
2671+
description: |
2672+
Cilium Network Policies provide additional functionality beyond what
2673+
is provided by standard Kubernetes NetworkPolicy such as the ability
2674+
to allow traffic based on FQDNs, or to filter at Layer 7.
2675+
- kind: CiliumClusterwideNetworkPolicy
2676+
version: v2
2677+
name: ciliumclusterwidenetworkpolicies.cilium.io
2678+
displayName: Cilium Clusterwide Network Policy
2679+
description: |
2680+
Cilium Clusterwide Network Policies support configuring network traffic
2681+
policiies across the entire cluster, including applying node firewalls.
2682+
- kind: CiliumExternalWorkload
2683+
version: v2
2684+
name: ciliumexternalworkloads.cilium.io
2685+
displayName: Cilium External Workload
2686+
description: |
2687+
Cilium External Workload supports configuring the ability for external
2688+
non-Kubernetes workloads to join the cluster.
2689+
- kind: CiliumLocalRedirectPolicy
2690+
version: v2
2691+
name: ciliumlocalredirectpolicies.cilium.io
2692+
displayName: Cilium Local Redirect Policy
2693+
description: |
2694+
Cilium Local Redirect Policy allows local redirects to be configured
2695+
within a node to support use cases like Node-Local DNS or KIAM.
2696+
- kind: CiliumNode
2697+
version: v2
2698+
name: ciliumnodes.cilium.io
2699+
displayName: Cilium Node
2700+
description: |
2701+
Cilium Node represents a node managed by Cilium. It contains a
2702+
specification to control various node specific configuration aspects
2703+
and a status section to represent the status of the node.
2704+
- kind: CiliumIdentity
2705+
version: v2
2706+
name: ciliumidentities.cilium.io
2707+
displayName: Cilium Identity
2708+
description: |
2709+
Cilium Identity allows introspection into security identities that
2710+
Cilium allocates which identify sets of labels that are assigned to
2711+
individual endpoints in the cluster.
2712+
- kind: CiliumEndpoint
2713+
version: v2
2714+
name: ciliumendpoints.cilium.io
2715+
displayName: Cilium Endpoint
2716+
description: |
2717+
Cilium Endpoint represents the status of individual pods or nodes in
2718+
the cluster which are managed by Cilium, including enforcement status,
2719+
IP addressing and whether the networking is succesfully operational.
2720+
- kind: CiliumEndpointSlice
2721+
version: v2alpha1
2722+
name: ciliumendpointslices.cilium.io
2723+
displayName: Cilium Endpoint Slice
2724+
description: |
2725+
Cilium Endpoint Slice represents the status of groups of pods or nodes
2726+
in the cluster which are managed by Cilium, including enforcement status,
2727+
IP addressing and whether the networking is succesfully operational.
2728+
- kind: CiliumEgressGatewayPolicy
2729+
version: v2
2730+
name: ciliumegressgatewaypolicies.cilium.io
2731+
displayName: Cilium Egress Gateway Policy
2732+
description: |
2733+
Cilium Egress Gateway Policy provides control over the way that traffic
2734+
leaves the cluster and which source addresses to use for that traffic.
2735+
- kind: CiliumClusterwideEnvoyConfig
2736+
version: v2
2737+
name: ciliumclusterwideenvoyconfigs.cilium.io
2738+
displayName: Cilium Clusterwide Envoy Config
2739+
description: |
2740+
Cilium Clusterwide Envoy Config specifies Envoy resources and K8s service mappings
2741+
to be provisioned into Cilium host proxy instances in cluster context.
2742+
- kind: CiliumEnvoyConfig
2743+
version: v2
2744+
name: ciliumenvoyconfigs.cilium.io
2745+
displayName: Cilium Envoy Config
2746+
description: |
2747+
Cilium Envoy Config specifies Envoy resources and K8s service mappings
2748+
to be provisioned into Cilium host proxy instances in namespace context.
2749+
- kind: CiliumBGPPeeringPolicy
2750+
version: v2alpha1
2751+
name: ciliumbgppeeringpolicies.cilium.io
2752+
displayName: Cilium BGP Peering Policy
2753+
description: |
2754+
Cilium BGP Peering Policy instructs Cilium to create specific BGP peering
2755+
configurations.
2756+
- kind: CiliumLoadBalancerIPPool
2757+
version: v2alpha1
2758+
name: ciliumloadbalancerippools.cilium.io
2759+
displayName: Cilium Load Balancer IP Pool
2760+
description: |
2761+
Defining a Cilium Load Balancer IP Pool instructs Cilium to assign IPs to LoadBalancer Services.
2762+
- kind: CiliumNodeConfig
2763+
version: v2alpha1
2764+
name: ciliumnodeconfigs.cilium.io
2765+
displayName: Cilium Node Configuration
2766+
description: |
2767+
CiliumNodeConfig is a list of configuration key-value pairs. It is applied to
2768+
nodes indicated by a label selector.
2769+
- kind: CiliumCIDRGroup
2770+
version: v2alpha1
2771+
name: ciliumcidrgroups.cilium.io
2772+
displayName: Cilium CIDR Group
2773+
description: |
2774+
CiliumCIDRGroup is a list of CIDRs that can be referenced as a single entity from CiliumNetworkPolicies.
2775+
- kind: CiliumL2AnnouncementPolicy
2776+
version: v2alpha1
2777+
name: ciliuml2announcementpolicies.cilium.io
2778+
displayName: Cilium L2 Announcement Policy
2779+
description: |
2780+
CiliumL2AnnouncementPolicy is a policy which determines which service IPs will be announced to
2781+
the local area network, by which nodes, and via which interfaces.
2782+
- kind: CiliumPodIPPool
2783+
version: v2alpha1
2784+
name: ciliumpodippools.cilium.io
2785+
displayName: Cilium Pod IP Pool
2786+
description: |
2787+
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
2788+
apiVersion: v2
26442789
appVersion: 1.14.13
26452790
created: "2024-07-11T19:13:01.290734701Z"
26462791
description: eBPF-based Networking, Security, and Observability
@@ -19261,4 +19406,4 @@ entries:
1926119406
urls:
1926219407
- tetragon-0.8.0.tgz
1926319408
version: 0.8.0
19264-
generated: "2024-07-24T15:00:46.964194463Z"
19409+
generated: "2024-08-14T12:29:49.535194982Z"

0 commit comments

Comments
 (0)