Skip to content

Commit

Permalink
Merge pull request #10 from hatchet-dev/belanger/0.6.2
Browse files Browse the repository at this point in the history
release: 0.6.2
  • Loading branch information
abelanger5 authored Aug 23, 2024
2 parents 4abcc92 + 66ecb26 commit e4d7832
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.1
version: 0.6.2
maintainers:
- name: Hatchet Engineering
email: [email protected]
8 changes: 4 additions & 4 deletions charts/hatchet-api/values.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-api"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"

migrationJob:
enabled: true
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-migrate"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"

seedJob:
enabled: true
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-admin"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"

setupJob:
enabled: true
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-admin"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"

commandline:
Expand Down
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.0
version: 0.6.2
maintainers:
- name: Hatchet Engineering
email: [email protected]
2 changes: 1 addition & 1 deletion charts/hatchet-frontend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-frontend"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"

commandline:
Expand Down
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.1
version: 0.6.2
- name: hatchet-api
repository: file://../hatchet-api
version: 0.6.1
version: 0.6.2
- name: hatchet-frontend
repository: file://../hatchet-frontend
version: 0.6.0
version: 0.6.2
- 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:55f10a3553260c0843121428f683b8d8f27e067c9560a27bc481e9dca7d9086e
generated: "2024-08-22T20:18:09.230502-04:00"
digest: sha256:744d715f3611fe564f9980235dcd203a730cae153fdaf5de00c8b6f21ddb3d1d
generated: "2024-08-23T10:30:35.246794-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.1
version: 0.6.2
maintainers:
- name: Hatchet Engineering
email: [email protected]
dependencies:
- name: "hatchet-api"
condition: api.enabled
repository: "file://../hatchet-api"
version: "^0.6.1"
version: "^0.6.2"
alias: api
- name: "hatchet-api"
condition: engine.enabled
repository: "file://../hatchet-api"
version: "^0.6.1"
version: "^0.6.2"
alias: engine
- name: "hatchet-frontend"
condition: frontend.enabled
repository: "file://../hatchet-frontend"
version: "^0.6.0"
version: "^0.6.2"
alias: frontend
- name: "postgresql"
condition: postgres.enabled
Expand Down
6 changes: 3 additions & 3 deletions charts/hatchet-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ api:
replicaCount: 2
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-api"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"
migrationJob:
image:
Expand Down Expand Up @@ -56,7 +56,7 @@ engine:
replicaCount: 1
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-engine"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"
migrationJob:
enabled: false
Expand Down Expand Up @@ -117,7 +117,7 @@ frontend:
enabled: true
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-frontend"
tag: "v0.42.12"
tag: "v0.42.13"
pullPolicy: "Always"
service:
externalPort: 8080
Expand Down

0 comments on commit e4d7832

Please sign in to comment.