Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
54 changes: 0 additions & 54 deletions Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,18 +359,6 @@ If pods fail with "Permission denied" or "Unable to generate access token":
3. Ensure the K8s service account name in Helm values matches what terraform expects
4. Verify the pod is running in the correct namespace (must match terraform's `kubernetes_namespace`)

## Migration from Legacy Chart

The root-level Chart.yaml is deprecated. Migrate to cloud-specific overlays:

```bash
# Old (deprecated)
helm install hyperfleet . -f values.yaml

# New (recommended)
helm install hyperfleet charts/hyperfleet-gcp -f examples/gcp-pubsub/values.yaml
```

## Future Cloud Support

Additional cloud overlays can be added following the same pattern:
Expand Down
3 changes: 3 additions & 0 deletions charts/hyperfleet-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ hyperfleet-api:
registry: quay.io/openshift-hyperfleet
repository: hyperfleet-api
tag: "" # Required: Set to specific version (e.g., "v1.0.0" or "dev-abc1234")
adapters:
cluster: []
nodepool: []
database:
# Built-in PostgreSQL for development
postgresql:
Expand Down
1 change: 1 addition & 0 deletions charts/hyperfleet-gcp/values-rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ base:

sentinel:
broker:
type: rabbitmq
topic: "hyperfleet-clusters"
rabbitmq:
url: "amqp://hyperfleet:hyperfleet-dev-password@hyperfleet-rabbitmq:5672/"
Expand Down