https://github.com/hops-ops/helm-argo-rollouts
Crossplane configuration for argo rollouts Helm chart
https://github.com/hops-ops/helm-argo-rollouts
argo-rollouts crossplane crossplane-configuration crossplane-configurations crossplane-xrd helm kubernetes xrd
Last synced: 4 months ago
JSON representation
Crossplane configuration for argo rollouts Helm chart
- Host: GitHub
- URL: https://github.com/hops-ops/helm-argo-rollouts
- Owner: hops-ops
- Created: 2026-01-14T07:05:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T09:05:23.000Z (5 months ago)
- Last Synced: 2026-01-19T16:51:17.884Z (5 months ago)
- Topics: argo-rollouts, crossplane, crossplane-configuration, crossplane-configurations, crossplane-xrd, helm, kubernetes, xrd
- Language: Go Template
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-argo-rollouts
Installs the Argo Rollouts Helm chart using Crossplane and the Helm provider.
## Getting Started
1) Install the configuration package.
2) Apply a minimal claim:
```yaml
apiVersion: helm.hops.ops.com.ai/v1alpha1
kind: ArgoRollouts
metadata:
name: argo-rollouts
namespace: default
spec:
clusterName: my-cluster
```
## Growing
- Customize chart values through `spec.values`.
- Override all defaults with `spec.overrideAllValues`.
- Set a non-default Helm provider with `spec.providerConfigRef`.
## Enterprise Scale
- Run in GitOps mode using the `.gitops/deploy` chart.
- Pin versions using release tags in your GitOps pipeline.
## Import Existing
Importing existing Helm releases is not exposed by this XRD yet. Create a new
release and migrate workloads using Argo Rollouts techniques.