Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed Aug 20, 2024
1 parent b3ea89e commit 3ce5949
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/hatchet-api/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-api"
tag: "v0.32.1"
tag: "v0.42.8"
pullPolicy: "Always"

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

commandline:
Expand Down
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.32.1"
tag: "v0.42.8"
pullPolicy: "Always"

commandline:
Expand Down
7 changes: 3 additions & 4 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.32.1"
tag: "v0.42.8"
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.14.0"
tag: "v0.42.8"
pullPolicy: "Always"
migrationJob:
enabled: false
Expand Down Expand Up @@ -111,12 +111,11 @@ engine:
periodSeconds: 5
initialDelaySeconds: 20


frontend:
enabled: true
image:
repository: "ghcr.io/hatchet-dev/hatchet/hatchet-frontend"
tag: "v0.14.0"
tag: "v0.42.8"
pullPolicy: "Always"
service:
externalPort: 8080
Expand Down

0 comments on commit 3ce5949

Please sign in to comment.