Skip to content

Commit 6c311ab

Browse files
committed
Add cilium v1.14.18@80e0f9181f49acd085164762aa93d11597a0f3d0 ⎈
Signed-off-by: Jarno Rajahalme <[email protected]>
1 parent a9d8577 commit 6c311ab

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
@@ -34,6 +34,7 @@ This repository holds helm templates for the following Cilium releases:
3434
* [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)_)
3535
* [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)_)
3636
* [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)_)
37+
* [v1.14.18](https://github.com/cilium/cilium/releases/tag/v1.14.18) (_[source](https://github.com/cilium/cilium/tree/v1.14.18/install/kubernetes/cilium)_)
3738
* [v1.14.17](https://github.com/cilium/cilium/releases/tag/v1.14.17) (_[source](https://github.com/cilium/cilium/tree/v1.14.17/install/kubernetes/cilium)_)
3839
* [v1.14.16](https://github.com/cilium/cilium/releases/tag/v1.14.16) (_[source](https://github.com/cilium/cilium/tree/v1.14.16/install/kubernetes/cilium)_)
3940
* [v1.14.15](https://github.com/cilium/cilium/releases/tag/v1.14.15) (_[source](https://github.com/cilium/cilium/tree/v1.14.15/install/kubernetes/cilium)_)

cilium-1.14.18.tgz

162 KB
Binary file not shown.

index.yaml

+146-1
Original file line numberDiff line numberDiff line change
@@ -3913,6 +3913,151 @@ entries:
39133913
description: |
39143914
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
39153915
apiVersion: v2
3916+
appVersion: 1.14.18
3917+
created: "2024-12-17T12:12:06.952086209Z"
3918+
description: eBPF-based Networking, Security, and Observability
3919+
digest: 96a7e6e3b911eb746bac6aac9e7e74c25e1b32f3cfe019847c77081673eab6b4
3920+
home: https://cilium.io/
3921+
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
3922+
keywords:
3923+
- BPF
3924+
- eBPF
3925+
- Kubernetes
3926+
- Networking
3927+
- Security
3928+
- Observability
3929+
- Troubleshooting
3930+
kubeVersion: '>= 1.16.0-0'
3931+
name: cilium
3932+
sources:
3933+
- https://github.com/cilium/cilium
3934+
urls:
3935+
- cilium-1.14.18.tgz
3936+
version: 1.14.18
3937+
- annotations:
3938+
artifacthub.io/crds: |
3939+
- kind: CiliumNetworkPolicy
3940+
version: v2
3941+
name: ciliumnetworkpolicies.cilium.io
3942+
displayName: Cilium Network Policy
3943+
description: |
3944+
Cilium Network Policies provide additional functionality beyond what
3945+
is provided by standard Kubernetes NetworkPolicy such as the ability
3946+
to allow traffic based on FQDNs, or to filter at Layer 7.
3947+
- kind: CiliumClusterwideNetworkPolicy
3948+
version: v2
3949+
name: ciliumclusterwidenetworkpolicies.cilium.io
3950+
displayName: Cilium Clusterwide Network Policy
3951+
description: |
3952+
Cilium Clusterwide Network Policies support configuring network traffic
3953+
policiies across the entire cluster, including applying node firewalls.
3954+
- kind: CiliumExternalWorkload
3955+
version: v2
3956+
name: ciliumexternalworkloads.cilium.io
3957+
displayName: Cilium External Workload
3958+
description: |
3959+
Cilium External Workload supports configuring the ability for external
3960+
non-Kubernetes workloads to join the cluster.
3961+
- kind: CiliumLocalRedirectPolicy
3962+
version: v2
3963+
name: ciliumlocalredirectpolicies.cilium.io
3964+
displayName: Cilium Local Redirect Policy
3965+
description: |
3966+
Cilium Local Redirect Policy allows local redirects to be configured
3967+
within a node to support use cases like Node-Local DNS or KIAM.
3968+
- kind: CiliumNode
3969+
version: v2
3970+
name: ciliumnodes.cilium.io
3971+
displayName: Cilium Node
3972+
description: |
3973+
Cilium Node represents a node managed by Cilium. It contains a
3974+
specification to control various node specific configuration aspects
3975+
and a status section to represent the status of the node.
3976+
- kind: CiliumIdentity
3977+
version: v2
3978+
name: ciliumidentities.cilium.io
3979+
displayName: Cilium Identity
3980+
description: |
3981+
Cilium Identity allows introspection into security identities that
3982+
Cilium allocates which identify sets of labels that are assigned to
3983+
individual endpoints in the cluster.
3984+
- kind: CiliumEndpoint
3985+
version: v2
3986+
name: ciliumendpoints.cilium.io
3987+
displayName: Cilium Endpoint
3988+
description: |
3989+
Cilium Endpoint represents the status of individual pods or nodes in
3990+
the cluster which are managed by Cilium, including enforcement status,
3991+
IP addressing and whether the networking is succesfully operational.
3992+
- kind: CiliumEndpointSlice
3993+
version: v2alpha1
3994+
name: ciliumendpointslices.cilium.io
3995+
displayName: Cilium Endpoint Slice
3996+
description: |
3997+
Cilium Endpoint Slice represents the status of groups of pods or nodes
3998+
in the cluster which are managed by Cilium, including enforcement status,
3999+
IP addressing and whether the networking is succesfully operational.
4000+
- kind: CiliumEgressGatewayPolicy
4001+
version: v2
4002+
name: ciliumegressgatewaypolicies.cilium.io
4003+
displayName: Cilium Egress Gateway Policy
4004+
description: |
4005+
Cilium Egress Gateway Policy provides control over the way that traffic
4006+
leaves the cluster and which source addresses to use for that traffic.
4007+
- kind: CiliumClusterwideEnvoyConfig
4008+
version: v2
4009+
name: ciliumclusterwideenvoyconfigs.cilium.io
4010+
displayName: Cilium Clusterwide Envoy Config
4011+
description: |
4012+
Cilium Clusterwide Envoy Config specifies Envoy resources and K8s service mappings
4013+
to be provisioned into Cilium host proxy instances in cluster context.
4014+
- kind: CiliumEnvoyConfig
4015+
version: v2
4016+
name: ciliumenvoyconfigs.cilium.io
4017+
displayName: Cilium Envoy Config
4018+
description: |
4019+
Cilium Envoy Config specifies Envoy resources and K8s service mappings
4020+
to be provisioned into Cilium host proxy instances in namespace context.
4021+
- kind: CiliumBGPPeeringPolicy
4022+
version: v2alpha1
4023+
name: ciliumbgppeeringpolicies.cilium.io
4024+
displayName: Cilium BGP Peering Policy
4025+
description: |
4026+
Cilium BGP Peering Policy instructs Cilium to create specific BGP peering
4027+
configurations.
4028+
- kind: CiliumLoadBalancerIPPool
4029+
version: v2alpha1
4030+
name: ciliumloadbalancerippools.cilium.io
4031+
displayName: Cilium Load Balancer IP Pool
4032+
description: |
4033+
Defining a Cilium Load Balancer IP Pool instructs Cilium to assign IPs to LoadBalancer Services.
4034+
- kind: CiliumNodeConfig
4035+
version: v2alpha1
4036+
name: ciliumnodeconfigs.cilium.io
4037+
displayName: Cilium Node Configuration
4038+
description: |
4039+
CiliumNodeConfig is a list of configuration key-value pairs. It is applied to
4040+
nodes indicated by a label selector.
4041+
- kind: CiliumCIDRGroup
4042+
version: v2alpha1
4043+
name: ciliumcidrgroups.cilium.io
4044+
displayName: Cilium CIDR Group
4045+
description: |
4046+
CiliumCIDRGroup is a list of CIDRs that can be referenced as a single entity from CiliumNetworkPolicies.
4047+
- kind: CiliumL2AnnouncementPolicy
4048+
version: v2alpha1
4049+
name: ciliuml2announcementpolicies.cilium.io
4050+
displayName: Cilium L2 Announcement Policy
4051+
description: |
4052+
CiliumL2AnnouncementPolicy is a policy which determines which service IPs will be announced to
4053+
the local area network, by which nodes, and via which interfaces.
4054+
- kind: CiliumPodIPPool
4055+
version: v2alpha1
4056+
name: ciliumpodippools.cilium.io
4057+
displayName: Cilium Pod IP Pool
4058+
description: |
4059+
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
4060+
apiVersion: v2
39164061
appVersion: 1.14.17
39174062
created: "2024-11-20T09:17:34.499269465Z"
39184063
description: eBPF-based Networking, Security, and Observability
@@ -21143,4 +21288,4 @@ entries:
2114321288
urls:
2114421289
- tetragon-0.8.0.tgz
2114521290
version: 0.8.0
21146-
generated: "2024-12-13T13:24:53.004496762Z"
21291+
generated: "2024-12-17T12:12:06.94559229Z"

0 commit comments

Comments
 (0)