Skip to content

Commit 0ce5388

Browse files
committed
Add cilium v1.14.15@279685f5be53f406efe3fba5e423a45ddfebf0c9 ⎈
Signed-off-by: Maciej Kwiek <[email protected]>
1 parent a346c15 commit 0ce5388

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
@@ -25,6 +25,7 @@ This repository holds helm templates for the following Cilium releases:
2525
* [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)_)
2626
* [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)_)
2727
* [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)_)
28+
* [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)_)
2829
* [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)_)
2930
* [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)_)
3031
* [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)_)

cilium-1.14.15.tgz

162 KB
Binary file not shown.

index.yaml

+146-1
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,151 @@ entries:
29592959
description: |
29602960
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
29612961
apiVersion: v2
2962+
appVersion: 1.14.15
2963+
created: "2024-09-26T11:36:56.83422162Z"
2964+
description: eBPF-based Networking, Security, and Observability
2965+
digest: 3a1bad4d1c1158ba455379daba25533c08cf19a125acba454d8df638918bbad0
2966+
home: https://cilium.io/
2967+
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
2968+
keywords:
2969+
- BPF
2970+
- eBPF
2971+
- Kubernetes
2972+
- Networking
2973+
- Security
2974+
- Observability
2975+
- Troubleshooting
2976+
kubeVersion: '>= 1.16.0-0'
2977+
name: cilium
2978+
sources:
2979+
- https://github.com/cilium/cilium
2980+
urls:
2981+
- cilium-1.14.15.tgz
2982+
version: 1.14.15
2983+
- annotations:
2984+
artifacthub.io/crds: |
2985+
- kind: CiliumNetworkPolicy
2986+
version: v2
2987+
name: ciliumnetworkpolicies.cilium.io
2988+
displayName: Cilium Network Policy
2989+
description: |
2990+
Cilium Network Policies provide additional functionality beyond what
2991+
is provided by standard Kubernetes NetworkPolicy such as the ability
2992+
to allow traffic based on FQDNs, or to filter at Layer 7.
2993+
- kind: CiliumClusterwideNetworkPolicy
2994+
version: v2
2995+
name: ciliumclusterwidenetworkpolicies.cilium.io
2996+
displayName: Cilium Clusterwide Network Policy
2997+
description: |
2998+
Cilium Clusterwide Network Policies support configuring network traffic
2999+
policiies across the entire cluster, including applying node firewalls.
3000+
- kind: CiliumExternalWorkload
3001+
version: v2
3002+
name: ciliumexternalworkloads.cilium.io
3003+
displayName: Cilium External Workload
3004+
description: |
3005+
Cilium External Workload supports configuring the ability for external
3006+
non-Kubernetes workloads to join the cluster.
3007+
- kind: CiliumLocalRedirectPolicy
3008+
version: v2
3009+
name: ciliumlocalredirectpolicies.cilium.io
3010+
displayName: Cilium Local Redirect Policy
3011+
description: |
3012+
Cilium Local Redirect Policy allows local redirects to be configured
3013+
within a node to support use cases like Node-Local DNS or KIAM.
3014+
- kind: CiliumNode
3015+
version: v2
3016+
name: ciliumnodes.cilium.io
3017+
displayName: Cilium Node
3018+
description: |
3019+
Cilium Node represents a node managed by Cilium. It contains a
3020+
specification to control various node specific configuration aspects
3021+
and a status section to represent the status of the node.
3022+
- kind: CiliumIdentity
3023+
version: v2
3024+
name: ciliumidentities.cilium.io
3025+
displayName: Cilium Identity
3026+
description: |
3027+
Cilium Identity allows introspection into security identities that
3028+
Cilium allocates which identify sets of labels that are assigned to
3029+
individual endpoints in the cluster.
3030+
- kind: CiliumEndpoint
3031+
version: v2
3032+
name: ciliumendpoints.cilium.io
3033+
displayName: Cilium Endpoint
3034+
description: |
3035+
Cilium Endpoint represents the status of individual pods or nodes in
3036+
the cluster which are managed by Cilium, including enforcement status,
3037+
IP addressing and whether the networking is succesfully operational.
3038+
- kind: CiliumEndpointSlice
3039+
version: v2alpha1
3040+
name: ciliumendpointslices.cilium.io
3041+
displayName: Cilium Endpoint Slice
3042+
description: |
3043+
Cilium Endpoint Slice represents the status of groups of pods or nodes
3044+
in the cluster which are managed by Cilium, including enforcement status,
3045+
IP addressing and whether the networking is succesfully operational.
3046+
- kind: CiliumEgressGatewayPolicy
3047+
version: v2
3048+
name: ciliumegressgatewaypolicies.cilium.io
3049+
displayName: Cilium Egress Gateway Policy
3050+
description: |
3051+
Cilium Egress Gateway Policy provides control over the way that traffic
3052+
leaves the cluster and which source addresses to use for that traffic.
3053+
- kind: CiliumClusterwideEnvoyConfig
3054+
version: v2
3055+
name: ciliumclusterwideenvoyconfigs.cilium.io
3056+
displayName: Cilium Clusterwide Envoy Config
3057+
description: |
3058+
Cilium Clusterwide Envoy Config specifies Envoy resources and K8s service mappings
3059+
to be provisioned into Cilium host proxy instances in cluster context.
3060+
- kind: CiliumEnvoyConfig
3061+
version: v2
3062+
name: ciliumenvoyconfigs.cilium.io
3063+
displayName: Cilium Envoy Config
3064+
description: |
3065+
Cilium Envoy Config specifies Envoy resources and K8s service mappings
3066+
to be provisioned into Cilium host proxy instances in namespace context.
3067+
- kind: CiliumBGPPeeringPolicy
3068+
version: v2alpha1
3069+
name: ciliumbgppeeringpolicies.cilium.io
3070+
displayName: Cilium BGP Peering Policy
3071+
description: |
3072+
Cilium BGP Peering Policy instructs Cilium to create specific BGP peering
3073+
configurations.
3074+
- kind: CiliumLoadBalancerIPPool
3075+
version: v2alpha1
3076+
name: ciliumloadbalancerippools.cilium.io
3077+
displayName: Cilium Load Balancer IP Pool
3078+
description: |
3079+
Defining a Cilium Load Balancer IP Pool instructs Cilium to assign IPs to LoadBalancer Services.
3080+
- kind: CiliumNodeConfig
3081+
version: v2alpha1
3082+
name: ciliumnodeconfigs.cilium.io
3083+
displayName: Cilium Node Configuration
3084+
description: |
3085+
CiliumNodeConfig is a list of configuration key-value pairs. It is applied to
3086+
nodes indicated by a label selector.
3087+
- kind: CiliumCIDRGroup
3088+
version: v2alpha1
3089+
name: ciliumcidrgroups.cilium.io
3090+
displayName: Cilium CIDR Group
3091+
description: |
3092+
CiliumCIDRGroup is a list of CIDRs that can be referenced as a single entity from CiliumNetworkPolicies.
3093+
- kind: CiliumL2AnnouncementPolicy
3094+
version: v2alpha1
3095+
name: ciliuml2announcementpolicies.cilium.io
3096+
displayName: Cilium L2 Announcement Policy
3097+
description: |
3098+
CiliumL2AnnouncementPolicy is a policy which determines which service IPs will be announced to
3099+
the local area network, by which nodes, and via which interfaces.
3100+
- kind: CiliumPodIPPool
3101+
version: v2alpha1
3102+
name: ciliumpodippools.cilium.io
3103+
displayName: Cilium Pod IP Pool
3104+
description: |
3105+
CiliumPodIPPool defines an IP pool that can be used for pooled IPAM (i.e. the multi-pool IPAM mode).
3106+
apiVersion: v2
29623107
appVersion: 1.14.14
29633108
created: "2024-08-14T12:29:49.541364283Z"
29643109
description: eBPF-based Networking, Security, and Observability
@@ -19734,4 +19879,4 @@ entries:
1973419879
urls:
1973519880
- tetragon-0.8.0.tgz
1973619881
version: 0.8.0
19737-
generated: "2024-09-05T13:21:20.06903384Z"
19882+
generated: "2024-09-26T11:36:56.817918779Z"

0 commit comments

Comments
 (0)