Skip to content

Commit

Permalink
feat(hatchet): improve instructions, prepare manifest urls for release
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig authored and kosmoz committed Jul 5, 2024
1 parent 5742140 commit c04addf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 9 additions & 6 deletions packages/hatchet/v0.28.7+1/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ longDescription: |
### Special Installation Instructions
To install Hatchet in your cluster, please follow these steps:
1. Create a `Secret` in the `hatchet` namespace that contains the
1. Manually create the `hatchet` namespace.
2. Create a `Secret` in the `hatchet` namespace that contains the
[secret keys required by Hatchet](https://docs.hatchet.run/self-hosting/kubernetes#generate-encryption-keys).
2. Initially set the engine and API replicas to "0"
3. Wait for the installation to finish
4. Update the values to the desired replica counts.
3. Make sure that `LoadBalancer` services will receive an IP.
(e.g. If you are using minikube execute: `minikube tunnel`)
4. Initially set the API **and** engine replicas to "0".
5. Wait for the installation to finish.
6. Update the values to the desired replica counts.
For more information, please refer to the original [documentation](https://docs.hatchet.run/self-hosting/kubernetes).
iconUrl: https://avatars.githubusercontent.com/u/118301880
Expand All @@ -24,8 +27,8 @@ references:
url: https://hatchet.run/
defaultNamespace: hatchet
manifests:
- url: http://host.minikube.internal:9090/packages/hatchet/v0.28.7+1/rabbitmq.yaml
- url: http://host.minikube.internal:9090/packages/hatchet/v0.28.7+1/postgres.yaml
- url: https://glasskube.github.io/packages/packages/hatchet/v0.28.7+1/postgres.yaml
- url: https://glasskube.github.io/packages/packages/hatchet/v0.28.7+1/rabbitmq.yaml
helm:
repositoryUrl: https://hatchet-dev.github.io/hatchet-charts
chartName: hatchet-stack
Expand Down
4 changes: 4 additions & 0 deletions packages/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ packages:
latestVersion: v0.7.3+1
name: cyclops
shortDescription: Developer friendly Kubernetes
- iconUrl: https://avatars.githubusercontent.com/u/118301880
latestVersion: v0.28.7+1
name: hatchet
shortDescription: A distributed, fault-tolerant task queue
- iconUrl: https://avatars.githubusercontent.com/u/13629408
latestVersion: v1.9.5+1
name: ingress-nginx
Expand Down

0 comments on commit c04addf

Please sign in to comment.