-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update versions and fix caddyfile for hatchet-stack
- Loading branch information
1 parent
06e677c
commit b3ea89e
Showing
10 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Hatchet Helm Charts | ||
|
||
This repository contains Helm charts for [Hatchet](https://hatchet.run). | ||
|
||
To view the docs for setting up these charts, see [Kubernetes Quickstart](https://docs.hatchet.run/self-hosting/kubernetes-quickstart). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ apiVersion: v2 | |
name: hatchet-api | ||
description: A Helm chart for deploying Hatchet API components on Kubernetes. | ||
type: application | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
maintainers: | ||
- name: Hatchet Engineering | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ apiVersion: v2 | |
name: hatchet-frontend | ||
description: A Helm chart for deploying a frontend static file server on Kubernetes. | ||
type: application | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
maintainers: | ||
- name: Hatchet Engineering | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
dependencies: | ||
- name: hatchet-api | ||
repository: file://../hatchet-api | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
- name: hatchet-api | ||
repository: file://../hatchet-api | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
- name: hatchet-frontend | ||
repository: file://../hatchet-frontend | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 14.2.3 | ||
version: 14.3.3 | ||
- name: rabbitmq | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 12.14.0 | ||
digest: sha256:ac907f91eee2d08026df174e1e3447babcf6837c4f5c13def2496945986c9f49 | ||
generated: "2024-03-02T13:40:52.220022-08:00" | ||
version: 12.15.0 | ||
digest: sha256:846c270eb2a9eb18aa3d213d8f305dedbce42596af6ff87351c1e0c369925ee7 | ||
generated: "2024-06-13T08:25:46.660914-04:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,25 @@ apiVersion: v2 | |
name: hatchet-stack | ||
description: A Helm chart for deploying Hatchet on Kubernetes together with a PostgreSQL database and RabbitMQ. | ||
type: application | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
maintainers: | ||
- name: Hatchet Engineering | ||
email: [email protected] | ||
dependencies: | ||
- name: "hatchet-api" | ||
condition: api.enabled | ||
repository: "file://../hatchet-api" | ||
version: "^0.2.0" | ||
version: "^0.3.0" | ||
alias: api | ||
- name: "hatchet-api" | ||
condition: engine.enabled | ||
repository: "file://../hatchet-api" | ||
version: "^0.2.0" | ||
version: "^0.3.0" | ||
alias: engine | ||
- name: "hatchet-frontend" | ||
condition: frontend.enabled | ||
repository: "file://../hatchet-frontend" | ||
version: "^0.2.0" | ||
version: "^0.3.0" | ||
alias: frontend | ||
- name: "postgresql" | ||
condition: postgres.enabled | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters