From 3ce59490672f87bd39c289d7497b6d5dc21be382 Mon Sep 17 00:00:00 2001 From: Alexander Belanger Date: Tue, 20 Aug 2024 15:56:55 -0400 Subject: [PATCH] chore: bump versions --- charts/hatchet-api/values.yaml | 4 ++-- charts/hatchet-frontend/values.yaml | 2 +- charts/hatchet-stack/values.yaml | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/charts/hatchet-api/values.yaml b/charts/hatchet-api/values.yaml index 9e88620..a7e5d50 100644 --- a/charts/hatchet-api/values.yaml +++ b/charts/hatchet-api/values.yaml @@ -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: diff --git a/charts/hatchet-frontend/values.yaml b/charts/hatchet-frontend/values.yaml index 11a017e..bc2f8e6 100644 --- a/charts/hatchet-frontend/values.yaml +++ b/charts/hatchet-frontend/values.yaml @@ -1,6 +1,6 @@ image: repository: "ghcr.io/hatchet-dev/hatchet/hatchet-frontend" - tag: "v0.32.1" + tag: "v0.42.8" pullPolicy: "Always" commandline: diff --git a/charts/hatchet-stack/values.yaml b/charts/hatchet-stack/values.yaml index f3b6a5f..6309aea 100644 --- a/charts/hatchet-stack/values.yaml +++ b/charts/hatchet-stack/values.yaml @@ -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: @@ -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 @@ -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