Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4184322
new file: packs/crossplane-1.20.0/README.md
Daniel2025-SW Jul 21, 2025
8d07b23
Blank space romoved
Daniel2025-SW Jul 30, 2025
d76fe12
Merge branch 'main' into main
vishwanaths Jul 31, 2025
e0904f6
Merge branch 'main' into main
vishwanaths Aug 1, 2025
809fdc5
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Sep 12, 2025
3f97219
new file: packs/fluentbit-4.0.7/README.md
Daniel2025-SW Sep 17, 2025
8c9c7e3
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Sep 22, 2025
dcb967f
Merge pull request #1 from Daniel2025-SW/PAC-3186
Daniel2025-SW Sep 22, 2025
aeda0f2
Merge branch 'main' into main
vishwanaths Oct 7, 2025
e3899c1
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Oct 15, 2025
6a12375
new file: packs/fluentbit-4.1.0/README.md
Daniel2025-SW Oct 17, 2025
6f0beaf
Merge pull request #2 from Daniel2025-SW/PAC-3306
Daniel2025-SW Oct 20, 2025
205fe2a
Merge branch 'spectrocloud:main' into main
Daniel2025-SW Oct 27, 2025
5e06cba
modified: packs/fluentbit-4.1.0/README.md
Daniel2025-SW Oct 27, 2025
df428d3
modified: packs/fluentbit-4.1.0/values.yaml
Daniel2025-SW Oct 27, 2025
aeab160
Merge pull request #3 from Daniel2025-SW/PAC-3306
Daniel2025-SW Oct 27, 2025
0e4bc1a
Merge branch 'main' into main
vishwanaths Nov 4, 2025
785b101
new file: packs/crossplane-2.1.1/README.md
Daniel2025-SW Nov 25, 2025
5ea3bd4
Merge pull request #4 from Daniel2025-SW/PAC-3462
Daniel2025-SW Nov 27, 2025
14c37d5
modified: packs/fluentbit-4.1.0/values.yaml
Daniel2025-SW Jan 13, 2026
b647ce9
Merge pull request #5 from Daniel2025-SW/PAC-3306
Daniel2025-SW Jan 14, 2026
b191d1a
new file: packs/fluentbit-4.1.1/README.md
Daniel2025-SW Jan 16, 2026
6b991c4
Merge pull request #6 from Daniel2025-SW/PAC-3613
Daniel2025-SW Jan 16, 2026
127d178
new file: packs/fluentbit-4.2.2/README.md
Daniel2025-SW Jan 27, 2026
9f92cf3
Merge pull request #7 from Daniel2025-SW/PAC-3647
Daniel2025-SW Jan 28, 2026
5de6841
new file: packs/crossplane-2.1.4/README.md
Daniel2025-SW Feb 10, 2026
9386519
Merge pull request #8 from Daniel2025-SW/PAC-3713
Daniel2025-SW Feb 10, 2026
99a83c0
Merge branch 'main' into main
Daniel2025-SW Feb 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packs/crossplane-2.1.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Crossplane

Crossplane is an open source Kubernetes extension that transforms your Kubernetes cluster into a universal control plane.

Crossplane lets you manage anything, anywhere, all through standard Kubernetes APIs. Crossplane can even let you order a pizza directly from Kubernetes. If it has an API, Crossplane can connect to it.

With Crossplane, platform teams can create new abstractions and custom APIs with the full power of Kubernetes policies, namespaces, role based access controls and more. Crossplane brings all your non-Kubernetes resources under one roof.

Custom APIs, created by platform teams, allow security and compliance enforcement across resources or clouds, without exposing any complexity to the developers. A single API call can create multiple resources, in multiple clouds and use Kubernetes as the control plane for everything.

## Prerequisites

Kubernetes >= 1.27.0

## Usage

Installing a provider creates new Kubernetes resources representing the Provider’s APIs. Installing a provider also creates a Provider pod that’s responsible for reconciling the Provider’s APIs into the Kubernetes cluster. Providers constantly watch the state of the desired managed resources and create any external resources that are missing.

Install a Provider with a Crossplane Provider object setting the spec.package value to the location of the provider package. Additional providers can be found in the [Upboud Marketplace](https://marketplace.upbound.io/)

*For Example*
Install the [Palette Provider](https://marketplace.upbound.io/providers/crossplane-contrib/provider-palette/v0.19.2)

```yaml
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-palette
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-palette:v0.23.5
```

## References

Crossplane Provider Guide - <https://docs.crossplane.io/latest/concepts/providers/>
Crossplane Concepts - <https://docs.crossplane.io/latest/concepts/>
Upbound Marketplace - <https://marketplace.upbound.io/>
Binary file not shown.
Binary file added packs/crossplane-2.1.1/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions packs/crossplane-2.1.1/pack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"addonType": "system app",
"annotations": {
"source": "community",
"contributor" : "spectrocloud"
},
"cloudTypes": [
"all"
],
"displayName": "Crossplane",
"charts": [
"charts/crossplane-2.1.1.tgz"
],
"layer":"addon",
"name": "crossplane",
"version": "2.1.1"
}

226 changes: 226 additions & 0 deletions packs/crossplane-2.1.1/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,226 @@
pack:
#The namespace (on the target cluster) to install this chart
#When not found, a new namespace will be created
namespace: "crossplane-system"
content:
images:
- image: xpkg.upbound.io/crossplane/crossplane:v2.1.1


charts:
crossplane:
# helm-docs renders these comments into markdown. Use markdown formatting where
# appropiate.
#
# -- The number of Crossplane pod `replicas` to deploy.
replicas: 1

# -- The number of Crossplane ReplicaSets to retain.
revisionHistoryLimit: null

# -- The deployment strategy for the Crossplane and RBAC Manager pods.
deploymentStrategy: RollingUpdate

image:
# -- Repository for the Crossplane pod image.
repository: xpkg.crossplane.io/crossplane/crossplane
# -- The Crossplane image tag. Defaults to the value of `appVersion` in `Chart.yaml`.
tag: ""
# -- The image pull policy used for Crossplane and RBAC Manager pods.
pullPolicy: IfNotPresent
# -- Do not use the {{ .image.tag }} value to compute the image uri.
ignoreTag: false

# -- Add `nodeSelectors` to the Crossplane pod deployment.
nodeSelector: {}
# -- Add `tolerations` to the Crossplane pod deployment.
tolerations: []
# -- Add `affinities` to the Crossplane pod deployment.
affinity: {}
# -- Add `topologySpreadConstraints` to the Crossplane pod deployment.
topologySpreadConstraints: []

# -- Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. Consider setting `dnsPolicy` to `ClusterFirstWithHostNet`.
hostNetwork: false

# -- Specify the `dnsPolicy` to be used by the Crossplane pod.
dnsPolicy: ""

# -- Add custom `labels` to the Crossplane pod deployment.
customLabels: {}

# -- Add custom `annotations` to the Crossplane pod deployment.
customAnnotations: {}

serviceAccount:
# -- Specifies whether Crossplane ServiceAccount should be created
create: true
# -- Provide the name of an already created Crossplane ServiceAccount. Required when `serviceAccount.create` is `false`
name: ""
# -- Add custom `annotations` to the Crossplane ServiceAccount.
customAnnotations: {}

# -- Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the Crossplane pod.
leaderElection: true
# -- Add custom arguments to the Crossplane pod.
args: []

provider:
# -- A list of Provider packages to install.
packages: []
# -- Define entries for the default managed resource activation policy. If defined, a default MRAP will contain these activations.
defaultActivations: ["*"]

configuration:
# -- A list of Configuration packages to install.
packages: []

function:
# -- A list of Function packages to install
packages: []

# -- The imagePullSecret names to add to the Crossplane ServiceAccount.
imagePullSecrets: []

registryCaBundleConfig:
# -- The ConfigMap name containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates.
name: ""
# -- The ConfigMap key containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates.
key: ""

service:
# -- Configure annotations on the service object. Only enabled when webhooks.enabled = true
customAnnotations: {}

webhooks:
# -- Enable webhooks for Crossplane and installed Provider packages.
enabled: true
# -- The port the webhook server listens on.
port: ""

rbacManager:
# -- Deploy the RBAC Manager pod and its required roles.
deploy: true
# -- Don't install aggregated Crossplane ClusterRoles.
skipAggregatedClusterRoles: false
# -- The number of RBAC Manager pod `replicas` to deploy.
replicas: 1
# -- The number of RBAC Manager ReplicaSets to retain.
revisionHistoryLimit: null
# -- Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the RBAC Manager pod.
leaderElection: true
# -- Add custom arguments to the RBAC Manager pod.
args: []
# -- Add `nodeSelectors` to the RBAC Manager pod deployment.
nodeSelector: {}
# -- Add `tolerations` to the RBAC Manager pod deployment.
tolerations: []
# -- Add `affinities` to the RBAC Manager pod deployment.
affinity: {}
# -- Add `topologySpreadConstraints` to the RBAC Manager pod deployment.
topologySpreadConstraints: []

# -- The PriorityClass name to apply to the Crossplane and RBAC Manager pods.
priorityClassName: ""

# -- The runtimeClassName name to apply to the Crossplane and RBAC Manager pods.
runtimeClassName: ""

resourcesCrossplane:
limits:
# -- CPU resource limits for the Crossplane pod.
cpu: 500m
# -- Memory resource limits for the Crossplane pod.
memory: 1024Mi
requests:
# -- CPU resource requests for the Crossplane pod.
cpu: 100m
# -- Memory resource requests for the Crossplane pod.
memory: 256Mi

securityContextCrossplane:
# -- The user ID used by the Crossplane pod.
runAsUser: 65532
# -- The group ID used by the Crossplane pod.
runAsGroup: 65532
# -- Enable `allowPrivilegeEscalation` for the Crossplane pod.
allowPrivilegeEscalation: false
# -- Set the Crossplane pod root file system as read-only.
readOnlyRootFilesystem: true

packageCache:
# -- Set to `Memory` to hold the package cache in a RAM backed file system. Useful for Crossplane development.
medium: ""
# -- The size limit for the package cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory.
sizeLimit: 20Mi
# -- The name of a PersistentVolumeClaim to use as the package cache. Disables the default package cache `emptyDir` Volume.
pvc: ""
# -- The name of a ConfigMap to use as the package cache. Disables the default package cache `emptyDir` Volume.
configMap: ""

functionCache:
# -- Set to `Memory` to hold the function cache in a RAM backed file system. Useful for Crossplane development.
medium: ""
# -- The size limit for the function cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory.
sizeLimit: 512Mi
# -- The name of a PersistentVolumeClaim to use as the function cache. Disables the default function cache `emptyDir` Volume.
pvc: ""

resourcesRBACManager:
limits:
# -- CPU resource limits for the RBAC Manager pod.
cpu: 100m
# -- Memory resource limits for the RBAC Manager pod.
memory: 512Mi
requests:
# -- CPU resource requests for the RBAC Manager pod.
cpu: 100m
# -- Memory resource requests for the RBAC Manager pod.
memory: 256Mi

securityContextRBACManager:
# -- The user ID used by the RBAC Manager pod.
runAsUser: 65532
# -- The group ID used by the RBAC Manager pod.
runAsGroup: 65532
# -- Enable `allowPrivilegeEscalation` for the RBAC Manager pod.
allowPrivilegeEscalation: false
# -- Set the RBAC Manager pod root file system as read-only.
readOnlyRootFilesystem: true

metrics:
# -- Enable Prometheus path, port and scrape annotations and expose port 8080 for both the Crossplane and RBAC Manager pods.
enabled: false
# -- The port the metrics server listens on.
port: ""

readiness:
# -- The port the readyz server listens on.
port: ""

# -- Add custom environmental variables to the Crossplane pod deployment init container.
# Replaces any `.` in a variable name with `_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`.
extraEnvVarsCrossplaneInit: {}

# -- Add custom environmental variables to the Crossplane pod deployment application container.
# Replaces any `.` in a variable name with `_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`.
extraEnvVarsCrossplane: {}

# -- Add custom environmental variables to the RBAC Manager pod deployment.
# Replaces any `.` in a variable name with `_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`.
extraEnvVarsRBACManager: {}

# -- Add a custom `securityContext` to the Crossplane pod.
podSecurityContextCrossplane: {}

# -- Add a custom `securityContext` to the RBAC Manager pod.
podSecurityContextRBACManager: {}

# -- Add custom `volumes` to the Crossplane pod.
extraVolumesCrossplane: {}

# -- Add custom `volumeMounts` to the Crossplane pod.
extraVolumeMountsCrossplane: {}

# -- To add arbitrary Kubernetes Objects during a Helm Install
extraObjects: []
70 changes: 70 additions & 0 deletions packs/fluentbit-4.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Fluent Bit

Fluent Bit is a lightweight and high-performance log processor and forwarder. It allows you to collect data or logs from different sources, unify them, and send them to multiple destinations including Elasticsearch, OpenSearch, Kafka, Datadog, and more.

## Prerequisites

- Kubernetes **1.27** and higher are supported.
- Supported cloud types: **All clouds**.

## Parameters

| **Parameter** | **Description** | **Type** | **Default Value** | **Required** |
|---|---|---|---|---|
| charts.fluent-bit.kind | Kubernetes controller to use (DaemonSet or Deployment) | string | DaemonSet | Yes |
| charts.fluent-bit.image.repository | Image repository for Fluent Bit | string | cr.fluentbit.io/fluent/fluent-bit | Yes |
| charts.fluent-bit.image.pullPolicy | Image pull policy | string | IfNotPresent | No |
| charts.fluent-bit.flush | Interval (in seconds) to flush the logs | integer | 1 | No |
| charts.fluent-bit.logLevel | Logging level for Fluent Bit | string | info | No |
| charts.fluent-bit.metricsPort | Port for exposing metrics | integer | 2020 | No |
| charts.fluent-bit.config.service | Main Fluent Bit service configuration | string | See values.yaml | Yes |
| charts.fluent-bit.config.inputs | Log input configuration | string | See values.yaml | Yes |
| charts.fluent-bit.config.filters | Filters applied to logs (e.g. Kubernetes metadata) | string | See values.yaml | Yes |
| charts.fluent-bit.config.outputs | Log output configuration | string | See values.yaml | Yes |
| charts.fluent-bit.config.customParsers | Custom parsers for log messages | string | See values.yaml | No |
| charts.fluent-bit.daemonSetVolumes | Volumes to mount for log access | list | /var/log, /var/lib/docker/containers, /etc/machine-id | Yes |
| charts.fluent-bit.daemonSetVolumeMounts | Mount points in Fluent Bit containers | list | See values.yaml | Yes |
| charts.fluent-bit.service.port | Port exposed by the Fluent Bit service | integer | 2020 | No |
| charts.fluent-bit.rbac.create | Whether to create RBAC resources | bool | true | No |
| charts.fluent-bit.podSecurityPolicy.create | Whether to create PodSecurityPolicy | bool | false | No |
| charts.fluent-bit.hotReload.enabled | Enable configmap hot reload with sidecar | bool | false | No |
| charts.fluent-bit.autoscaling.enabled | Enable horizontal pod autoscaler (only for Deployment) | bool | false | No |

## Upgrade

- Ensure compatibility with the Kubernetes version (1.27 or higher) before upgrading.
- Review any changes in the Fluent Bit Helm chart configuration that could impact existing parameters.
- If upgrading from a previous major version, verify that configuration blocks (inputs, filters, outputs) maintain their structure and names.

> [!CAUTION]
> Upgrades from a manifest-based pack to a Helm chart-based pack might not be compatible.

## Usage

Fluent Bit runs as a **DaemonSet** in a Kubernetes cluster and collects logs from each node.
The logs are parsed, filtered, and enriched with Kubernetes metadata before being shipped to the specified backend.

- The default configuration collects:
- Container logs from `/var/log/containers/*.log`
- System logs via `systemd`
- Logs are filtered using Kubernetes metadata.
- Output is sent to the defined destination, such as **Elasticsearch**.

You can customize this configuration through `values.yaml`, adjusting sections such as `inputs`, `filters`, and `outputs`.

> [!NOTE]
> Fluent Bit’s configuration allows flexible integrations with other monitoring tools like **Datadog**, **OpenSearch**, or **Kafka**.

## References

- [Fluent Bit Official Docs](https://docs.fluentbit.io/manual)
- [Fluent Bit Helm Chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit)
- [Spectro Cloud Docs - Fluent Bit](https://docs.spectrocloud.com/integrations/fluentbit)

---

**Maintainer:** Spectro Cloud
**Version:** 4.0.3
**Source:** Community
**Contributor:** Spectro Cloud

Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions packs/fluentbit-4.1.0/charts/fluent-bit/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Loading
Loading