File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,17 @@ A Kubernetes operator for managing serverless functions using the `func` CLI. Th
1616Deploy 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+
2425Or 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
3132kubectl apply -f dist/install.yaml
You can’t perform that action at this time.
0 commit comments