Skip to content

Commit

Permalink
fix: correct stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed Sep 26, 2024
1 parent ad64487 commit c755047
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.6.4
version: 0.6.5
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.6.4
version: 0.6.5
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.6.4
version: 0.6.5
- name: hatchet-api
repository: file://../hatchet-api
version: 0.6.4
version: 0.6.5
- name: hatchet-frontend
repository: file://../hatchet-frontend
version: 0.6.4
version: 0.6.5
- 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:a3233ce570901ba5be49c70102c2f7b124f8c3b1fc8ec9c9517b8c57dad2e882
generated: "2024-09-26T18:14:47.71248-04:00"
digest: sha256:f2df4d999377f50380aa9bf046553d5d5885376a29be370582b2c8ca2e2d8486
generated: "2024-09-26T18:23:37.880147-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.6.3
version: 0.6.5
maintainers:
- name: Hatchet Engineering
email: [email protected]
dependencies:
- name: "hatchet-api"
condition: api.enabled
repository: "file://../hatchet-api"
version: "^0.6.3"
version: "^0.6.5"
alias: api
- name: "hatchet-api"
condition: engine.enabled
repository: "file://../hatchet-api"
version: "^0.6.3"
version: "^0.6.5"
alias: engine
- name: "hatchet-frontend"
condition: frontend.enabled
repository: "file://../hatchet-frontend"
version: "^0.6.3"
version: "^0.6.5"
alias: frontend
- name: "postgresql"
condition: postgres.enabled
Expand Down

0 comments on commit c755047

Please sign in to comment.