Skip to content

Commit

Permalink
Added chart versions:
Browse files Browse the repository at this point in the history
  f5/nginx-ingress:
    - 2.0.1
  kubecost/cost-analyzer:
    - 2.6.1
  redpanda/redpanda:
    - 5.9.20
  speedscale/speedscale-operator:
    - 2.3.199
  traefik/traefik:
    - 34.3.0
  trilio/k8s-triliovault-operator:
    - 5.0.2
  • Loading branch information
github-actions[bot] committed Feb 8, 2025
1 parent a8cc435 commit 6ae493c
Show file tree
Hide file tree
Showing 582 changed files with 149,007 additions and 1 deletion.
Binary file added assets/f5/nginx-ingress-2.0.1.tgz
Binary file not shown.
Binary file added assets/kubecost/cost-analyzer-2.6.1.tgz
Binary file not shown.
Binary file added assets/redpanda/redpanda-5.9.20.tgz
Binary file not shown.
Binary file added assets/speedscale/speedscale-operator-2.3.199.tgz
Binary file not shown.
Binary file added assets/traefik/traefik-34.3.0.tgz
Binary file not shown.
Binary file added assets/trilio/k8s-triliovault-operator-5.0.2.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions charts/f5/nginx-ingress/2.0.1/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Patterns to ignore when building packages.
*.png
22 changes: 22 additions & 0 deletions charts/f5/nginx-ingress/2.0.1/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: NGINX Ingress Controller
catalog.cattle.io/kube-version: '>= 1.23.0-0'
catalog.cattle.io/release-name: nginx-ingress
apiVersion: v2
appVersion: 4.0.1
description: NGINX Ingress Controller
home: https://github.com/nginx/kubernetes-ingress
icon: file://assets/icons/nginx-ingress.png
keywords:
- ingress
- nginx
kubeVersion: '>= 1.23.0-0'
maintainers:
- email: kubernetes@nginx.com
name: nginx
name: nginx-ingress
sources:
- https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/charts/nginx-ingress
type: application
version: 2.0.1
3 changes: 3 additions & 0 deletions charts/f5/nginx-ingress/2.0.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Helm Documentation

Please refer to the [Installation with Helm](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/) guide in the NGINX Ingress Controller documentation site.
15 changes: 15 additions & 0 deletions charts/f5/nginx-ingress/2.0.1/app-readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# NGINX Ingress Controller

The [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress) for Kubernetes provides an enterprise‑grade implementation of an Ingress controller for NGINX and NGINX Plus for Kubernetes applications.

The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. The load balancer can be a software load balancer running in the cluster or a hardware or cloud load balancer running externally. Different load balancers require different Ingress controller implementations.

In the case of NGINX, the Ingress controller is deployed in a pod along with the load balancer.

NGINX Ingress controller works with both NGINX and NGINX Plus and supports the standard Ingress features - content-based routing and TLS/SSL termination.

Additionally, several NGINX and NGINX Plus features are available as extensions to the Ingress resource via annotations and the ConfigMap resource. In addition to HTTP, NGINX Ingress controller supports load balancing Websocket, gRPC, TCP and UDP applications. See ConfigMap and Annotations docs to learn more about the supported features and customization options.

As an alternative to the Ingress, NGINX Ingress controller supports the VirtualServer and VirtualServerRoute resources. They enable use cases not supported with the Ingress resource, such as traffic splitting and advanced content-based routing.

TCP, UDP and TLS Passthrough load balancing is also supported.
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
name: aplogconfs.appprotect.f5.com
spec:
group: appprotect.f5.com
names:
kind: APLogConf
listKind: APLogConfList
plural: aplogconfs
singular: aplogconf
preserveUnknownFields: false
scope: Namespaced
versions:
- name: v1beta1
schema:
openAPIV3Schema:
description: APLogConf is the Schema for the APLogConfs API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: APLogConfSpec defines the desired state of APLogConf
properties:
content:
properties:
escaping_characters:
items:
properties:
from:
type: string
to:
type: string
type: object
type: array
format:
enum:
- splunk
- arcsight
- default
- user-defined
- grpc
type: string
format_string:
type: string
list_delimiter:
type: string
list_prefix:
type: string
list_suffix:
type: string
max_message_size:
pattern: ^([1-9]|[1-5][0-9]|6[0-4])k$
type: string
max_request_size:
pattern: ^([1-9]|[1-9][0-9]|[1-9][0-9]{2}|[1-9][0-9]{3}|10[0-2][0-9][0-9]|[1-9]k|10k|any)$
type: string
type: object
filter:
properties:
request_type:
enum:
- all
- illegal
- blocked
type: string
type: object
type: object
type: object
served: true
storage: true
Loading

0 comments on commit 6ae493c

Please sign in to comment.