Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(logging-operator): add logging-operator 5.0.1
Browse files Browse the repository at this point in the history
SandhyaRavi2403 committed Jan 3, 2025
1 parent 8527c8f commit 1d0edc9
Showing 118 changed files with 141,758 additions and 1,986 deletions.
9 changes: 9 additions & 0 deletions stable/logging-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
- name: logging-operator-crds
repository: ""
version: 0.0.0
- name: telemetry-controller
repository: oci://ghcr.io/kube-logging/helm-charts
version: 0.0.15
digest: sha256:8ff43abc414a65d3069a1c6b697826e639134c1791bb84b1fbde054ff7de450c
generated: "2024-12-16T17:13:49.863948+01:00"
15 changes: 11 additions & 4 deletions stable/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
apiVersion: v2
appVersion: 4.10.1
appVersion: 5.0.1
dependencies:
- condition: logging-operator-crds.install
name: logging-operator-crds
repository: ""
version: 0.0.0
- condition: telemetry-controller.install
name: telemetry-controller
repository: oci://ghcr.io/kube-logging/helm-charts
version: 0.0.15
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
home: https://kube-logging.github.io
keywords:
@@ -12,6 +21,4 @@ sources:
- https://github.com/kube-logging/logging-operator
- https://github.com/kube-logging/helm-charts/tree/main/charts/logging-operator
type: application
maintainers:
- name: mhrabovcin
version: 4.10.1
version: 5.0.1
6 changes: 6 additions & 0 deletions stable/logging-operator/README.md
Original file line number Diff line number Diff line change
@@ -48,9 +48,13 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
| namespaceOverride | string | `""` | A namespace override for the app. |
| annotations | object | `{}` | Define annotations for logging-operator pods. |
| createCustomResource | bool | `false` | Deploy CRDs used by Logging Operator. |
| logging-operator-crds.install | bool | `false` | Toggle to install and upgrade CRDs from a subchart. Make sure to use it with `--skip-crds` to avoid conflicts. [More info about limitations on CRDs in Helm 3](https://helm.sh/docs/topics/charts/#limitations-on-crds) |
| logging-operator-crds.annotations | object | `{}` | Annotations to be added to all CRDs |
| telemetry-controller.install | bool | `false` | Toggle to install and upgrade Telemetry Controller from a subchart. |
| http.port | int | `8080` | HTTP listen port number. |
| http.service | object | `{"annotations":{},"clusterIP":"None","labels":{},"type":"ClusterIP"}` | Service definition for query http service. |
| rbac.enabled | bool | `true` | Create rbac service account and roles. |
| rbac.retainOnDelete | bool | `false` | Keep the operators RBAC resources after the operator is deleted to allow removing pending finalizers. |
| monitoring.serviceMonitor.enabled | bool | `false` | Create a Prometheus Operator ServiceMonitor object. |
| monitoring.serviceMonitor.additionalLabels | object | `{}` | |
| monitoring.serviceMonitor.metricRelabelings | list | `[]` | |
@@ -63,6 +67,8 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
| nodeSelector | object | `{}` | |
| tolerations | list | `[]` | Node Tolerations |
| affinity | object | `{}` | Node Affinity |
| topologySpreadConstraints | list | `[]` | Pod Topology Spread Constraints |
| strategy | object | `{}` | Deployment Strategy |
| podLabels | object | `{}` | Define which Nodes the Pods are scheduled on. |
| logging.enabled | bool | `false` | Logging resources are disabled by default |
| logging.loggingRef | string | `""` | Reference to the logging system. Each of the loggingRefs can manage a fluentbit daemonset and a fluentd statefulset. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v2
name: logging-operator-crds
version: 0.0.0
12 changes: 12 additions & 0 deletions stable/logging-operator/charts/logging-operator-crds/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# logging-operator-crds

![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square)

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| annotations | object | `{}` | Define annotations for CRDs |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Loading

0 comments on commit 1d0edc9

Please sign in to comment.