<!-- Generated by npm run confighub-example-guides. Do not edit by hand. -->

# argo-cd/argo-events 2.4.21 - no-crds

This guide explains the journey from a public Helm chart to a ConfigHub Space. Use it when you want to know why this preset exists, what problem it solves, how to repeat it, and what still needs care.

It is generated from the same records that build the package, chart page, render intent, scripts, and receipts. The proof links are lower down.

## Why this preset exists

Helm charts often expose many settings, but a values file alone does not tell the whole operations story. A team still needs to know what Kubernetes objects will be created, which Secrets or CRDs must already exist, whether hooks or setup jobs need special handling, and what evidence backs the result.

This preset is a named answer for one useful operating choice. It keeps the upstream chart, records the inputs and rendered YAML, and gives the team a repeatable starting point instead of a private values-file guess.

## What this is

This is the `no-crds` preset config for `argo-cd/argo-events@2.4.21`. The repo also calls this a base variant. Use this when your platform, GitOps bootstrap, or another chart owns the CRDs.

The matching catalog page is [argo-cd/argo-events@2.4.21](https://confighub.github.io/helm-expt/site/charts/argo-cd-argo-events-2-4-21.html).

## The chart journey

We keep the Helm chart. We lock `argo-cd/argo-events@2.4.21`, choose the `no-crds` preset config, render it with the recorded values, namespace, release name, and Kubernetes capabilities, then save the output as files.

That captured output is the render variant: [`recipes/argo-cd/argo-events/2.4.21/revisions/no-crds/r001/rendered/release-objects.yaml`](https://github.com/confighub/helm-expt/blob/main/recipes/argo-cd/argo-events/2.4.21/revisions/no-crds/r001/rendered/release-objects.yaml). It contains 6 Kubernetes object(s): ServiceAccount x2, ClusterRole x1, ClusterRoleBinding x1, ConfigMap x1, Deployment x1.

The public package is `oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/argo-cd-argo-events:2.4.21`. Users can pull it without cloning this repo. When someone runs `cub installer upload`, ConfigHub stores the rendered Kubernetes YAML in a Space so it can be searched, compared, reviewed, changed, and delivered. The example script defaults to Space `helm-argo-events-no-crds`, but users can choose another name with `CUB_SPACE=...`.

## What to check

The current catalog record does not identify an extra Secret, CRD, or setup step that must be supplied before install.

The catalog does not currently record a separate hook, setup job, or cleanup step for this preset.

CRDs are made into an explicit choice instead of being mixed into the application install. CRD ownership is recorded as part of the preset config.

## Why you can trust it

- The chart version, source, namespace, release name, values, and capability profile are recorded in the render intent.
- The render variant is committed as YAML and contains 6 Kubernetes object(s).
- The installer package OCI ref points to the package users pull for this chart version.
- Render parity is recorded as passing for this preset config.

This is a claim about this recorded preset config. It is not a claim that every possible values file for this chart has been checked.

## Repeat it

Fast path with no ConfigHub account:

```sh
bash <(curl -fsSL https://confighub.github.io/helm-expt/site/sh/argo-cd-argo-events-2-4-21/no-crds/try.sh)
```

Fast path with a ConfigHub account:

```sh
bash <(curl -fsSL https://confighub.github.io/helm-expt/site/sh/argo-cd-argo-events-2-4-21/no-crds/confighub.sh)
```

The core render command is:

```sh
cub installer setup --pull oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/argo-cd-argo-events:2.4.21 --base no-crds --work-dir ./argo-cd-argo-events-2-4-21-no-crds --non-interactive --namespace default
```

After upload, create environment versions with `cub variant create` and move reviewed changes with `cub variant promote`. The walkthrough is [After Upload: Create A Variant And Promote Changes](../../../../docs/user/variants-after-upload.md).

## Preset details

| Item | Value |
| --- | --- |
| Chart | `argo-cd/argo-events@2.4.21` |
| Preset config | `no-crds` |
| Namespace | `default` |
| Release name | `argo-events` |
| Values | [`recipes/argo-cd/argo-events/2.4.21/effective-values-no-crds.yaml`](https://github.com/confighub/helm-expt/blob/main/recipes/argo-cd/argo-events/2.4.21/effective-values-no-crds.yaml) |
| Render intent | [`data/helm-render-intents/intents/argo-cd-argo-events-2-4-21-no-crds.yaml`](https://github.com/confighub/helm-expt/blob/main/data/helm-render-intents/intents/argo-cd-argo-events-2-4-21-no-crds.yaml) |
| Render variant | [`recipes/argo-cd/argo-events/2.4.21/revisions/no-crds/r001/rendered/release-objects.yaml`](https://github.com/confighub/helm-expt/blob/main/recipes/argo-cd/argo-events/2.4.21/revisions/no-crds/r001/rendered/release-objects.yaml) |
| Package base | [`packages/argo-cd/argo-events/2.4.21/bases/no-crds`](https://github.com/confighub/helm-expt/tree/main/packages/argo-cd/argo-events/2.4.21/bases/no-crds) |
| Scripts | [try.sh](https://confighub.github.io/helm-expt/site/sh/argo-cd-argo-events-2-4-21/no-crds/try.sh) · [confighub.sh](https://confighub.github.io/helm-expt/site/sh/argo-cd-argo-events-2-4-21/no-crds/confighub.sh) |

## Prerequisites and lifecycle steps

| When | What | How it is handled |
| --- | --- | --- |
| No extra step recorded | The catalog has not identified a separate prerequisite or lifecycle step for this preset. | Check the limits and evidence before production use. |

## Evidence

| Check | Status |
| --- | --- |
| Render parity | `yes` |
| ConfigHub scan/upload proof | `yes` |
| Earlier local-cluster test | `yes` |
| GitOps OCI live run | `yes` |
| Live Helm vs ConfigHub comparison | `yes` |
| Lifecycle routes | `0` |

## Limits

- Do not present as a catalog-supported chart until promotion review and support decisions are recorded.

## Source files

- Chart page: [https://confighub.github.io/helm-expt/site/charts/argo-cd-argo-events-2-4-21.html](https://confighub.github.io/helm-expt/site/charts/argo-cd-argo-events-2-4-21.html)
- Render intent: [`data/helm-render-intents/intents/argo-cd-argo-events-2-4-21-no-crds.yaml`](https://github.com/confighub/helm-expt/blob/main/data/helm-render-intents/intents/argo-cd-argo-events-2-4-21-no-crds.yaml)
- Rendered YAML: [`recipes/argo-cd/argo-events/2.4.21/revisions/no-crds/r001/rendered/release-objects.yaml`](https://github.com/confighub/helm-expt/blob/main/recipes/argo-cd/argo-events/2.4.21/revisions/no-crds/r001/rendered/release-objects.yaml)
- Package source: [`packages/argo-cd/argo-events/2.4.21/bases/no-crds`](https://github.com/confighub/helm-expt/tree/main/packages/argo-cd/argo-events/2.4.21/bases/no-crds)
- Generated scripts: [`site/sh/argo-cd-argo-events-2-4-21/no-crds`](https://github.com/confighub/helm-expt/tree/main/site/sh/argo-cd-argo-events-2-4-21/no-crds)
- Preset doctrine: [Helm Chart Presets And Values](../../../../docs/user/helm-presets-and-values.md)
