Skip to content

Commit e150996

Browse files
bimmlerdaanm
authored andcommitted
Add cilium v1.14.17@d9124fb4ba95a45d0203c08ad85759610cf228b6 ⎈
Signed-off-by: David Bimmler <[email protected]>
1 parent a592dfc commit e150996

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
@@ -31,6 +31,7 @@ This repository holds helm templates for the following Cilium releases:
3131
* [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)_)
3232
* [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)_)
3333
* [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)_)
34+
* [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)_)
3435
* [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)_)
3536
* [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)_)
3637
* [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)_)

cilium-1.14.17.tgz

162 KB
Binary file not shown.

index.yaml

+146-1
Original file line numberDiff line numberDiff line change
@@ -3595,6 +3595,151 @@ entries:
35953595
description: |
35963596
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
35973597
apiVersion: v2
3598+
appVersion: 1.14.17
3599+
created: "2024-11-20T09:17:34.499269465Z"
3600+
description: eBPF-based Networking, Security, and Observability
3601+
digest: 8a8e2da8c5f06ec6ba6651e3c35604f19f6093d158f37795487023e4fcfb4a88
3602+
home: https://cilium.io/
3603+
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
3604+
keywords:
3605+
- BPF
3606+
- eBPF
3607+
- Kubernetes
3608+
- Networking
3609+
- Security
3610+
- Observability
3611+
- Troubleshooting
3612+
kubeVersion: '>= 1.16.0-0'
3613+
name: cilium
3614+
sources:
3615+
- https://github.com/cilium/cilium
3616+
urls:
3617+
- cilium-1.14.17.tgz
3618+
version: 1.14.17
3619+
- annotations:
3620+
artifacthub.io/crds: |
3621+
- kind: CiliumNetworkPolicy
3622+
version: v2
3623+
name: ciliumnetworkpolicies.cilium.io
3624+
displayName: Cilium Network Policy
3625+
description: |
3626+
Cilium Network Policies provide additional functionality beyond what
3627+
is provided by standard Kubernetes NetworkPolicy such as the ability
3628+
to allow traffic based on FQDNs, or to filter at Layer 7.
3629+
- kind: CiliumClusterwideNetworkPolicy
3630+
version: v2
3631+
name: ciliumclusterwidenetworkpolicies.cilium.io
3632+
displayName: Cilium Clusterwide Network Policy
3633+
description: |
3634+
Cilium Clusterwide Network Policies support configuring network traffic
3635+
policiies across the entire cluster, including applying node firewalls.
3636+
- kind: CiliumExternalWorkload
3637+
version: v2
3638+
name: ciliumexternalworkloads.cilium.io
3639+
displayName: Cilium External Workload
3640+
description: |
3641+
Cilium External Workload supports configuring the ability for external
3642+
non-Kubernetes workloads to join the cluster.
3643+
- kind: CiliumLocalRedirectPolicy
3644+
version: v2
3645+
name: ciliumlocalredirectpolicies.cilium.io
3646+
displayName: Cilium Local Redirect Policy
3647+
description: |
3648+
Cilium Local Redirect Policy allows local redirects to be configured
3649+
within a node to support use cases like Node-Local DNS or KIAM.
3650+
- kind: CiliumNode
3651+
version: v2
3652+
name: ciliumnodes.cilium.io
3653+
displayName: Cilium Node
3654+
description: |
3655+
Cilium Node represents a node managed by Cilium. It contains a
3656+
specification to control various node specific configuration aspects
3657+
and a status section to represent the status of the node.
3658+
- kind: CiliumIdentity
3659+
version: v2
3660+
name: ciliumidentities.cilium.io
3661+
displayName: Cilium Identity
3662+
description: |
3663+
Cilium Identity allows introspection into security identities that
3664+
Cilium allocates which identify sets of labels that are assigned to
3665+
individual endpoints in the cluster.
3666+
- kind: CiliumEndpoint
3667+
version: v2
3668+
name: ciliumendpoints.cilium.io
3669+
displayName: Cilium Endpoint
3670+
description: |
3671+
Cilium Endpoint represents the status of individual pods or nodes in
3672+
the cluster which are managed by Cilium, including enforcement status,
3673+
IP addressing and whether the networking is succesfully operational.
3674+
- kind: CiliumEndpointSlice
3675+
version: v2alpha1
3676+
name: ciliumendpointslices.cilium.io
3677+
displayName: Cilium Endpoint Slice
3678+
description: |
3679+
Cilium Endpoint Slice represents the status of groups of pods or nodes
3680+
in the cluster which are managed by Cilium, including enforcement status,
3681+
IP addressing and whether the networking is succesfully operational.
3682+
- kind: CiliumEgressGatewayPolicy
3683+
version: v2
3684+
name: ciliumegressgatewaypolicies.cilium.io
3685+
displayName: Cilium Egress Gateway Policy
3686+
description: |
3687+
Cilium Egress Gateway Policy provides control over the way that traffic
3688+
leaves the cluster and which source addresses to use for that traffic.
3689+
- kind: CiliumClusterwideEnvoyConfig
3690+
version: v2
3691+
name: ciliumclusterwideenvoyconfigs.cilium.io
3692+
displayName: Cilium Clusterwide Envoy Config
3693+
description: |
3694+
Cilium Clusterwide Envoy Config specifies Envoy resources and K8s service mappings
3695+
to be provisioned into Cilium host proxy instances in cluster context.
3696+
- kind: CiliumEnvoyConfig
3697+
version: v2
3698+
name: ciliumenvoyconfigs.cilium.io
3699+
displayName: Cilium Envoy Config
3700+
description: |
3701+
Cilium Envoy Config specifies Envoy resources and K8s service mappings
3702+
to be provisioned into Cilium host proxy instances in namespace context.
3703+
- kind: CiliumBGPPeeringPolicy
3704+
version: v2alpha1
3705+
name: ciliumbgppeeringpolicies.cilium.io
3706+
displayName: Cilium BGP Peering Policy
3707+
description: |
3708+
Cilium BGP Peering Policy instructs Cilium to create specific BGP peering
3709+
configurations.
3710+
- kind: CiliumLoadBalancerIPPool
3711+
version: v2alpha1
3712+
name: ciliumloadbalancerippools.cilium.io
3713+
displayName: Cilium Load Balancer IP Pool
3714+
description: |
3715+
Defining a Cilium Load Balancer IP Pool instructs Cilium to assign IPs to LoadBalancer Services.
3716+
- kind: CiliumNodeConfig
3717+
version: v2alpha1
3718+
name: ciliumnodeconfigs.cilium.io
3719+
displayName: Cilium Node Configuration
3720+
description: |
3721+
CiliumNodeConfig is a list of configuration key-value pairs. It is applied to
3722+
nodes indicated by a label selector.
3723+
- kind: CiliumCIDRGroup
3724+
version: v2alpha1
3725+
name: ciliumcidrgroups.cilium.io
3726+
displayName: Cilium CIDR Group
3727+
description: |
3728+
CiliumCIDRGroup is a list of CIDRs that can be referenced as a single entity from CiliumNetworkPolicies.
3729+
- kind: CiliumL2AnnouncementPolicy
3730+
version: v2alpha1
3731+
name: ciliuml2announcementpolicies.cilium.io
3732+
displayName: Cilium L2 Announcement Policy
3733+
description: |
3734+
CiliumL2AnnouncementPolicy is a policy which determines which service IPs will be announced to
3735+
the local area network, by which nodes, and via which interfaces.
3736+
- kind: CiliumPodIPPool
3737+
version: v2alpha1
3738+
name: ciliumpodippools.cilium.io
3739+
displayName: Cilium Pod IP Pool
3740+
description: |
3741+
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
3742+
apiVersion: v2
35983743
appVersion: 1.14.16
35993744
created: "2024-10-23T09:22:43.942631041Z"
36003745
description: eBPF-based Networking, Security, and Observability
@@ -20660,4 +20805,4 @@ entries:
2066020805
urls:
2066120806
- tetragon-0.8.0.tgz
2066220807
version: 0.8.0
20663-
generated: "2024-11-01T22:55:20.820835507Z"
20808+
generated: "2024-11-20T09:17:34.492096043Z"

0 commit comments

Comments
 (0)