Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hatchet-dev/hatchet-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed Aug 20, 2024
2 parents 3ce5949 + 2a054d9 commit d211965
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/hatchet-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hatchet-api
description: A Helm chart for deploying Hatchet API components on Kubernetes.
type: application
version: 0.3.0
version: 0.5.0
maintainers:
- name: Hatchet Engineering
email: [email protected]
2 changes: 1 addition & 1 deletion charts/hatchet-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
version: 0.5.0
maintainers:
- name: Hatchet Engineering
email: [email protected]
10 changes: 5 additions & 5 deletions charts/hatchet-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: hatchet-api
repository: file://../hatchet-api
version: 0.3.0
version: 0.5.0
- name: hatchet-api
repository: file://../hatchet-api
version: 0.3.0
version: 0.5.0
- name: hatchet-frontend
repository: file://../hatchet-frontend
version: 0.3.0
version: 0.5.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.3.3
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 12.15.0
digest: sha256:846c270eb2a9eb18aa3d213d8f305dedbce42596af6ff87351c1e0c369925ee7
generated: "2024-06-13T08:25:46.660914-04:00"
digest: sha256:2ce45e960b781a4d24cfe7da62528b1d9e8627243a8d5374ec27b01ec1d99b10
generated: "2024-08-20T15:58:44.184303-04:00"
8 changes: 4 additions & 4 deletions charts/hatchet-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
version: 0.5.0
maintainers:
- name: Hatchet Engineering
email: [email protected]
dependencies:
- name: "hatchet-api"
condition: api.enabled
repository: "file://../hatchet-api"
version: "^0.3.0"
version: "^0.5.0"
alias: api
- name: "hatchet-api"
condition: engine.enabled
repository: "file://../hatchet-api"
version: "^0.3.0"
version: "^0.5.0"
alias: engine
- name: "hatchet-frontend"
condition: frontend.enabled
repository: "file://../hatchet-frontend"
version: "^0.3.0"
version: "^0.5.0"
alias: frontend
- name: "postgresql"
condition: postgres.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/hatchet-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ randstring() {
mkdir -p ./keys

# Generate keysets using Docker
docker run -v $(pwd)/keys:/hatchet/keys ghcr.io/hatchet-dev/hatchet/hatchet-admin:v0.14.0 /hatchet/hatchet-admin keyset create-local-keys --key-dir /hatchet/keys
docker run -v $(pwd)/keys:/hatchet/keys ghcr.io/hatchet-dev/hatchet/hatchet-admin:latest /hatchet/hatchet-admin keyset create-local-keys --key-dir /hatchet/keys

# Read keysets from files
SERVER_ENCRYPTION_MASTER_KEYSET=$(<./keys/master.key)
Expand Down

0 comments on commit d211965

Please sign in to comment.