Skip to content

Commit e864d81

Browse files
committed
Update README with installation instructions with latest GHCR build
1 parent 220f2d3 commit e864d81

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ A Kubernetes operator for managing serverless functions using the `func` CLI. Th
1616
Deploy the operator to your cluster:
1717

1818
```bash
19-
# Build and deploy the operator
20-
make docker-build docker-push IMG=<your-registry>/func-operator:v0.0.1
21-
make deploy IMG=<your-registry>/func-operator:v0.0.1
19+
# Deploy the operator
20+
make deploy IMG=ghcr.io/creydr/func-operator:latest
2221
```
2322

23+
**⚠️ Hint**: We don't have any major release yet, therefore the `latest` tag reflects the changes from the `main` branch.
24+
2425
Or use the pre-built installer:
2526

2627
```bash
2728
# Generate installer manifests
28-
make build-installer IMG=<your-registry>/func-operator:v0.0.1
29+
make build-installer IMG=ghcr.io/creydr/func-operator:latest
2930

3031
# Apply the installer
3132
kubectl apply -f dist/install.yaml

0 commit comments

Comments
 (0)